Teacher Send comments on this topic.
StudentTable Constructor
See Also 
Teacher Namespace > StudentTable Class : StudentTable Constructor




n

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal n As Integer _
)
Visual Basic (Usage)Copy Code
Dim n As Integer
 
Dim instance As StudentTable(n)
C# 
public StudentTable( 
   int n
)
Managed Extensions for C++ 
public: StudentTable( 
   int n
)
C++/CLI 
public:
StudentTable( 
   int n
)

Parameters

n

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2008 All Rights Reserved.