GlobalCustomObjectViewers Property |
Namespace:
Hummingbird.TestFramework
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public static Dictionary<Type, Type> CustomObjectViewers { get; }
Public Shared ReadOnly Property CustomObjectViewers As Dictionary(Of Type, Type)
Get
public:
static property Dictionary<Type^, Type^>^ CustomObjectViewers {
Dictionary<Type^, Type^>^ get ();
}
static member CustomObjectViewers : Dictionary<Type, Type> with get
Property Value
Type:
DictionaryType,
Type
A dictionary of where the Key is object type, Value is the type of
CustomObjectViewer.
See Also