EmptyReadOnlyCollectionsTList Property |
[Missing <summary> documentation for "P:Akka.Util.Internal.Collections.EmptyReadOnlyCollections`1.List"]
Namespace: Akka.Util.Internal.CollectionsAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic static IReadOnlyList<T> List { get; }
Public Shared ReadOnly Property List As IReadOnlyList(Of T)
Get
public:
static property IReadOnlyList<T>^ List {
IReadOnlyList<T>^ get ();
}
static member List : IReadOnlyList<'T> with get
Property Value
Type:
IReadOnlyListT
See Also