TypeFnsIsAssignableFrom Method Breeze.sharp

[Missing <summary> documentation for "M:Breeze.Sharp.Core.TypeFns.IsAssignableFrom(System.Type,System.Type)"]

Namespace: Breeze.Sharp.Core
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax

public static bool IsAssignableFrom(
	this Type entityType,
	Type otherType
)

Parameters

entityType
Type: SystemType
otherType
Type: SystemType

Return Value

Type: Boolean

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Type. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also

Reference