コード例 #1
0
ファイル: ReflectionApi.cs プロジェクト: E01D/Base
 public bool IsVisible(Type type)
 {
     return(XTypes.IsVisible(type));
 }