Represents a method declaration inside of a class.
[Visual Basic] Public Interface ICodeMethod Implements ICodeMember, ICodeElement [C#] public interface ICodeMethod : ICodeMember, ICodeElement [C++] public __gc __interface ICodeMethod : public ICodeMember, ICodeElement
[JScript] In JScript, you can use the interfaces in the NGWS frameworks, but you cannot define your own.
[To be supplied.]
Namespace: System.ComponentModel.Design.CodeModel
Assembly: System.dll
ICodeMethod Members | System.ComponentModel.Design.CodeModel Namespace