コード例 #1
0
ファイル: ContextHelper.cs プロジェクト: Seti-0/blue
 public static IEnumerable <T> GetChildComponents <T>(UIContext parent) where T : class
 {
     return(GetChildComponents <T>(parent, null));
 }