[To be supplied.]
[Visual Basic] Overridable Public Function Read( _ ByVal ConfigType As String, _ ByVal selector As Selector, _ ByVal los As Integer, _ ByVal currentObject As Object _ ) As Object [C#] public virtual object Read( string ConfigType, Selector selector, int los, object currentObject ); [C++] public: virtual Object* Read( String* ConfigType, Selector* selector, int los, Object* currentObject ); [JScript] public function Read( ConfigType : String, selector : Selector, los : int, currentObject : Object ) : Object;
NativeCatalogInterceptor Class | NativeCatalogInterceptor Members | System.Configuration.Interceptors Namespace