C# 클래스 Svg.SvgAttributeAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Namespaces string>>.List

공개 메소드들

메소드 설명
Match ( object obj ) : bool

When overridden in a derived class, returns a value that indicates whether this instance equals a specified object.

SvgAttributeAttribute ( string name, string nameSpace ) : System

Initializes a new instance of the SvgAttributeAttribute class with the specified SVG attribute name and namespace.

비공개 메소드들

메소드 설명
SvgAttributeAttribute ( ) : System

Initializes a new instance of the SvgAttributeAttribute class.

SvgAttributeAttribute ( string name ) : System

Initializes a new instance of the SvgAttributeAttribute class with the specified attribute name.

메소드 상세

Match() 공개 메소드

When overridden in a derived class, returns a value that indicates whether this instance equals a specified object.
public Match ( object obj ) : bool
obj object An to compare with this instance of .
리턴 bool

SvgAttributeAttribute() 공개 메소드

Initializes a new instance of the SvgAttributeAttribute class with the specified SVG attribute name and namespace.
public SvgAttributeAttribute ( string name, string nameSpace ) : System
name string The name of the SVG attribute.
nameSpace string The namespace of the SVG attribute (e.g. http://www.w3.org/2000/svg).
리턴 System

프로퍼티 상세

Namespaces 공개적으로 정적으로 프로퍼티

public static List> Namespaces
리턴 string>>.List