Realms.ListHandle.Clear C# (CSharp) 메소드

Clear() 공개 메소드

public Clear ( ) : void
리턴 void
        public void Clear()
        {
            NativeException nativeException;
            NativeMethods.clear(this, out nativeException);
            nativeException.ThrowIfNecessary();
        }

Usage Example

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