Realms.ListHandle.Clear C# (CSharp) Méthode

Clear() public méthode

public Clear ( ) : void
Résultat void
        public void Clear()
        {
            NativeException nativeException;
            NativeMethods.clear(this, out nativeException);
            nativeException.ThrowIfNecessary();
        }

Usage Example

Exemple #1
0
 public void Clear()
 {
     _listHandle.Clear();
 }
All Usage Examples Of Realms.ListHandle::Clear