System.Xml.XmlCharacterData.DeleteData C# (CSharp) Method

DeleteData() public method

public DeleteData ( int offset, int count ) : void
offset int
count int
return void
        public void DeleteData(int offset, int count)
        {
        }