C# Class NNbt.TagNull

An NBT node representing a null tag type.
Inheritance: Tag
Afficher le fichier Open project: jaquadro/NNBT

Méthodes publiques

Свойство Type Description
Default TagNull

Méthodes publiques

Méthode Description
DeepCopy ( ) : TagNull
ToString ( ) : string

Méthodes protégées

Méthode Description
DeepCopyCore ( ) : Tag

Method Details

DeepCopy() public méthode

public DeepCopy ( ) : TagNull
Résultat TagNull

DeepCopyCore() protected méthode

protected DeepCopyCore ( ) : Tag
Résultat Tag

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Default public_oe static_oe property

public static TagNull,NNbt Default
Résultat TagNull