c# Programming Glossary: typereference
Validate assemblies and namespaces in VAB config file http://stackoverflow.com/questions/8900510/validate-assemblies-and-namespaces-in-vab-config-file T ForType T ValidatedTypeReference typeReference if this.settings.Types.Contains typeof T .FullName typeReference.. if this.settings.Types.Contains typeof T .FullName typeReference this.settings.Types.Get typeof T .FullName else typeReference.. this.settings.Types.Get typeof T .FullName else typeReference new ValidatedTypeReference typeof T AssemblyName typeof T..
|