Type::IsAbstract Property
Silverlight
Gets a value indicating whether the Type is abstract and must be overridden.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
If the current Type represents a type parameter in the definition of a generic type or generic method, this property always returns false.
The following example returns true if the specified object is abstract; otherwise, it returns false.
Note: |
|---|
To run this example, see Building Examples That Use a Demo Method and a TextBlock Control. |
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
ADD
Show:
Note: