-
Notifications
You must be signed in to change notification settings - Fork 35
T_CodeJam_Metadata_IMetadataReader
Andrew Koryavchenko edited this page Jun 17, 2018
·
5 revisions
Metadata reader interface.
Namespace: CodeJam.Metadata
Assembly: CodeJam.Blocks (in CodeJam.Blocks.dll) Version: 2.0.0.0
C#
public interface IMetadataReader
VB
Public Interface IMetadataReader
F#
type IMetadataReader = interface end
Name | Description | |
---|---|---|
GetAttributes(T)(MemberInfo, Boolean) | Returns custom attributes applied to provided type member. | |
GetAttributes(T)(Type, Boolean) | Returns custom attributes applied to provided type. |