Table of Contents

Class TypeInterfaces

Namespace
ToSic.Sys.Utils.Types
Assembly
ToSic.Sys.Utils.dll

Special helper to ....

[InternalApi_DoNotUse_MayChangeWithoutNotice]
public static class TypeInterfaces
Inheritance
object
TypeInterfaces

Methods

GetDirectGenericSubType(Type, Type, int)

public static Type? GetDirectGenericSubType(this Type type, Type genericType, int argumentIndex = 0)

Parameters

type Type
genericType Type
argumentIndex int

Returns

Type

GetGenericSubType(Type, Type, int)

public static Type? GetGenericSubType(this Type type, Type genericType, int argumentIndex = 0)

Parameters

type Type
genericType Type
argumentIndex int

Returns

Type