예제 #1
0
 public void CopyTo(IContent[] array, int arrayIndex)
 {
     _storage.CopyTo(array, arrayIndex);
 }