ChangeDetector.SnapshotRegistry.SnapshotRegistry C# (CSharp) Method

SnapshotRegistry() public method

public SnapshotRegistry ( ) : System
return System
        public SnapshotRegistry()
        {
            PartialSnapshots = new List<SnapshotRegistryPartial>();
        }
SnapshotRegistry