C# Class AtomicList, code

Inheritance: IEnumerable
ファイルを表示 Open project: shendongnian/code Class Usage Examples

Public Methods

Method Description
Add ( vlue ) : void
GetEnumerator ( ) : IEnumerator
Remove ( value ) : bool
Remove ( Value ) : void

Method Details

Add() public method

public Add ( vlue ) : void
return void

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

Remove() public method

public Remove ( value ) : bool
return bool

Remove() public method

public Remove ( Value ) : void
return void