Class GSet
GSet helper methods.
Inherited Members
Namespace: Akka.DistributedData
Assembly: Akka.DistributedData.dll
Syntax
public static class GSet
Methods
| Improve this Doc View SourceCreate<T>(T[])
TBD
Declaration
public static GSet<T> Create<T>(params T[] elements)
Parameters
Type | Name | Description |
---|---|---|
T[] | elements | TBD |
Returns
Type | Description |
---|---|
GSet<T> | TBD |
Type Parameters
Name | Description |
---|---|
T | TBD |
Create<T>(IImmutableSet<T>)
TBD
Declaration
public static GSet<T> Create<T>(IImmutableSet<T> elements)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Immutable.IImmutableSet<T> | elements | TBD |
Returns
Type | Description |
---|---|
GSet<T> | TBD |
Type Parameters
Name | Description |
---|---|
T | TBD |