Mono.Debugger.Languages.TargetFunctionType.TargetFunctionType C# (CSharp) Method

TargetFunctionType() protected method

protected TargetFunctionType ( Language language ) : System
language Language
return System
        protected TargetFunctionType(Language language)
            : base(language, TargetObjectKind.Function)
        {
        }