Boo.BooLangService.Document.Origins.AssemblyTypeSourceOrigin.AssemblyTypeSourceOrigin C# (CSharp) Méthode

AssemblyTypeSourceOrigin() public méthode

public AssemblyTypeSourceOrigin ( Type type ) : System
type System.Type
Résultat System
        public AssemblyTypeSourceOrigin(Type type)
        {
            this.type = type;
        }