2.2.1.4 Method Signature

A value complying with this pattern uniquely identifies a Method in a Class. The value MUST be of the following format.

 Formats for Method Signature

Method

=

TypeName IDENTIFIER TypeIdentifierList ArgumentList

ArgumentList

=

'(' 0*1(Argument 0*(',' Argument ) ) ')' ';'

Argument

=

TypeName 0*1('ByRef'')

TypeIdentifierList

=

'[' '[' TypeIdentifier ']' 0*(',' '[' TypeIdentifier ']') ']'

IDENTIFIER

=

See IdentifierName (section 2.2.1.1)

TypeIdentifier

=

See RemotingTypeName (section 2.2.1.2)