C# 클래스 Simple.Config.DefaultConfigAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: juanplopes/simple

공개 메소드들

메소드 설명
ApplyKey ( MemberInfo info, Simply simply ) : Simply

Apply the key for the specified reflected member.

DefaultConfigAttribute ( object key ) : System

Initializes attribute with default key.

메소드 상세

ApplyKey() 공개 정적인 메소드

Apply the key for the specified reflected member.
public static ApplyKey ( MemberInfo info, Simply simply ) : Simply
info System.Reflection.MemberInfo A reflected . May be an instance of
simply Simply
리턴 Simply

DefaultConfigAttribute() 공개 메소드

Initializes attribute with default key.
public DefaultConfigAttribute ( object key ) : System
key object The key.
리턴 System