Struct BlobTests.Node
Namespace: Global Namespace
Syntax
public struct Node
Fields
id
Declaration
public int id
Field Value
| Type | Description |
|---|---|
| Int32 |
Properties
children
Declaration
public BlobArray<BlobTests.Node> children { get; }
Property Value
| Type | Description |
|---|---|
| BlobArray<BlobTests.Node> |
parent
Declaration
public BlobPtr<BlobTests.Node> parent { get; }
Property Value
| Type | Description |
|---|---|
| BlobPtr<BlobTests.Node> |