<< Click to Display Table of Contents >> Navigation: »No topics above this level« Base Constructor |
Initializes a new instance of the internal Base class.
[Visual Basic]
Public Overloads Sub New( _
ByVal parentObj As Base, _
ByVal name As String _
)
[C#]
Base(
Base parentObj,
string name
);
parentObj
The parent object.
name
Name of this object
Base Class | BR.AN.PviServices Namespace | Base Constructor Overload List
Generated from assembly BR.AN.PviServices [8.1.0.4]