コード例 #1
0
ファイル: baseBundle.cs プロジェクト: iLanceS/fastCSharp
 public static int size(this BaseBundle bundle)
 {
     return(bundle.Size());
 }