Skip to content

T_CodeJam_Metadata_IMetadataReader

andrewvk edited this page Jul 1, 2016 · 5 revisions

IMetadataReader Interface

Metadata reader interface.

Namespace: CodeJam.Metadata
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#

public interface IMetadataReader

VB

Public Interface IMetadataReader

F#

type IMetadataReader =  interface end

Methods

 

Name Description
Public method GetAttributes(T)(MemberInfo, Boolean) Returns custom attributes applied to provided type member.
Public method GetAttributes(T)(Type, Boolean) Returns custom attributes applied to provided type.
  Back to Top

See Also

Reference

CodeJam.Metadata Namespace

Clone this wiki locally