コード例 #1
0
ファイル: IMetaInfo.cs プロジェクト: GeorgeR/GameArchitect
 public bool HasAttribute <TAttribute>() where TAttribute : Attribute
 {
     return(AttributeProvider.HasAttribute <TAttribute>());
 }