 | ReflectionUtilsGetBaseTypes Method |
[Missing <summary> documentation for "M:Slash.Reflection.Utils.ReflectionUtils.GetBaseTypes(System.Type)"]
Namespace: Slash.Reflection.UtilsAssembly: Slash.Reflection (in Slash.Reflection.dll) Version: 1.0.6018.40175
Syntaxpublic static IEnumerable<Type> GetBaseTypes(
Type type
)
Public Shared Function GetBaseTypes (
type As Type
) As IEnumerable(Of Type)
public:
static IEnumerable<Type^>^ GetBaseTypes(
Type^ type
)
static member GetBaseTypes :
type : Type -> IEnumerable<Type>
Parameters
- type
- Type: SystemType
[Missing <param name="type"/> documentation for "M:Slash.Reflection.Utils.ReflectionUtils.GetBaseTypes(System.Type)"]
Return Value
Type:
IEnumerableType[Missing <returns> documentation for "M:Slash.Reflection.Utils.ReflectionUtils.GetBaseTypes(System.Type)"]
See Also