`
talin2010
  • 浏览: 502352 次
  • 性别: Icon_minigender_1
  • 来自: 河北
社区版块
存档分类
最新评论

20.3 Fully qualified interface member names

阅读更多
An interface member is sometimes referred to by its fully qualified name.
The fully qualified name of an
interface member consists of the name of the interface in which the member
is declared, followed by a dot,
followed by the name of the member. The fully qualified name of a member
references the interface in which the
member is declared. [Example: For example, given the declarations
C# LANGUAGE SPECIFICATION
284
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]
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]
分享到:
评论

相关推荐

    C# 语言规格说明(English Edition第五版)

    3.8.1 Fully qualified names 73 3.9 Automatic memory management 73 3.10 Execution order 76 4. Types 77 4.1 Value types 77 4.1.1 The System.ValueType type 78 4.1.2 Default constructors 78 4.1.3 Struct ...

    Eclipse & Myeclipse 之 Copy Qualified Name 复制类全名解决方案

    用Copy Qualified Name复制类...用Copy Fully Qualified Class Name复制类全名或者直接用快捷键Ctrl+Alt+C, 效果如下:org.self.hb.entity.Account 添加网盘下载地址: http://yunfile.com/file/glaivelee/b32c8eb1/

    电子系统设计讲座教程

    电子系统设计教程,包括九个部分的内容和一些例子,ppt格式的课件。很值得学习。

    jad 最新版java反编译

    -f - generate fully qualified names (fullnames) -ff - output fields before methods (fieldsfirst) -i - print default initializers for fields (definits) -l<num> - split strings into pieces of max ...

    安卓新闻客户端

    安卓新闻客户端 # To enable ProGuard ...# and specify the fully qualified class name to the JavaScript interface # class: #-keepclassmembers class fqcn.of.javascript.interface.for.webview { # public *; #}

    百度定位demo 压缩包

    百度定位demo # To enable ProGuard in...# and specify the fully qualified class name to the JavaScript interface # class: #-keepclassmembers class fqcn.of.javascript.interface.for.webview { # public *; #}

    F28xxx勘误表

    This document describes the ... These prefixes represent evolutionary stages of product development from engineering prototypes (TMX/TMDX) through fully qualified production devices/tools (TMS/TMDS).

    android dragdemo

    可以移动的view To enable ProGuard in...# and specify the fully qualified class name to the JavaScript interface # class: #-keepclassmembers class fqcn.of.javascript.interface.for.webview { # public *; #}

    jad.exe+readme.txt

    -af - same as -a, but output fully qualified names when annotating; -clear - clear all prefixes, including the default ones (can be abbreviated as -cl) -b - output redundant braces (e.g., if(a) { b...

    es浏览器源代码

    文件浏览器遍历列表,供大家参考。...# and specify the fully qualified class name to the JavaScript interface # class: #-keepclassmembers class fqcn.of.javascript.interface.for.webview { # public *; #}

    雷电游戏代码

    这是我自己制作的游戏原代码你们可以去...# and specify the fully qualified class name to the JavaScript interface # class: #-keepclassmembers class fqcn.of.javascript.interface.for.webview { # public *; #}

    java反编译工具FrontEnd和jad

    -af - same as -a, but output fully qualified names when annotating -clear - clear all prefixes, including the default ones (can be abbreviated as -cl) -b - output redundant braces (e.g., if(a) { b...

    HC-05 -Bluetooth to Serial Port Module

    Serial port Bluetooth module is fully qualified Bluetooth V2.0+EDR (Enhanced Data Rate) 3Mbps Modulation with complete 2.4GHz radio transceiver and baseband. It uses CSR Bluecore 04-External single ...

    How to do almost everything In active directory via C#

    You must be familiar with such terms as: distinguishedName, ldap paths, fully qualified domain names, object attributes (single string & multi-string), and general knowledge of ldap schemas.

    ArubaOS 6.0 Command Line Interface Reference Guide 命令行用户手册

    for a RADIUS server identified via its fully qualified domain name (FQDN). ap spectrum localoverride Convert an AP or AM into a spectrum monitor by adding it to the spectrum local-override list. ipv6 ...

    bc63c159a03 datasheet

    ■ Fully qualified Bluetooth v2.1 + EDR ■ Full speed Bluetooth Operation with Piconet and Scatternet Support ■ Best in Class Bluetooth Radio with +8dBm Transmit Power and -90dBm Receive Sensitivity ...

    Qualified.html

    htmi页面 是打印产品合格证的html,我这有源码!

    CSR8605DATASHEET

    CSR8605 Mono Speaker A2DP Solution with Music Streaming Fully Qualified Single-chip Bluetooth® v4.0 System

    Tableau Qualified Associate Exam Guide

    Tableau Qualified Associate Exam Guide 提供了Tableau考试范围

    simimar-qualified.zip_qualified函数

    求系统的时域性能指标的函数,给定系统的数学模型,不错的

Global site tag (gtag.js) - Google Analytics