Castle.MicroKernel.Registration.FromAssemblyDescriptor.IncludeNonPublicTypes C# (CSharp) Метод

IncludeNonPublicTypes() публичный Метод

When called also non-public types will be scanned.
Usually it is not recommended to register non-public types in the container so think twice before using this option.
public IncludeNonPublicTypes ( ) : FromAssemblyDescriptor
Результат FromAssemblyDescriptor
		public FromAssemblyDescriptor IncludeNonPublicTypes()
		{
			nonPublicTypes = true;
			return this;
		}