C# Class Treasure.KeySet

Exibir arquivo Open project: ajlopez/TddRocks Class Usage Examples

Public Methods

Method Description
Add ( IEnumerable keys ) : KeySet
Add ( int key ) : KeySet
KeySet ( ) : System
KeySet ( IEnumerable keys ) : System
Remove ( IEnumerable keys ) : KeySet
Remove ( int key ) : KeySet

Method Details

Add() public method

public Add ( IEnumerable keys ) : KeySet
keys IEnumerable
return KeySet

Add() public method

public Add ( int key ) : KeySet
key int
return KeySet

KeySet() public method

public KeySet ( ) : System
return System

KeySet() public method

public KeySet ( IEnumerable keys ) : System
keys IEnumerable
return System

Remove() public method

public Remove ( IEnumerable keys ) : KeySet
keys IEnumerable
return KeySet

Remove() public method

public Remove ( int key ) : KeySet
key int
return KeySet