Add a property to this class
[Visual Basic]
Public Function AddProperty( _
ByVal name As String, _
ByVal retType As PEAPI.Type, _
ByVal pars As PEAPI.Type() _
) As PEAPI.Property
[C#]
public Property AddProperty(
string name,
Type retType,
Type[] pars
);
a descriptor for this new property