[]
Specifies whether this object can provide its extender properties to the specified object.
public bool CanExtend(object extendee)
| Type | Name | Description |
|---|---|---|
| object | extendee | The object to receive the extender properties. |
| Type | Description |
|---|---|
| bool | true if this object can provide extender properties to the specified object; otherwise, false. |