Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    AssemblySerializers.DataContractAlias Struct

    Namespace: Stride.Core.Serialization
    Assembly: Stride.Core.dll

    public struct DataContractAlias
    Name Description
    Constructors
    DataContractAlias(String, Type, Boolean)
    Fields
    IsAlias

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

    Name
    Type
    | Improve this Doc View Source

    Constructors


    DataContractAlias(String, Type, Boolean)

    public DataContractAlias(string name, Type type, bool isAlias)
    Parameters
    Type Name Description
    System.String name
    System.Type type
    System.Boolean isAlias
    | Improve this Doc View Source

    Fields


    IsAlias

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

    public bool IsAlias
    Field Value
    Type Description
    System.Boolean

    Name

    public string Name
    Field Value
    Type Description
    System.String

    Type

    public Type Type
    Field Value
    Type Description
    System.Type

    Inherited Members

    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()

    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation