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

TypeSourceOrigin() public method

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