Method | Description | |
---|---|---|
Append ( string name ) : void | ||
Find ( string name ) : int | ||
Insert ( int position, string name ) : bool | ||
Serve ( int count ) : IEnumerable |
public Insert ( int position, string name ) : bool | ||
position | int | |
name | string | |
return | bool |