public NamePart( System.string p )
public NamePart( p: System.String );
public function NamePart( p : System.String );
public: NamePart( System.string* p )
public: NamePart( System.String^ p )
'Declaration Public Function New( _ ByVal p As System.String _ )
'Declaration
Public Function New( _ ByVal p As System.String _ )
'Usage Dim p As System.String Dim instance As New NamePart(p)
'Usage
Dim p As System.String Dim instance As New NamePart(p)
Target Platforms: .NET CLR 4.8 or higher
NamePart Class NamePart Members Overload List