C# Класс Svg.SvgAttributeAttribute

Наследование: System.Attribute
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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