Table of Contents

Class CollectionWithIdsSerializerBase.InstanceInfo

Namespace
Stride.Core.Yaml
Assembly
Stride.Core.Assets.dll

A structure containing the information about the instance that we need the store in the Stride.Core.Yaml.Serialization.ObjectContext.Properties dictionary.

protected class CollectionWithIdsSerializerBase.InstanceInfo
Inheritance
CollectionWithIdsSerializerBase.InstanceInfo

Constructors

InstanceInfo(object, ITypeDescriptor)

public InstanceInfo(object instance, ITypeDescriptor typeDescriptor)

Parameters

instance object
typeDescriptor ITypeDescriptor

Fields

Descriptor

public readonly ITypeDescriptor Descriptor

Field Value

ITypeDescriptor

Instance

public readonly object Instance

Field Value

object