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.  | 
    
Type Parameters
| Name | Description | 
|---|---|
| T |