Method Write
Write<T>(string, T)
Declaration
public void Write<T>(string path, T sample) where T : SampleBase
Parameters
| Type | Name | Description |
|---|---|---|
| string | path | |
| T | sample |
Type Parameters
| Name | Description |
|---|---|
| T |
Write<T>(SdfPath, T)
Declaration
public void Write<T>(SdfPath path, T sample) where T : SampleBase
Parameters
| Type | Name | Description |
|---|---|---|
| SdfPath | path | |
| T | sample |
Type Parameters
| Name | Description |
|---|---|
| T |