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

Syntax

C#
public static bool CheckElementsAreOfType(
	IEnumerable e,
	Type t
)
Visual Basic
Public Shared Function CheckElementsAreOfType ( _
	e As IEnumerable, _
	t As Type _
) As Boolean
Visual C++
public:
static bool CheckElementsAreOfType(
	IEnumerable^ e, 
	Type^ t
)

See Also