PERWAPI.Constant.GetTypeIndex C# (CSharp) Method

GetTypeIndex() private method

private GetTypeIndex ( ) : byte
return byte
        internal byte GetTypeIndex()
        {
            return (byte)type;
        }