public NBElement CreateFirstChild( string space, string name )
Public Function CreateFirstChild ( _ space As String, _ name As String _ ) As NBElement
public: NBElement^ CreateFirstChild( String^ space, String^ name )
member CreateFirstChild : space:string * name:string -> NBElement