Boo.Lang.Compiler.TypeSystem.ExternalCallableType.ExternalCallableType C# (CSharp) Method

ExternalCallableType() private method

private ExternalCallableType ( TypeSystemServices typeSystemServices, Type type ) : System
typeSystemServices TypeSystemServices
type System.Type
return System
        internal ExternalCallableType(TypeSystemServices typeSystemServices, Type type)
            : base(typeSystemServices, type)
        {
            _invoke = typeSystemServices.Map(type.GetMethod("Invoke"));
        }