[To be supplied.]
[Visual Basic] Overloads Overridable Public Sub Insert( _ ByVal pos As TreePosition, _ ByVal obj As Object, _ ByVal type As Type _ ) [C#] public virtual void Insert( TreePosition pos, object obj, Type type ); [C++] public: virtual void Insert( TreePosition pos, Object* obj, Type* type ); [JScript] public function Insert( pos : TreePosition, obj : Object, type : Type );
DocumentEditor Class | DocumentEditor Members | System.Data.XML Namespace | DocumentEditor.Insert Overload List