예제 #1
0
 /// <summary>
 /// Determines whether the property is available to Lava
 /// </summary>
 /// <param name="propInfo">The property information.</param>
 /// <returns></returns>
 private bool LiquidizableProperty(PropertyInfo propInfo)
 {
     return(LavaHelper.IsLavaProperty(propInfo));
 }