C# Класс EmptyMatcher, simplexml

The EmptyMatcher object is used as a delegate type that is used when no user specific matcher is specified. This ensures that no transform is resolved for a specified type, and allows the normal resolution of the stock transforms.
Наследование: Matcher
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Match ( Class, type ) : Transform,

This method is used to return a null value for the transform. Returning a null value allows the normal resolution of the stock transforms to be used when no matcher is specified.

Описание методов

Match() публичный Метод

This method is used to return a null value for the transform. Returning a null value allows the normal resolution of the stock transforms to be used when no matcher is specified.
public Match ( Class, type ) : Transform,
type Class, /// this is the type that is expecting a transform ///
Результат Transform,