[This is preliminary documentation and is subject to change.]
Enumerates all slot names. This operation is thread-safe, and returns a snapshot of the instance taken at the time of the first call
Namespace: NFX.CollectionsAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public IEnumerable<string> AllNames { get; }
public IEnumerable<string> AllNames { get; }
Public ReadOnly Property AllNames As IEnumerable(Of String)
Get
Public ReadOnly Property AllNames As IEnumerable(Of String)
Get
public:
property IEnumerable<String^>^ AllNames {
IEnumerable<String^>^ get ();
}
public:
property IEnumerable<String^>^ AllNames {
IEnumerable<String^>^ get ();
}
member AllNames : IEnumerable<string> with get
member AllNames : IEnumerable<string> with get
Property Value
Type:
IEnumerable
String