C# 클래스 NNbt.TagGuid

An NBT node representing a GUID tag type.
상속: Tag
파일 보기 프로젝트 열기: jaquadro/NNBT

공개 메소드들

메소드 설명
DataEqual ( Tag tag ) : bool
DeepCopy ( ) : TagGuid
TagGuid ( ) : System
TagGuid ( System.Guid d ) : System
TagGuid ( Stream stream ) : System
ToString ( ) : string
Write ( Stream stream ) : void

보호된 메소드들

메소드 설명
DeepCopyCore ( ) : Tag

메소드 상세

DataEqual() 공개 메소드

public DataEqual ( Tag tag ) : bool
tag Tag
리턴 bool

DeepCopy() 공개 메소드

public DeepCopy ( ) : TagGuid
리턴 TagGuid

DeepCopyCore() 보호된 메소드

protected DeepCopyCore ( ) : Tag
리턴 Tag

TagGuid() 공개 메소드

public TagGuid ( ) : System
리턴 System

TagGuid() 공개 메소드

public TagGuid ( System.Guid d ) : System
d System.Guid
리턴 System

TagGuid() 공개 메소드

public TagGuid ( Stream stream ) : System
stream Stream
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Write() 공개 메소드

public Write ( Stream stream ) : void
stream Stream
리턴 void