Table of Contents

Struct AssemblySerializers.DataContractAlias

Namespace
Stride.Core.Serialization
Assembly
Stride.Core.dll
public struct AssemblySerializers.DataContractAlias
Inherited Members

Constructors

DataContractAlias(string, Type, bool)

public DataContractAlias(string name, Type type, bool isAlias)

Parameters

name string
type Type
isAlias bool

Fields

IsAlias

True if generated from a DataAliasAttribute, false if generated from a DataContractAttribute.

public bool IsAlias

Field Value

bool

Name

public string Name

Field Value

string

Type

public Type Type

Field Value

Type