What is the proposed casing for private const or private static readonly?
According to AV1702, constant field and static readonly field should be Pascal cased, private fields should be camel cased.
Is there somewhere a statement that says which one takes precedence?
What is the proposed casing for
private constorprivate static readonly?According to AV1702,
constant fieldandstatic readonly fieldshould be Pascal cased,private fieldsshould be camel cased.Is there somewhere a statement that says which one takes precedence?