static Class TYPE的意思|示意

美 / / 英 / /

静态类类型


static Class TYPE的网络常见释义

返回当前类型 ... static int MAX_VALUE:返回最大的整型数; static int MIN_VALUE:返回最小的整型数; static Class TYPE :返回当前类型。 ...

static Class TYPE相关例句

To add new methods to a particular class of type t, it only needs to define static methods that accept type t as the first parameter.

要向类型为t的特定类添加新方法,只需定义一个静态方法,它接受类型T作为第一个参数。

The runtime type of the contained Pane will often be a subtype of class Pane, but the static type is simply Pane.

被包含的Pane的运行时类型通常会是类Pane的子类型,但是静态类型就只是Pane。

You cannot declare a variable of type Static1 because it is marked as a static class.

您不能声明Static 1类型的变量,因为它被标记为静态类。

Creates a delegate of the specified type that represents the specified static method of the specified class, with the specified case-sensitivity and the specified behavior on failure to bind.

使用用于指定是否区分大小写的值和针对绑定失败的指定行为,创建指定类型的委托,该委托表示指定类的指定静态方法。

Creates a delegate of the specified type that represents the specified static method of the specified class.

建立指定型别的委派,这个委派表示指定类别的指定静态方法。

A static constructor, also known as a class constructor, is used to initialize a type.

静态构造函数(也称为类构造函数)用于初始化类型。