Boo.BooLangService.Document.Origins.AssemblyTypeSourceOrigin.AssemblyTypeSourceOrigin C# (CSharp) Method

AssemblyTypeSourceOrigin() public method

public AssemblyTypeSourceOrigin ( Type type ) : System
type System.Type
return System
        public AssemblyTypeSourceOrigin(Type type)
        {
            this.type = type;
        }