C# Класс GladNet.Serializer.GladNetSerializationIncludeAttribute

Наследование: System.Attribute
Показать файл Открыть проект

Открытые методы

Метод Описание
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