'Declaration Public Function New( _ ByVal name As System.String, _ ByVal parentName As System.String _ )
'Usage Dim name As System.String Dim parentName As System.String Dim instance As New StyleInfo(name, parentName)
public StyleInfo( System.string name, System.string parentName )