[Visual Basic] Public Sub New( _ ByVal name As String, _ ByVal type As Type, _ ByVal index As Integer _ ) [C#] public ScreenClassField( string name, Type type, int index ); [C++] public: ScreenClassField( String* name, Type* type, int index ); [JScript] public function ScreenClassField( String name, Type type, int index );
ScreenClassField Class | White.Recorder.CodeGeneration Namespace