C# Class MatchingBrackets, csharp

显示文件 Open project: exercism/csharp Class Usage Examples

Public Methods

Method Description
IsPaired ( string input ) : bool

Method Details

IsPaired() public static method

public static IsPaired ( string input ) : bool
input string
return bool