'Declaration
<IteratorStateMachineAttribute(OpcLabs.BaseLib.Navigation.BrowsePath/d__37)> <NotNullAttribute()> <PureAttribute()> Public Function CommonPrefix( _ ByVal path2 As BrowsePath _ ) As IEnumerable(Of String)
'Usage
Dim instance As BrowsePath Dim path2 As BrowsePath Dim value As IEnumerable(Of String) value = instance.CommonPrefix(path2)
[IteratorStateMachine(OpcLabs.BaseLib.Navigation.BrowsePath/d__37)] [NotNull()] [Pure()] public IEnumerable<string> CommonPrefix( BrowsePath path2 )
[IteratorStateMachine(OpcLabs.BaseLib.Navigation.BrowsePath/d__37)] [NotNull()] [Pure()] public: IEnumerable<String^>^ CommonPrefix( BrowsePath^ path2 )
Parameters
- path2
- The other browse path.
Return Value
The sequence of browse name that is the longest common prefix. An empty sequence if there is no common prefix.