Returns all instances found for the specified type.

Namespace: Castle.ActiveRecord
Assembly:  Castle.ActiveRecord (in Castle.ActiveRecord.dll)
Version: 1.0.3.0

Syntax

C#
public static Array FindAll(
	Type targetType
)

Parameters

targetType
Type

[Missing <param> documentation for "targetType"]

Return Value

See Also