Int64RangePartitionInformation - how can I create object? I want to use object in my unit test. When I attempt to create object using var c = new Int64RangePartitionInformation(); compiler throws me error 'Int64RangePartitionInformation' does not contain a constructor that takes 0 arguments"
I don't see any constructor for this class either. How this type of non-instantiable class is implemented? If I want to , how can i instantiate it?