-
Notifications
You must be signed in to change notification settings - Fork 35
T_CodeJam_Metadata_IMetadataReader
Andrew Koryavchenko edited this page Jul 4, 2017
·
5 revisions
Metadata reader interface.
Namespace: CodeJam.Metadata
Assembly: CodeJam.Blocks (in CodeJam.Blocks.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public interface IMetadataReaderVB
Public Interface IMetadataReaderF#
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. |
