Esempio n. 1
0
 /// <summary>
 /// Determines whether the property is an indexed property.
 /// </summary>
 /// <param name="property">The property.</param>
 /// <returns>
 ///     <c>true</c> if the property is an indexed property; otherwise, <c>false</c>.
 /// </returns>
 public bool IsIndexedProperty(PropertyInfo property)
 {
     return(XPropertiesBase.IsIndexedProperty(property));
 }