C# Class System.Strings

Show file Open project: SteamTools-Team/SteamTools Class Usage Examples

Public Methods

Method Description
GetValues ( Type type = Type.All ) : List
GetValues ( int count, Type type = Type.All ) : List

Method Details

GetValues() public static method

public static GetValues ( Type type = Type.All ) : List
type Type
return List

GetValues() public static method

public static GetValues ( int count, Type type = Type.All ) : List
count int
type Type
return List