コード例 #1
0
ファイル: XamlType.cs プロジェクト: yariker/Portable.Xaml
 protected virtual ICustomAttributeProvider LookupCustomAttributeProvider()
 {
     return(UnderlyingType != null?SchemaContext.GetCustomAttributeProvider(UnderlyingType) : null);
 }