WrappersHelpers..::..GetName Method
Returns the name of indexed by index of an object implementing IAddressSpaceDescriptor.
If the object is not present index is converted to string.
Namespace:
CAS.CommServer.CommonBusAssembly: CommServer.CommonBus (in CommServer.CommonBus.dll)
Syntax
public static string GetName( SortedList<short, IAddressSpaceDescriptor> table, Nullable<short> index )
Public Shared Function GetName ( _ table As SortedList(Of Short, IAddressSpaceDescriptor), _ index As Nullable(Of Short) _ ) As String
public: static String^ GetName( SortedList<short^, IAddressSpaceDescriptor^>^ table, Nullable<short^> index )
Parameters
- table
- Type: SortedList<(Of <(<'Int16, IAddressSpaceDescriptor>)>)>
table of indexed IAddressSpaceDescriptor
- index
- Type: Nullable<(Of <(<'Int16>)>)>
Index of the IAddressSpaceDescriptor to retrieve its name.