コード例 #1
0
 public override IList <IAttributeInstance> GetAttributeInstances(IClrTypeName clrName, bool inherit) =>
 FSharpAttributeInstance.GetAttributeInstances(FSharpSymbol.Attributes.GetAttributes(clrName), Module);
コード例 #2
0
 public IList <IAttributeInstance> GetAttributeInstances(IClrTypeName clrName, bool inherit) =>
 FSharpAttributeInstance.GetAttributeInstances(myAttrs.GetAttributes(clrName), myModule);
コード例 #3
0
 public override IList <IAttributeInstance> GetAttributeInstances(bool inherit) =>
 FSharpAttributeInstance.GetAttributeInstances(FSharpSymbol.Attributes, Module);
コード例 #4
0
 public IList <IAttributeInstance> GetAttributeInstances(bool inherit) =>
 FSharpAttributeInstance.GetAttributeInstances(myAttrs, myModule);