ClassDescriptor

Undocumented in source.

Constructors

this
this(string name, TypeInfo type, ClassDescriptor base, DependencyPropertyDescriptor[string] dependencyPropertiesByName)
Undocumented in source.

Members

Functions

getFlattenProperty
const(DependencyPropertyDescriptor) getFlattenProperty(string name)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

base
ClassDescriptor base;
Undocumented in source.
dependencyPropertiesByName
DependencyPropertyDescriptor[string] dependencyPropertiesByName;
Undocumented in source.
name
string name;
Undocumented in source.
type
TypeInfo type;
Undocumented in source.

Meta