C# 클래스 ABB.Swum.NullSplitter

This is a null implementation of an IdSplitter. It does not split, but simply returns the original word intact.
상속: IdSplitter
파일 보기 프로젝트 열기: abb-iss/Swum.NET

공개 메소드들

메소드 설명
Split ( string identifier ) : string[]

Does not split the identifier, it simply returns it.

메소드 상세

Split() 공개 메소드

Does not split the identifier, it simply returns it.
public Split ( string identifier ) : string[]
identifier string
리턴 string[]