Namespace: | Sirenix.Serialization |
Assembly: | Sirenix.Serialization |
public struct NodeInfo
public NodeInfo(string name, int id, Type type, bool isArray)
System.String | name | The name of the node. |
System.Int32 | id | The id of the node. |
System.Type | type | The type of the node. |
System.Boolean | isArray | If set to |
public static readonly NodeInfo Empty
public readonly int Id
public readonly bool IsArray
public readonly bool IsEmpty
public readonly string Name
public readonly Type Type
public override bool Equals(object obj)
System.Object | obj | The System.Object to compare with this instance. |
System.Boolean |
|
public override int GetHashCode()
System.Int32 | A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. |