문제

If you have a class that implements IEnumerable and IEnumerator but does not implement ICollection, IList or ISet what suffix do you use?

도움이 되었습니까?

해결책

Hard one without having the concrete type - but maybe I would just add "Source" or "s" (like Apple*s*, Apple*Source*) or simple Sequence (don't like enumeration) (AppleSeqence)

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top