'Declaration
<NotNullAttribute()> Function GetNamespaces( _ ByVal parentNamespace As String _ ) As ValueResult(Of IEnumerable(Of String))
'Usage
Dim instance As IReadOnlyAliasRepository Dim parentNamespace As String Dim value As ValueResult(Of IEnumerable(Of String)) value = instance.GetNamespaces(parentNamespace)
[NotNull()] ValueResult<IEnumerable<string>> GetNamespaces( string parentNamespace )
[NotNull()] ValueResult<IEnumerable<String^>^>^ GetNamespaces( String^ parentNamespace )
Parameters
- parentNamespace
- Name of the parent namespace, under which the alias namespaces should be returned.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).
Return Value
This method never returns null
(Nothing
in Visual Basic).