OfType Constructor (Type, Database, Boolean) |
Constructs this enumeration wrapper object
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public OfType(
Type type,
Database db,
bool includeSubClasses = false
)
Public Sub New (
type As Type,
db As Database,
Optional includeSubClasses As Boolean = false
)
public:
OfType(
Type^ type,
Database^ db,
bool includeSubClasses = false
)
new :
type : Type *
db : Database *
?includeSubClasses : bool
(* Defaults:
let _includeSubClasses = defaultArg includeSubClasses false
*)
-> OfType
Parameters
- type
- Type: SystemType
The Type to look for. - db
- Type: VelocityDbDatabase
The active db - includeSubClasses (Optional)
- Type: SystemBoolean
Also return instances of sub classes
See Also