private string GetObjectPropertyName(ObjectProperty property) { var info = BaseSetObjectPropertyParameters <ObjectProperty> .GetPropertyInfoViaTypeLookup(property); var name = BaseSetObjectPropertyParameters <ObjectProperty> .GetParameterNameStatic(property, info); return(name); }
internal static string GetParameterName(ObjectProperty property) { var cache = BaseSetObjectPropertyParameters <ObjectProperty> .GetPropertyInfoViaTypeLookup(property); return(GetParameterNameStatic(property, cache)); }