コード例 #1
0
ファイル: Instruction.cs プロジェクト: Orvid/Cosmos
        public InstructionVariant Match( InstructionData aData )
        {
            if( Variants == null && Initialize() == false )
                throw new NotSupportedException(); 


            return null;
        }
コード例 #2
0
        public InstructionVariant Match(InstructionData aData)
        {
            if (Variants == null && Initialize() == false)
            {
                throw new NotSupportedException();
            }


            return(null);
        }