Click or drag to resize

StiTypeFinderFindInterface Method

[Missing <summary> documentation for "M:Stimulsoft.Base.StiTypeFinder.FindInterface(System.Type,System.Type)"]

Namespace:  Stimulsoft.Base
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public static bool FindInterface(
	Type exType,
	Type interfaceForFinding
)

Parameters

exType
Type: SystemType

[Missing <param name="exType"/> documentation for "M:Stimulsoft.Base.StiTypeFinder.FindInterface(System.Type,System.Type)"]

interfaceForFinding
Type: SystemType

[Missing <param name="interfaceForFinding"/> documentation for "M:Stimulsoft.Base.StiTypeFinder.FindInterface(System.Type,System.Type)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Stimulsoft.Base.StiTypeFinder.FindInterface(System.Type,System.Type)"]

See Also