ABB.Swum.MethodContext.MethodContext C# (CSharp) Метод

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

Creates a new MethodContext, with the given return type.
public MethodContext ( string idType ) : System
idType string The return type of the method.
Результат System
        public MethodContext(string idType) : this(idType, false) { }
        /// <summary>

Same methods

MethodContext::MethodContext ( ) : System
MethodContext::MethodContext ( string idType, bool idTypeIsPrimitive ) : System
MethodContext::MethodContext ( string idType, bool idTypeIsPrimitive, string declaringClass, IEnumerable formalParameters, bool isStatic, bool isConstructor, bool isDestructor ) : System
MethodContext