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