C# 클래스 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.
상속: Matcher
파일 보기 프로젝트 열기: ngallagher/simplexml

공개 메소드들

메소드 설명
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