Summary
Determines if a candidate ReflectClass is a collection
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Reflect .Generic - Containing Type
- GenericReflector
Syntax
public virtual bool IsCollection(IReflectClass candidate)
Parameters
Name | Type | Description |
---|---|---|
candidate | IReflectClass | candidate ReflectClass |
Return Value
Type | Description |
---|---|
bool | true if a candidate ReflectClass is a collection. |