Pavel Tupitsyn created IGNITE-6471:
--------------------------------------
Summary: .NET: Flags should have plural names
Key: IGNITE-6471
URL:
https://issues.apache.org/jira/browse/IGNITE-6471 Project: Ignite
Issue Type: Improvement
Components: platforms
Reporter: Pavel Tupitsyn
Fix For: 3.0
{{[Flags]}} enums should have plural names.
For example, {{CachePeekMode}} should be renamed to {{CachePeekModes}}.
Also, {{int GetSize(params CachePeekMode[] modes)}} should be changed to {{int GetSize(CachePeekModes modes)}}: flags can be combined with bitwise OR.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)