XRef vs Xref (.NET naming)
Posted
by Anthony Faull
on Stack Overflow
See other posts from Stack Overflow
or by Anthony Faull
Published on 2010-06-10T05:22:08Z
Indexed on
2010/06/10
5:32 UTC
Read the original article
Hit count: 232
.NET
|naming-conventions
Which name is more consistent with .NET naming standards for properties and methods?
1.
public string XRef { get; set; }
2.
public string Xref { get; set; }
© Stack Overflow or respective owner