An NDoc Documented Class Library

ScreenClass Constructor (Type)

[Visual Basic]
Public Sub New( _ 
   ByVal type As Type _ 
)
[C#]
public ScreenClass(
   Type type
);
[C++]
public: ScreenClass(
   Type* type
);
[JScript]
public function ScreenClass(
   Type type
);

See Also

ScreenClass Class | Repository Namespace | ScreenClass Constructor Overload List