Modifier.IsSynchronized(Int32) Method

Definition

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

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

Parameters

mod
Int32

a set of modifiers

Returns

true if mod includes the synchronized modifier; false otherwise.

Attributes

Remarks

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

Java documentation for java.lang.reflect.Modifier.isSynchronized(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