Microsoft.Zing.ZMethod.ZMethod C# (CSharp) Method

ZMethod() public method

public ZMethod ( ) : System.Collections.Generic
return System.Collections.Generic
        public ZMethod()
        {
        }

Same methods

ZMethod::ZMethod ( System.Compiler.TypeNode declaringType, AttributeList attributes, System.Compiler.Identifier name, ParameterList parameters, System.Compiler.TypeNode returnType, System.Compiler.Block body ) : System.Collections.Generic
ZMethod::ZMethod ( System.Compiler.TypeNode declaringType, bool atomic, bool activated, System.Compiler.Identifier name, ParameterList parameters, System.Compiler.TypeNode returnType, System.Compiler.Block body ) : System.Collections.Generic