Method | Description | |
---|---|---|
AddPerson ( IssuesWithNonGenericCollections.Person p ) : void | ||
ClearPeople ( ) : void | ||
GetPerson ( int pos ) : IssuesWithNonGenericCollections.Person |
Method | Description | |
---|---|---|
IEnumerable ( ) : IEnumerator |
public AddPerson ( IssuesWithNonGenericCollections.Person p ) : void | ||
p | IssuesWithNonGenericCollections.Person | |
return | void |
public GetPerson ( int pos ) : IssuesWithNonGenericCollections.Person | ||
pos | int | |
return | IssuesWithNonGenericCollections.Person |