ElementReflection<O> constructor

ElementReflection<O>(
  1. ClassReflection<O> classReflection,
  2. Type declaringType,
  3. bool isStatic
)

Implementation

ElementReflection(this.classReflection, this.declaringType, this.isStatic);