CodeStyleOptions.FullyQualifyExplicitInterfaceMemberNames Property

Namespace
Kampute.DocToolkit.Languages
Assembly
  • Kampute.DocToolkit.dll

Definition

Gets or sets a value indicating whether to fully qualify explicit interface member names.
public bool FullyQualifyExplicitInterfaceMemberNames { get; set; }

Property Value

bool
true to fully qualify explicit interface member names with namespace and interface name; false to qualify only with the interface name. only with the interface name. The default value is false.
This option defines the minimum qualification level for explicit interface member names. If the caller requests a higher level of qualification, that level will be used instead.