Interface IExecutableType
.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.compiler/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
List ThrownTypes { get; }
Property Value
TypeVariables
List TypeVariables { get; }