PERWAPI.HandlerBlock.HandlerBlock C# (CSharp) Méthode

HandlerBlock() public méthode

public HandlerBlock ( CILLabel start, CILLabel end ) : System
start CILLabel
end CILLabel
Résultat System
        public HandlerBlock(CILLabel start, CILLabel end)
            : base(start,end)
        {
        }