Method GetStatDefinitions
GetStatDefinitions(ICollection<StatDefinitionAsset>)
Gets all the StatDefinitionAsset instances from this StatDetailAsset instance.
Declaration
public int GetStatDefinitions(ICollection<StatDefinitionAsset> target = null)
Parameters
| Type | Name | Description |
|---|---|---|
| ICollection<StatDefinitionAsset> | target | The target collection where the StatDefinitionAsset will be added. |
Returns
| Type | Description |
|---|---|
| int | The number of StatDefinitionAsset added. |