.net - What do you call IEnumerable? -
Sometimes I find out that someone has Archive : It is valid but is not used everywhere. Although we have the system. Selection Namespace Sequence : It is also valid and probably better defines it. Enumerator or Iterator : They insist on operation, rarely use. What would be most appropriate? What do you read in your code? a Personally I use "sequence" in the discussion, but I do not use it to give things names in the code - I just use it representing this object sequence , i.e. "order", "unique users", etc. - or in the case of general methods, "item", "value", etc. IEnumerable & lt; Foo & gt; I do not think I get a corresponding name while reading. IEnumerable & lt; Foo & gt; : This is a type of name IEnumerable & lt; Foo & gt;
Comments
Post a Comment