Skybound.Gecko.GeckoHistoryPurgeEventArgs.GeckoHistoryPurgeEventArgs C# (CSharp) Method

GeckoHistoryPurgeEventArgs() public method

Creates a new instance of a GeckoHistoryPurgeEventArgs object.
public GeckoHistoryPurgeEventArgs ( int count ) : System
count int
return System
        public GeckoHistoryPurgeEventArgs(int count)
        {
            _Count = count;
        }
GeckoHistoryPurgeEventArgs