Method Create
Create<T>(Func<T>)
Creates the specified builder.
Declaration
protected static T Create<T>(Func<T> builder) where T : VersionedStruct
Parameters
Type | Name | Description |
---|---|---|
Func<T> | builder | The builder. |
Returns
Type | Description |
---|---|
T | T instance |
Type Parameters
Name | Description |
---|---|
T | VersionedStruct type |