Boo.BooLangService.Document.Origins.AssemblyTypeSourceOrigin.AssemblyTypeSourceOrigin C# (CSharp) Метод

AssemblyTypeSourceOrigin() публичный Метод

public AssemblyTypeSourceOrigin ( Type type ) : System
type System.Type
Результат System
        public AssemblyTypeSourceOrigin(Type type)
        {
            this.type = type;
        }