Click or drag to resize
SpringContextGetObjectT Method (Type)
获取对象

Namespace: X3Platform.Spring
Assembly: X3Platform.Abstractions (in X3Platform.Abstractions.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public T GetObject<T>(
	Type type
)

Parameters

type
Type: SystemType
类型

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:X3Platform.Spring.SpringContext.GetObject``1(System.Type)"]

Return Value

Type: T

[Missing <returns> documentation for "M:X3Platform.Spring.SpringContext.GetObject``1(System.Type)"]

See Also