Java.Lang.Reflect.Modifier.IsAbstract Method
Returns true if the given modifiers contain Modifier.Abstract.

Syntax

[Android.Runtime.Register("isAbstract", "(I)Z", "")]
public static bool IsAbstract (int modifiers)

Parameters

modifiers
the modifiers to test

Returns

Documentation for this section has not yet been entered.

Remarks

Returns true if the given modifiers contain Modifier.Abstract.

[Android Documentation]

Requirements

Namespace: Java.Lang.Reflect
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1