An NDoc Documented Class Library

CoreAppXmlConfiguration.Interceptors Property

[Visual Basic]
Overridable Public Property ReadOnly Interceptors As DynamicProxyInterceptors _
    Implements CoreConfiguration.Interceptors
[C#]
public virtual DynamicProxyInterceptors Interceptors { get; }
[C++]
public: virtual __property DynamicProxyInterceptors* get_Interceptors();
[JScript]
public virtual function get Interceptors() : DynamicProxyInterceptors

Implements

CoreConfiguration.Interceptors

See Also

CoreAppXmlConfiguration Class | White.Core.Configuration Namespace