Namespace: Org.BouncyCastle.Utilities.Collections
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Collapse imageSyntax

C#
public bool IsSynchronized { get; }
Visual Basic
Public ReadOnly Property IsSynchronized As Boolean
	Get
Visual C++
public:
virtual property bool IsSynchronized {
	bool get () sealed;
}

Implements

ICollection..::..IsSynchronized

Collapse imageSee Also