C# 클래스 GladNet.Serializer.GladNetSerializationIncludeAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: HelloKitty/GladNet2

공개 메소드들

메소드 설명
GladNetSerializationIncludeAttribute ( GladNetIncludeIndex includeIndex, Type type, bool isForDerived = true ) : System

Marks a target with the Include attribute. Attribute doesn't handle enforcing.

비공개 메소드들

메소드 설명
GladNetSerializationIncludeAttribute ( int tagID, Type type, bool isForDerived = true ) : System

Marks a target with the Include attribute. Attribute doesn't handle enforcing.

메소드 상세

GladNetSerializationIncludeAttribute() 공개 메소드

Marks a target with the Include attribute. Attribute doesn't handle enforcing.
Throws if tagID is 0 or negative.
public GladNetSerializationIncludeAttribute ( GladNetIncludeIndex includeIndex, Type type, bool isForDerived = true ) : System
includeIndex GladNetIncludeIndex A valid unique for the target .
type System.Type Type of the derived or base Type to associate with. (Unenforced to be a derived or subtype)
isForDerived bool
리턴 System