IsPartial
Gets a value indicating whether the type or member is marked as partial in source code.
Declaration
bool IsPartial { get; }Property Value
| Type | Description |
|---|---|
| bool |
Remarks
To check whether a partial member has an implementation, check the HasImplementation property.