Modifier.IsFinal(Int32) Method

Definition

Return true if the integer argument includes the final modifier, false otherwise.

[Android.Runtime.Register("isFinal", "(I)Z", "")]
public static bool IsFinal (int mod);
[<Android.Runtime.Register("isFinal", "(I)Z", "")>]
static member IsFinal : int -> bool

Parameters

mod
Int32

a set of modifiers

Returns

true if mod includes the final modifier; false otherwise.

Attributes

Remarks

Return true if the integer argument includes the final modifier, false otherwise.

Java documentation for java.lang.reflect.Modifier.isFinal(int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to