在本例中,您将两个命名参数传递给HttpRequest的构造函数。
In this case you are passing in two named parameters to the constructor of HttpRequest.
在本示例中,您并未在构造函数中提供命名用户的列表,因此返回的表将为配置表,而不是权限表。
In this example, you are not supplying a list of named users in the constructor, so the table returned will be a configuration table, not a permissions table.
为何?大驼峰命名法用于标识可以通过构造函数实例化的对象。
Why? Upper camel case is conventional for identifying objects that can be instantiated using a constructor.
因为他们被定义为特性的构造函数的位置参数(非命名参数),通常称它们为位置参数。
These are sometimes called positional arguments because they are supplied to attribute constructors as positional parameters.
Reflexil是能够重命名,删除或注入类,接口,结构,枚举,事件,字段,方法,构造函数,财产或程序集的引用。
Reflexil is able to rename, delete or inject class, interface, struct, enum, event, field, method, constructor, property or assembly reference.
使用命名的程序集文件和默认构造函数,创建指定名称的COM对象的实例。
Creates an instance of the COM object whose name is specified, using the named assembly file and the default constructor.
将输出语句添加到构造函数、析构函数和复制构造函数,以查看在运行程序时命名返回值优化的效果。
Add output statements to the constructor, destructor and copy constructor to see the effect of the Named Return Value optimization when you run the program.
使用命名的程序集和默认构造函数,来创建其名称在指定的远程域中指定的类型的实例。
Creates an instance of the type whose name is specified, using the named assembly and the constructor that best matches the specified parameters.
使用命名的程序集和默认构造函数,来创建其名称在指定的远程域中指定的类型的实例。
Creates an instance of the type whose name is specified, using the named assembly and the constructor that best matches the specified parameters.
应用推荐