예제 #1
0
 public ComReflectionNameToIdMapper(Type type)
 {
     _reflectedType = type;
     _propertyNames = new IndexedNamesCollection();
     _methodNames   = new IndexedNamesCollection();
     _propertyCache = null;
     _methodsCache  = new List <Func <IValue[], object> >();
 }
 public ComReflectionNameToIdMapper(Type type)
 {
     _reflectedType = type;
     _propertyNames = new IndexedNamesCollection();
     _methodNames = new IndexedNamesCollection();
     _propertyCache = new List<PropertyInfo>();
     _methodsCache = new List<System.Reflection.MethodInfo>();
 }
예제 #3
0
 public ComReflectionNameToIdMapper(Type type)
 {
     _reflectedType = type;
     _propertyNames = new IndexedNamesCollection();
     _methodNames   = new IndexedNamesCollection();
     _propertyCache = new List <PropertyInfo>();
     _methodsCache  = new List <System.Reflection.MethodInfo>();
 }