Open sandboxFocus

Property IsPartial

IsPartial

Gets a value indicating whether the method is marked as partial in source code.

Declaration
bool IsPartial { get; }
Property Value
Type Description
bool
Remarks

To check whether a partial method has an implementation, check the HasImplementation property.