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
trueto fully qualify explicit interface member names with namespace and interface name;falseto qualify only with the interface name. only with the interface name. The default value isfalse.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.
