Microsoft.Zing.ProgramCounter.GetNextBlockName C# (CSharp) Méthode

GetNextBlockName() public static méthode

public static GetNextBlockName ( string methodName, ushort blockNumber ) : string
methodName string
blockNumber ushort
Résultat string
        public static string GetNextBlockName(string methodName, ushort blockNumber)
        {
            Hashtable blockTable = (Hashtable)methodBlockTable[methodName];
            return (string)blockTable[blockNumber];
        }