Пример #1
0
            public TypeBinder(
                string[] args,
                IDecodeMetaData <Local, Parameter, Method, Field, Property, Type, Attribute, Assembly> mdDecoder,
                IDecodeContracts <Local, Parameter, Method, Field, Type> contractDecoder
                )
            {
                this.mdDecoder = mdDecoder;
                options        = GeneralOptions.ParseCommandLineArguments(args);

                if (options.HasErrors)
                {
                    GeneralOptions.PrintUsageAndExit();
                }
            }