[This is preliminary documentation and is subject to change.]

The NBTCompound type exposes the following methods.

Methods

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
Append(NBTag) (Inherited from NBTag.)
Append(array<NBTag>[]()[][]) (Inherited from NBTag.)
Append(String, array<NBTag>[]()[][]) (Inherited from NBTag.)
Append(String, Byte) (Inherited from NBTag.)
Append(String, array<Byte>[]()[][]) (Inherited from NBTag.)
Append(String, Double) (Inherited from NBTag.)
Append(String, Int16) (Inherited from NBTag.)
Append(String, Int32) (Inherited from NBTag.)
Append(String, Int64) (Inherited from NBTag.)
Append(String, Single) (Inherited from NBTag.)
Append(String, String) (Inherited from NBTag.)
Contains(String) (Inherited from NBTag.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Get(String, Byte) (Inherited from NBTag.)
Get(String, array<Byte>[]()[][]) (Inherited from NBTag.)
Get(String, Double) (Inherited from NBTag.)
Get(String, Int16) (Inherited from NBTag.)
Get(String, Int32) (Inherited from NBTag.)
Get(String, Int64) (Inherited from NBTag.)
Get(String, Single) (Inherited from NBTag.)
Get(String, String) (Inherited from NBTag.)
GetByte()()()() (Inherited from NBTag.)
GetBytes()()()() (Inherited from NBTag.)
GetDouble()()()() (Inherited from NBTag.)
GetEnumerator()()()() (Inherited from NBTag.)
GetFloat()()()() (Inherited from NBTag.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetInt()()()() (Inherited from NBTag.)
GetLong()()()() (Inherited from NBTag.)
GetShort()()()() (Inherited from NBTag.)
GetString()()()() (Inherited from NBTag.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Remove()()()() (Inherited from NBTag.)
Remove(String) (Inherited from NBTag.)
Set(Object) (Inherited from NBTag.)
ToString()()()() (Inherited from NBTag.)
ToString(Boolean) (Inherited from NBTag.)
WriteTag(BinaryWriter) (Inherited from NBTag.)
WriteTag(Stream) (Inherited from NBTag.)
WriteTag(String) (Inherited from NBTag.)
WriteTag(BinaryWriter, Boolean) (Inherited from NBTag.)

See Also