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


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


            return(null);
        }