Click or drag to resize

RegistrationOptionsExtensions Class

Extension methods for registration options.
Inheritance Hierarchy
SystemObject
  Autofac.Core.RegistrationRegistrationOptionsExtensions

Namespace:  Autofac.Core.Registration
Assembly:  Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
Syntax
public static class RegistrationOptionsExtensions

The RegistrationOptionsExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberHasOption
Tests whether a given flag (or combined set of flags) is present in the specified options enumeration.
Top
See Also