Method ReadAll
ReadAll<T>()
Declaration
public SampleCollection<T> ReadAll<T>() where T : SampleBase, new()
Returns
Type Parameters
ReadAll<T>(string)
Declaration
public SampleCollection<T> ReadAll<T>(string rootPath) where T : SampleBase, new()
Parameters
Type |
Name |
Description |
string |
rootPath |
|
Returns
Type Parameters
ReadAll<T>(SdfPath)
Declaration
public SampleCollection<T> ReadAll<T>(SdfPath rootPath) where T : SampleBase, new()
Parameters
Type |
Name |
Description |
SdfPath |
rootPath |
|
Returns
Type Parameters
ReadAll<T>(SdfPath[])
Declaration
public SampleCollection<T> ReadAll<T>(SdfPath[] paths) where T : SampleBase, new()
Parameters
Type |
Name |
Description |
SdfPath[] |
paths |
|
Returns
Type Parameters