Class TagBuilder.Context
Namespace: Void.Minecraft.Nbt
Assembly: Void.Minecraft.dll
Represents the context of a single “level” of depth into a
public class TagBuilder.Context : IDisposableInheritance
Implements
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Remarks
Implements using statements for easily distinguishable scope.
Properties
Tag
Gets the top-level tag for this context.
public ICollection<Tag> Tag { get; }Property Value
Methods
Dispose()
Closes this context.
public void Dispose()