C# Class ABB.Swum.NullSplitter

This is a null implementation of an IdSplitter. It does not split, but simply returns the original word intact.
Inheritance: IdSplitter
Afficher le fichier Open project: abb-iss/Swum.NET

Méthodes publiques

Méthode Description
Split ( string identifier ) : string[]

Does not split the identifier, it simply returns it.

Method Details

Split() public méthode

Does not split the identifier, it simply returns it.
public Split ( string identifier ) : string[]
identifier string
Résultat string[]