ElementReflection<O> constructor

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

Implementation

ElementReflection(this.classReflection, this.declaringType);