Click or drag to resize
ReflectionUtilsIsAssignableFrom Method

[Missing <summary> documentation for "M:Slash.Reflection.Utils.ReflectionUtils.IsAssignableFrom(System.Type,System.Type)"]

Namespace: Slash.Reflection.Utils
Assembly: Slash.Reflection (in Slash.Reflection.dll) Version: 1.0.6018.40175
Syntax
public static bool IsAssignableFrom(
	Type first,
	Type second
)

Parameters

first
Type: SystemType

[Missing <param name="first"/> documentation for "M:Slash.Reflection.Utils.ReflectionUtils.IsAssignableFrom(System.Type,System.Type)"]

second
Type: SystemType

[Missing <param name="second"/> documentation for "M:Slash.Reflection.Utils.ReflectionUtils.IsAssignableFrom(System.Type,System.Type)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Slash.Reflection.Utils.ReflectionUtils.IsAssignableFrom(System.Type,System.Type)"]

See Also