C# Class GladNet.Serializer.GladNetSerializationIncludeAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: HelloKitty/GladNet2

Méthodes publiques

Méthode Description
GladNetSerializationIncludeAttribute ( GladNetIncludeIndex includeIndex, Type type, bool isForDerived = true ) : System

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

Private Methods

Méthode Description
GladNetSerializationIncludeAttribute ( int tagID, Type type, bool isForDerived = true ) : System

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

Method Details

GladNetSerializationIncludeAttribute() public méthode

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
Résultat System