コード例 #1
0
ファイル: Bundle.cs プロジェクト: unistreambank/AppServer
 public void Clear()
 {
     foreach (var child in this)
     {
         child.Clear();
     }
     Content = ContentProcessor.GetEmptyContent();
 }