interface IControl { void Paint(); } interface ITextBox: IControl { void SetText(string text); }the fully qualified name of Paint is IControl.Paint and the fully qualified name of SetText is ITextBox.SetText. In the example above, it is not possible to refer to Paint as ITextBox.Paint. end example] Paragraph 21 When an interface is part of a namespace, the fully qualified name of an interface member includes the namespace name. [Example: For example
namespace System { public interface ICloneable { object Clone(); } }Here, the fully qualified name of the Clone method is System.ICloneable.Clone. end example]
| |
Jagger Software Ltd | |
Company # 4070126 | |
VAT # 762 5213 42 |