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