Method FromSingle
FromSingle(AssetNode)
Creates a SuperNode containing a single asset node.
Declaration
public static SuperNode FromSingle(AssetNode node)
Parameters
| Type | Name | Description |
|---|---|---|
| AssetNode | node | The asset node that will be the only member of the super node. |
Returns
| Type | Description |
|---|---|
| SuperNode | A super node containing the provided node as its sole entry. |