MustacheSharp/mustache-sharp/Properties
Travis Parks 7bda253bab Handle properties and fields being replaced by derived classes.
I added code that will (correctly) chose the most derived property/field
when a conflict exists between the parent and child.

According to Microsoft, there is no guarantee of the order that members
will be returned, so I had to determine the members distance from the
object's type down the inheritance hierarchy and pick the closest.
2014-03-02 00:43:08 -05:00
..
AssemblyInfo.cs Handle properties and fields being replaced by derived classes. 2014-03-02 00:43:08 -05:00
Resources.Designer.cs Give more details for unknown tags 2013-07-18 12:04:12 -04:00
Resources.resx Give more details for unknown tags 2013-07-18 12:04:12 -04:00