C# Class SimpleFramework.Xml.Core.EmptyMatcher

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.
Inheritance: Matcher
Afficher le fichier Open project: ngallagher/simplexml

Méthodes publiques

Méthode Description
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.

Method Details

Match() public méthode

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 ///
Résultat Transform