Skybound.Gecko.GeckoHistoryPurgeEventArgs.GeckoHistoryPurgeEventArgs C# (CSharp) Méthode

GeckoHistoryPurgeEventArgs() public méthode

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