C# 클래스 NNbt.Serialization.NbtPropertyAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: jaquadro/NNBT 1 사용 예제들

공개 메소드들

메소드 설명
NbtPropertyAttribute ( ) : System
NbtPropertyAttribute ( TagType propertyType ) : System
NbtPropertyAttribute ( string name ) : System

메소드 상세

NbtPropertyAttribute() 공개 메소드

public NbtPropertyAttribute ( ) : System
리턴 System

NbtPropertyAttribute() 공개 메소드

public NbtPropertyAttribute ( TagType propertyType ) : System
propertyType TagType
리턴 System

NbtPropertyAttribute() 공개 메소드

public NbtPropertyAttribute ( string name ) : System
name string
리턴 System