public static System.Reflection.FieldInfo GetFieldInfoFromProperty(SerializedProperty property, out System.Type type)
 {
     if (_imp_getFieldInfoFromProperty == null)
     {
         _imp_getFieldInfoFromProperty = _accessWrapper.GetStaticMethod("GetFieldInfoFromProperty", typeof(GetFieldInfoFromPropertyDelegate)) as GetFieldInfoFromPropertyDelegate;
     }
     return(_imp_getFieldInfoFromProperty(property, out type));
 }
 public static System.Reflection.FieldInfo GetFieldInfoFromProperty(SerializedProperty property, out System.Type type)
 {
     if (_imp_getFieldInfoFromProperty == null) _imp_getFieldInfoFromProperty = _accessWrapper.GetStaticMethod("GetFieldInfoFromProperty", typeof(GetFieldInfoFromPropertyDelegate)) as GetFieldInfoFromPropertyDelegate;
     return _imp_getFieldInfoFromProperty(property, out type);
 }