Table of Contents

Property TypeReferences

Namespace
Alternet.UI.Markup
Assembly
Alternet.UI.dll

TypeReferences

The list of types that this property will reference when it serializes its value as a string. This allows a serializer to ensure that the de-serializer has enough information to convert references to these type from the string representations. For example, ensuring there is an xmlns declaration for the XML namespace that defines the type.

public abstract IEnumerable<Type> TypeReferences { get; }

Property Value

IEnumerable<Type>