C# Class EnumerableSample.StringExtension

ファイルを表示 Open project: ProfessionalCSharp/ProfessionalCSharp6

Public Methods

Method Description
FirstName ( this name ) : string
LastName ( this name ) : string

Method Details

FirstName() public static method

public static FirstName ( this name ) : string
name this
return string

LastName() public static method

public static LastName ( this name ) : string
name this
return string