fBaseXtensions.Cache.External.Debugging.DebugData_Items.DebugData_Items C# (CSharp) Method

DebugData_Items() public method

public DebugData_Items ( ) : System.Collections.Generic
return System.Collections.Generic
        public DebugData_Items()
        {
            Entries = new HashSet<DebugItemDataEntry>();
        }