MetalamaAPI documentationAspect APIMetalama.​Framework.​CodeIMethodIs­Partial
Open sandboxFocus

IMethod.IsPartial Property

IsPartial

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

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

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