Example #1
0
 public void ClearCache()
 {
     _propertyCollection = null;
 }
Example #2
0
 public IPropertyCollection GetInstanceProperties(Type targetType)
 {
     return(_propertyCollection ?? (_propertyCollection = new TestFilterRuntimeModelPropertyCollection(_attributeTypes)));
 }