Utf32Buffer.Clear Method
    
        Assembly: Topten.RichTextKit.dll
        Namespace: Topten.RichTextKit.Utils
                Declaring Type: Utf32Buffer
                        
Overloads
| Clear() | Clears this buffer.  | 
            
| Clear() | Clears the buffer, keeping the internally allocated array.  | 
            
Clear()
Clears this buffer.
public void Clear();
    Clear()
Clears the buffer, keeping the internally allocated array.
public void Clear();
                
            