Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: ValueTuple<string, bool> GetType(TElement)

Declaration

public ValueTuple<string, bool> GetType(
    TElement element
)

Summary

Determines the type of the object stored in the specified element.

Parameters

TElementelement The element that represents an object.

Returns

(null, false) if no type information was persisted in this element; otherwise, the decoded type name and a boolean indicating whether the type is a fully-qualified type name or not.

Remarks

This should decode the information (the string and the boolean) encoded by IClassifyFormat<TElement>.FormatWithType(TElement, string, bool).