Interface IFunctionPointerTypeRepresents a function pointer type. Namespace: Metalama.Framework.Code.TypesAssembly: Metalama.Framework.dllSyntax public interface IFunctionPointerType : IType, ICompilationElement, IDisplayable, IEquatable<IType> Extension Methods TypeExtensions.DefaultValue(IType) TypeExtensions.GetAsyncInfo(IType) TypeExtensions.Is(IType, IType, ConversionKind, TypeComparison) TypeExtensions.Is(IType, SpecialType, ConversionKind) TypeExtensions.Is(IType, Type, ConversionKind, TypeComparison) TypeExtensions.ToSerializableId(IType) TypeExtensions.ToTypeOfExpression(IType) TypeFactory.MakeArrayType(IType, int) TypeFactory.MakePointerType(IType) TypeFactory.ToNonNullableType(IType) TypeFactory.ToNullableType(IType) DeclarationExtensions.ForCompilation<T>(T?, ICompilation, ReferenceResolutionOptions) DeclarationExtensions.TryForCompilation<T>(T?, ICompilation, out T?, ReferenceResolutionOptions)