IProperty.SetMethod Property

Namespace
Kampute.DocToolkit.Metadata
Assembly
  • Kampute.DocToolkit.dll

Definition

Gets the set method of the property.
IMethod SetMethod { get; }

Property Value

IMethod
The set method metadata, or null if the property is read-only.