Skip to content

Commit 3405e46

Browse files
committed
Added alt. interface - IDefaultFormatProviderSelector
1 parent b572e98 commit 3405e46

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
using System;
2+
using System.Collections.Generic;
3+
using System.ComponentModel.DataAnnotations;
4+
using System.Linq;
5+
using System.Text;
6+
7+
namespace IGLib.Alt;
8+
9+
public interface IDefaultFormatProviderSelector
10+
{
11+
IFormatProvider DefaultFormatProvider { get; }
12+
}
13+
14+

0 commit comments

Comments
 (0)