Click or drag to resize
ServiceResolveOptional Method
Overload List
  NameDescription
Public methodStatic memberResolveOptionalTService
Returns an instance of TService as registered within the system or when no resolution is possible. Only services with Singleton or Transient are resolved.
Public methodStatic memberResolveOptional(Type)
Returns an instance of serviceType as registered within the system or when no resolution is possible. Only services with Singleton or Transient are resolved.
Top
See Also