/// <summary> /// Get the binding mode. /// </summary> protected virtual BindingMode GetBindingMode(ref Type bindingType, out bool isNullable) { return(TypeHelper.GetBindingMode(ref bindingType, out isNullable)); }