C# 클래스 AcadLib.UI.Designer.AttributeProvider

Provides attributes for the Keys or Values in the dictionary.
파일 보기 프로젝트 열기: vildar82/AcadLib

공개 메소드들

메소드 설명
GetAttributes ( Type type ) : AttributeCollection

Returns a collection of attributes for the specified type.

메소드 상세

GetAttributes() 공개 추상적인 메소드

Returns a collection of attributes for the specified type.
public abstract GetAttributes ( Type type ) : AttributeCollection
type Type The type of the key or value to provide attributes for.
리턴 AttributeCollection