Beispiel #1
0
 public NamingData(DotNetNaming dotnet, IDictionary <string, object> others = null)
 {
     DotNet = dotnet ?? throw new ArgumentNullException(nameof(dotnet));
 }
Beispiel #2
0
 public NamingData(DotNetNaming dotnet)
 {
     DotNet = dotnet ?? throw new ArgumentNullException(nameof(dotnet));
 }