IReadOnlyTypeBase.IsAbstract Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating whether this entity type represents an abstract type.
[System.Diagnostics.DebuggerStepThrough]
public virtual bool IsAbstract ();
[<System.Diagnostics.DebuggerStepThrough>]
abstract member IsAbstract : unit -> bool
override this.IsAbstract : unit -> bool
Public Overridable Function IsAbstract () As Boolean
Returns
true if the type is abstract, false otherwise.
- Attributes
Applies to
Feedback
Submit and view feedback for