Interface IExecutableType
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/javax/lang/model/type/ExecutableType.html
public interface IExecutableType : ITypeMirror, IAnnotatedConstruct
- Inherited Members
Properties
ParameterTypes
List ParameterTypes { get; }
Property Value
ReceiverType
TypeMirror ReceiverType { get; }
Property Value
ReturnType
TypeMirror ReturnType { get; }
Property Value
ThrownTypes
https://docs.oracle.com/javase/8/docs/api/javax/lang/model/type/ExecutableType.html#getThrownTypes--
List ThrownTypes { get; }
Property Value
TypeVariables
List TypeVariables { get; }