WrappersHelpers..::..GetNames Method
returns an array of string that are keys of the Hashtable
Namespace:
CAS.CommServer.CommonBusAssembly: CommServer.CommonBus (in CommServer.CommonBus.dll)
Syntax
public static string[] GetNames( SortedList<short, IAddressSpaceDescriptor> array )
Public Shared Function GetNames ( _ array As SortedList(Of Short, IAddressSpaceDescriptor) _ ) As String()
public: static array<String^>^ GetNames( SortedList<short^, IAddressSpaceDescriptor^>^ array )
Parameters
- array
- Type: SortedList<(Of <(<'Int16, IAddressSpaceDescriptor>)>)>
The array of address space descriptors.