BlogEngine.Core.Security.Dispose C# (CSharp) Метод

Dispose() публичный Метод

Disposes of the resources (other than memory) used by the module that implements T:System.Web.IHttpModule.
public Dispose ( ) : void
Результат void
        public void Dispose()
        {
            // Nothing to dispose
        }