Amazon.Util.Storage.KVStore.Clear C# (CSharp) 메소드

Clear() 공개 추상적인 메소드

Clears the value identified by key
public abstract Clear ( string key ) : void
key string Identifier
리턴 void
        public abstract void Clear(string key);