'Declaration
<JetBrains.Annotations.MustUseReturnValueAttribute()> <JetBrains.Annotations.PureAttribute()> Public Shared Function IsValidNamespaceIndex( _ ByVal namespaceIndex As Integer _ ) As Boolean
'Usage
Dim namespaceIndex As Integer Dim value As Boolean value = UAUtilities.IsValidNamespaceIndex(namespaceIndex)
[JetBrains.Annotations.MustUseReturnValue()] [JetBrains.Annotations.Pure()] public static bool IsValidNamespaceIndex( int namespaceIndex )
[JetBrains.Annotations.MustUseReturnValue()] [JetBrains.Annotations.Pure()] public: static bool IsValidNamespaceIndex( int namespaceIndex )
Parameters
- namespaceIndex
- The namespace index to be tested.
Return Value
true
if namespaceIndex is a valid namespace index; false
otherwise.
This return value of this method should not be ignored.