Exemplo n.º 1
0
        public InstructionVariant Match( InstructionData aData )
        {
            if( Variants == null && Initialize() == false )
                throw new NotSupportedException(); 


            return null;
        }
Exemplo n.º 2
0
        public InstructionVariant Match(InstructionData aData)
        {
            if (Variants == null && Initialize() == false)
            {
                throw new NotSupportedException();
            }


            return(null);
        }