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