'Declaration
<CanBeNullAttribute()> <PureAttribute()> Public Shared Function FromEnumerable( _ ByVal enumerable As IEnumerable(Of UABrowsePathElement) _ ) As UABrowsePath
'Usage
Dim enumerable As IEnumerable(Of UABrowsePathElement) Dim value As UABrowsePath value = UABrowsePath.FromEnumerable(enumerable)
[CanBeNull()] [Pure()] public static UABrowsePath FromEnumerable( IEnumerable<UABrowsePathElement> enumerable )
[CanBeNull()] [Pure()] public: static UABrowsePath^ FromEnumerable( IEnumerable<UABrowsePathElement^>^ enumerable )
Parameters
- enumerable
- Sequence of browse path elements, starting from the root.
Return Value
Returns
null
when the input is null
. Otherwise, returns the OPC-UA browse path object made from the sequence of browse path elements.