IsEligibleChild(object, ChildInfo)
Determines if an object is eligible to be a child of the target instance of the current aspect.
Declaration
protected override bool IsEligibleChild(object child, ChildInfo childInfo)Parameters
| Type | Name | Description |
|---|---|---|
| object | child | |
| ChildInfo | childInfo |
Returns
| Type | Description |
|---|---|
| bool |
|