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
Fields
IsAlias
True if generated from a DataAliasAttribute, false if generated from a DataContractAttribute.
public bool IsAlias
Field Value
Name
public string Name
Field Value
Type
public Type Type