예제 #1
0
 private FieldReferenceStep(ITypeResolver typeResolver, IType declaringType, System.Reflection.FieldInfo fieldInfo) : base(declaringType, fieldInfo.Name, PlatformTypeHelper.GetFieldTypeId(typeResolver, fieldInfo), PropertySortValue.NoValue)
 {
     this.implementation = new FieldReferenceStep.FieldImplementation(this, fieldInfo);
 }