File tree Expand file tree Collapse file tree
src/IGLib.Core/Console/Validation/DefaultFormatProvider Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,6 +51,8 @@ public static void SetGlobal(IDefaultFormatProviderSelector selector)
5151 /// <see cref="IDefaultFormatProviderSelector.DefaultFormatProvider"/> property is returned.</para>
5252 /// <para>Otherwise, the format provider obtained by the <see cref="DefaultFormatProviderSelector.Global"/>'s
5353 /// <see cref="IDefaultFormatProviderSelector.DefaultFormatProvider"/> property is returned.</para></returns>
54+ /// <remarks>Default parameters are intentionally not provided, such that the caller needs to consciously
55+ /// provide null values if this is itended.</remarks>
5456 public static IFormatProvider GetFormatProvider ( IFormatProvider ? specifiedFormatProvider ,
5557 IDefaultFormatProviderSelector ? defaultSelector )
5658 {
You can’t perform that action at this time.
0 commit comments