The IMemberMeta type exposes the following members.
| Name | Description | |
|---|---|---|
| IsClass | Returns true if this is a TypeMeta representing a Class. | |
| IsConstructor | Returns true if this is a MethodMeta representing a Constructor. | |
| IsEnum | Returns true if this is a TypeMeta representing an Enum. | |
| IsFake | Returns true if this is a FakePropertyMeta representing a Method of a class that behaves like a property. | |
| IsInterface | Returns true if this is a TypeMeta representing an Interface. | |
| IsMethod | Returns true if this is a MethodMeta representing a Method. | |
| IsParameter | Returns true if this is a ParameterMeta representing a Parameter to a Method. | |
| IsProperty | Returns true if this is a PropertyMeta representing a Property. | |
| IsStatic | Returns true if this is a static Member. | |
| IsType | Returns true if this is a TypeMeta. | |
| Name | Returns the name of this member. |