GraphCategoryCollection.Implicit Operator
Namespace: Rebex.Net
Assembly: Rebex.Graph.dll (version 8.0.9673)
Implicit(String to GraphCategoryCollection)
Converts a String to an GraphCategoryCollection.
Declaration
public static implicit operator GraphCategoryCollection(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| String | value | Value of the category. |
Returns
| Type | Description |
|---|---|
| GraphCategoryCollection | New instance of the GraphCategoryCollection. |
Implicit(String[] to GraphCategoryCollection)
Converts a String array to an GraphCategoryCollection.
Declaration
public static implicit operator GraphCategoryCollection(string[] values)
Parameters
| Type | Name | Description |
|---|---|---|
| String[] | values | Values of the category. |
Returns
| Type | Description |
|---|---|
| GraphCategoryCollection | New instance of the GraphCategoryCollection. |