Clone() 공개 메소드

Clones the storage returning a new DictionaryStorage object.
public Clone ( ) : IronPython.Runtime.DictionaryStorage
리턴 IronPython.Runtime.DictionaryStorage
예제 #1
0
 public override DictionaryStorage Clone()
 {
     return(_storage.Clone());
 }