Click here to Skip to main content
15,886,137 members
Articles / Programming Languages / C# 4.0

Unit testing with Fakes with Visual studio Premium 2012

Rate me:
Please Sign up or sign in to vote.
4.75/5 (14 votes)
25 Apr 2013CPOL4 min read 75K   1.7K   27  
Dummy's guide to Fakes.
<?xml version="1.0"?>
<doc>
    <assembly>
        <name>System.4.0.0.0.Fakes</name>
    </assembly>
    <members>
        <member name="T:Microsoft.CSharp.Fakes.StubCSharpCodeProvider">
            <summary>Stub type of Microsoft.CSharp.CSharpCodeProvider</summary>
        </member>
        <member name="M:Microsoft.CSharp.Fakes.StubCSharpCodeProvider.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:Microsoft.CSharp.Fakes.StubCSharpCodeProvider.#ctor(System.Collections.Generic.IDictionary{System.String,System.String})">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:Microsoft.CSharp.Fakes.StubCSharpCodeProvider.AttachBackingFieldToSite">
            <summary>Attaches delegates to emulate StubCSharpCodeProvider.Site as a property with a backing field.</summary>
        </member>
        <member name="F:Microsoft.CSharp.Fakes.StubCSharpCodeProvider.CanRaiseEventsGet">
            <summary>Sets the stub of Component.get_CanRaiseEvents()</summary>
        </member>
        <member name="M:Microsoft.CSharp.Fakes.StubCSharpCodeProvider.CompileAssemblyFromDom(System.CodeDom.Compiler.CompilerParameters,System.CodeDom.CodeCompileUnit[])">
            <summary>Sets the stub of CodeDomProvider.CompileAssemblyFromDom(CompilerParameters options, CodeCompileUnit[] compilationUnits)</summary>
        </member>
        <member name="F:Microsoft.CSharp.Fakes.StubCSharpCodeProvider.CompileAssemblyFromDomCompilerParametersCodeCompileUnitArray">
            <summary>Sets the stub of CodeDomProvider.CompileAssemblyFromDom(CompilerParameters options, CodeCompileUnit[] compilationUnits)</summary>
        </member>
        <member name="M:Microsoft.CSharp.Fakes.StubCSharpCodeProvider.CompileAssemblyFromFile(System.CodeDom.Compiler.CompilerParameters,System.String[])">
            <summary>Sets the stub of CodeDomProvider.CompileAssemblyFromFile(CompilerParameters options, String[] fileNames)</summary>
        </member>
        <member name="F:Microsoft.CSharp.Fakes.StubCSharpCodeProvider.CompileAssemblyFromFileCompilerParametersStringArray">
            <summary>Sets the stub of CodeDomProvider.CompileAssemblyFromFile(CompilerParameters options, String[] fileNames)</summary>
        </member>
        <member name="M:Microsoft.CSharp.Fakes.StubCSharpCodeProvider.CompileAssemblyFromSource(System.CodeDom.Compiler.CompilerParameters,System.String[])">
            <summary>Sets the stub of CodeDomProvider.CompileAssemblyFromSource(CompilerParameters options, String[] sources)</summary>
        </member>
        <member name="F:Microsoft.CSharp.Fakes.StubCSharpCodeProvider.CompileAssemblyFromSourceCompilerParametersStringArray">
            <summary>Sets the stub of CodeDomProvider.CompileAssemblyFromSource(CompilerParameters options, String[] sources)</summary>
        </member>
        <member name="M:Microsoft.CSharp.Fakes.StubCSharpCodeProvider.CreateCompiler">
            <summary>Sets the stub of CSharpCodeProvider.CreateCompiler()</summary>
        </member>
        <member name="F:Microsoft.CSharp.Fakes.StubCSharpCodeProvider.CreateCompiler01">
            <summary>Sets the stub of CSharpCodeProvider.CreateCompiler()</summary>
        </member>
        <member name="M:Microsoft.CSharp.Fakes.StubCSharpCodeProvider.CreateEscapedIdentifier(System.String)">
            <summary>Sets the stub of CodeDomProvider.CreateEscapedIdentifier(String value)</summary>
        </member>
        <member name="F:Microsoft.CSharp.Fakes.StubCSharpCodeProvider.CreateEscapedIdentifierString">
            <summary>Sets the stub of CodeDomProvider.CreateEscapedIdentifier(String value)</summary>
        </member>
        <member name="M:Microsoft.CSharp.Fakes.StubCSharpCodeProvider.CreateGenerator">
            <summary>Sets the stub of CSharpCodeProvider.CreateGenerator()</summary>
        </member>
        <member name="M:Microsoft.CSharp.Fakes.StubCSharpCodeProvider.CreateGenerator(System.String)">
            <summary>Sets the stub of CodeDomProvider.CreateGenerator(String fileName)</summary>
        </member>
        <member name="F:Microsoft.CSharp.Fakes.StubCSharpCodeProvider.CreateGenerator01">
            <summary>Sets the stub of CSharpCodeProvider.CreateGenerator()</summary>
        </member>
        <member name="F:Microsoft.CSharp.Fakes.StubCSharpCodeProvider.CreateGeneratorString">
            <summary>Sets the stub of CodeDomProvider.CreateGenerator(String fileName)</summary>
        </member>
        <member name="M:Microsoft.CSharp.Fakes.StubCSharpCodeProvider.CreateParser">
            <summary>Sets the stub of CodeDomProvider.CreateParser()</summary>
        </member>
        <member name="F:Microsoft.CSharp.Fakes.StubCSharpCodeProvider.CreateParser01">
            <summary>Sets the stub of CodeDomProvider.CreateParser()</summary>
        </member>
        <member name="M:Microsoft.CSharp.Fakes.StubCSharpCodeProvider.CreateValidIdentifier(System.String)">
            <summary>Sets the stub of CodeDomProvider.CreateValidIdentifier(String value)</summary>
        </member>
        <member name="F:Microsoft.CSharp.Fakes.StubCSharpCodeProvider.CreateValidIdentifierString">
            <summary>Sets the stub of CodeDomProvider.CreateValidIdentifier(String value)</summary>
        </member>
        <member name="M:Microsoft.CSharp.Fakes.StubCSharpCodeProvider.Dispose(System.Boolean)">
            <summary>Sets the stub of Component.Dispose(Boolean disposing)</summary>
        </member>
        <member name="F:Microsoft.CSharp.Fakes.StubCSharpCodeProvider.DisposeBoolean">
            <summary>Sets the stub of Component.Dispose(Boolean disposing)</summary>
        </member>
        <member name="F:Microsoft.CSharp.Fakes.StubCSharpCodeProvider.FileExtensionGet">
            <summary>Sets the stub of CSharpCodeProvider.get_FileExtension()</summary>
        </member>
        <member name="M:Microsoft.CSharp.Fakes.StubCSharpCodeProvider.GetConverter(System.Type)">
            <summary>Sets the stub of CSharpCodeProvider.GetConverter(Type type)</summary>
        </member>
        <member name="F:Microsoft.CSharp.Fakes.StubCSharpCodeProvider.GetConverterType">
            <summary>Sets the stub of CSharpCodeProvider.GetConverter(Type type)</summary>
        </member>
        <member name="M:Microsoft.CSharp.Fakes.StubCSharpCodeProvider.GetService(System.Type)">
            <summary>Sets the stub of Component.GetService(Type service)</summary>
        </member>
        <member name="F:Microsoft.CSharp.Fakes.StubCSharpCodeProvider.GetServiceType">
            <summary>Sets the stub of Component.GetService(Type service)</summary>
        </member>
        <member name="M:Microsoft.CSharp.Fakes.StubCSharpCodeProvider.GetTypeOutput(System.CodeDom.CodeTypeReference)">
            <summary>Sets the stub of CodeDomProvider.GetTypeOutput(CodeTypeReference type)</summary>
        </member>
        <member name="F:Microsoft.CSharp.Fakes.StubCSharpCodeProvider.GetTypeOutputCodeTypeReference">
            <summary>Sets the stub of CodeDomProvider.GetTypeOutput(CodeTypeReference type)</summary>
        </member>
        <member name="M:Microsoft.CSharp.Fakes.StubCSharpCodeProvider.InitializeStub">
            <summary>Initializes a new instance of type StubCSharpCodeProvider</summary>
        </member>
        <member name="M:Microsoft.CSharp.Fakes.StubCSharpCodeProvider.IsValidIdentifier(System.String)">
            <summary>Sets the stub of CodeDomProvider.IsValidIdentifier(String value)</summary>
        </member>
        <member name="F:Microsoft.CSharp.Fakes.StubCSharpCodeProvider.IsValidIdentifierString">
            <summary>Sets the stub of CodeDomProvider.IsValidIdentifier(String value)</summary>
        </member>
        <member name="F:Microsoft.CSharp.Fakes.StubCSharpCodeProvider.LanguageOptionsGet">
            <summary>Sets the stub of CodeDomProvider.get_LanguageOptions()</summary>
        </member>
        <member name="F:Microsoft.CSharp.Fakes.StubCSharpCodeProvider.SiteGet">
            <summary>Sets the stub of Component.get_Site()</summary>
        </member>
        <member name="F:Microsoft.CSharp.Fakes.StubCSharpCodeProvider.SiteSetISite">
            <summary>Sets the stub of Component.set_Site(ISite value)</summary>
        </member>
        <member name="M:Microsoft.CSharp.Fakes.StubCSharpCodeProvider.Supports(System.CodeDom.Compiler.GeneratorSupport)">
            <summary>Sets the stub of CodeDomProvider.Supports(GeneratorSupport generatorSupport)</summary>
        </member>
        <member name="F:Microsoft.CSharp.Fakes.StubCSharpCodeProvider.SupportsGeneratorSupport">
            <summary>Sets the stub of CodeDomProvider.Supports(GeneratorSupport generatorSupport)</summary>
        </member>
        <member name="M:Microsoft.CSharp.Fakes.StubCSharpCodeProvider.ToString">
            <summary>Sets the stub of Component.ToString()</summary>
        </member>
        <member name="F:Microsoft.CSharp.Fakes.StubCSharpCodeProvider.ToString01">
            <summary>Sets the stub of Component.ToString()</summary>
        </member>
        <member name="P:Microsoft.CSharp.Fakes.StubCSharpCodeProvider.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:Microsoft.CSharp.Fakes.StubCSharpCodeProvider.CanRaiseEvents">
            <summary>Sets the stub of Component.get_CanRaiseEvents()</summary>
        </member>
        <member name="P:Microsoft.CSharp.Fakes.StubCSharpCodeProvider.FileExtension">
            <summary>Sets the stub of CSharpCodeProvider.get_FileExtension()</summary>
        </member>
        <member name="P:Microsoft.CSharp.Fakes.StubCSharpCodeProvider.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:Microsoft.CSharp.Fakes.StubCSharpCodeProvider.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:Microsoft.CSharp.Fakes.StubCSharpCodeProvider.LanguageOptions">
            <summary>Sets the stub of CodeDomProvider.get_LanguageOptions()</summary>
        </member>
        <member name="P:Microsoft.CSharp.Fakes.StubCSharpCodeProvider.Site">
            <summary>Sets the stub of Component.get_Site()</summary>
        </member>
        <member name="T:Microsoft.QualityTools.Testing.Fakes.Delegates.SystemDelegates">
            <summary>Contains custom delegates used for the stubs and shims of System</summary>
        </member>
        <member name="T:Microsoft.VisualBasic.Fakes.StubVBCodeProvider">
            <summary>Stub type of Microsoft.VisualBasic.VBCodeProvider</summary>
        </member>
        <member name="M:Microsoft.VisualBasic.Fakes.StubVBCodeProvider.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:Microsoft.VisualBasic.Fakes.StubVBCodeProvider.#ctor(System.Collections.Generic.IDictionary{System.String,System.String})">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:Microsoft.VisualBasic.Fakes.StubVBCodeProvider.AttachBackingFieldToSite">
            <summary>Attaches delegates to emulate StubVBCodeProvider.Site as a property with a backing field.</summary>
        </member>
        <member name="F:Microsoft.VisualBasic.Fakes.StubVBCodeProvider.CanRaiseEventsGet">
            <summary>Sets the stub of Component.get_CanRaiseEvents()</summary>
        </member>
        <member name="M:Microsoft.VisualBasic.Fakes.StubVBCodeProvider.CompileAssemblyFromDom(System.CodeDom.Compiler.CompilerParameters,System.CodeDom.CodeCompileUnit[])">
            <summary>Sets the stub of CodeDomProvider.CompileAssemblyFromDom(CompilerParameters options, CodeCompileUnit[] compilationUnits)</summary>
        </member>
        <member name="F:Microsoft.VisualBasic.Fakes.StubVBCodeProvider.CompileAssemblyFromDomCompilerParametersCodeCompileUnitArray">
            <summary>Sets the stub of CodeDomProvider.CompileAssemblyFromDom(CompilerParameters options, CodeCompileUnit[] compilationUnits)</summary>
        </member>
        <member name="M:Microsoft.VisualBasic.Fakes.StubVBCodeProvider.CompileAssemblyFromFile(System.CodeDom.Compiler.CompilerParameters,System.String[])">
            <summary>Sets the stub of CodeDomProvider.CompileAssemblyFromFile(CompilerParameters options, String[] fileNames)</summary>
        </member>
        <member name="F:Microsoft.VisualBasic.Fakes.StubVBCodeProvider.CompileAssemblyFromFileCompilerParametersStringArray">
            <summary>Sets the stub of CodeDomProvider.CompileAssemblyFromFile(CompilerParameters options, String[] fileNames)</summary>
        </member>
        <member name="M:Microsoft.VisualBasic.Fakes.StubVBCodeProvider.CompileAssemblyFromSource(System.CodeDom.Compiler.CompilerParameters,System.String[])">
            <summary>Sets the stub of CodeDomProvider.CompileAssemblyFromSource(CompilerParameters options, String[] sources)</summary>
        </member>
        <member name="F:Microsoft.VisualBasic.Fakes.StubVBCodeProvider.CompileAssemblyFromSourceCompilerParametersStringArray">
            <summary>Sets the stub of CodeDomProvider.CompileAssemblyFromSource(CompilerParameters options, String[] sources)</summary>
        </member>
        <member name="M:Microsoft.VisualBasic.Fakes.StubVBCodeProvider.CreateCompiler">
            <summary>Sets the stub of VBCodeProvider.CreateCompiler()</summary>
        </member>
        <member name="F:Microsoft.VisualBasic.Fakes.StubVBCodeProvider.CreateCompiler01">
            <summary>Sets the stub of VBCodeProvider.CreateCompiler()</summary>
        </member>
        <member name="M:Microsoft.VisualBasic.Fakes.StubVBCodeProvider.CreateEscapedIdentifier(System.String)">
            <summary>Sets the stub of CodeDomProvider.CreateEscapedIdentifier(String value)</summary>
        </member>
        <member name="F:Microsoft.VisualBasic.Fakes.StubVBCodeProvider.CreateEscapedIdentifierString">
            <summary>Sets the stub of CodeDomProvider.CreateEscapedIdentifier(String value)</summary>
        </member>
        <member name="M:Microsoft.VisualBasic.Fakes.StubVBCodeProvider.CreateGenerator">
            <summary>Sets the stub of VBCodeProvider.CreateGenerator()</summary>
        </member>
        <member name="M:Microsoft.VisualBasic.Fakes.StubVBCodeProvider.CreateGenerator(System.String)">
            <summary>Sets the stub of CodeDomProvider.CreateGenerator(String fileName)</summary>
        </member>
        <member name="F:Microsoft.VisualBasic.Fakes.StubVBCodeProvider.CreateGenerator01">
            <summary>Sets the stub of VBCodeProvider.CreateGenerator()</summary>
        </member>
        <member name="F:Microsoft.VisualBasic.Fakes.StubVBCodeProvider.CreateGeneratorString">
            <summary>Sets the stub of CodeDomProvider.CreateGenerator(String fileName)</summary>
        </member>
        <member name="M:Microsoft.VisualBasic.Fakes.StubVBCodeProvider.CreateParser">
            <summary>Sets the stub of CodeDomProvider.CreateParser()</summary>
        </member>
        <member name="F:Microsoft.VisualBasic.Fakes.StubVBCodeProvider.CreateParser01">
            <summary>Sets the stub of CodeDomProvider.CreateParser()</summary>
        </member>
        <member name="M:Microsoft.VisualBasic.Fakes.StubVBCodeProvider.CreateValidIdentifier(System.String)">
            <summary>Sets the stub of CodeDomProvider.CreateValidIdentifier(String value)</summary>
        </member>
        <member name="F:Microsoft.VisualBasic.Fakes.StubVBCodeProvider.CreateValidIdentifierString">
            <summary>Sets the stub of CodeDomProvider.CreateValidIdentifier(String value)</summary>
        </member>
        <member name="M:Microsoft.VisualBasic.Fakes.StubVBCodeProvider.Dispose(System.Boolean)">
            <summary>Sets the stub of Component.Dispose(Boolean disposing)</summary>
        </member>
        <member name="F:Microsoft.VisualBasic.Fakes.StubVBCodeProvider.DisposeBoolean">
            <summary>Sets the stub of Component.Dispose(Boolean disposing)</summary>
        </member>
        <member name="F:Microsoft.VisualBasic.Fakes.StubVBCodeProvider.FileExtensionGet">
            <summary>Sets the stub of VBCodeProvider.get_FileExtension()</summary>
        </member>
        <member name="M:Microsoft.VisualBasic.Fakes.StubVBCodeProvider.GetConverter(System.Type)">
            <summary>Sets the stub of VBCodeProvider.GetConverter(Type type)</summary>
        </member>
        <member name="F:Microsoft.VisualBasic.Fakes.StubVBCodeProvider.GetConverterType">
            <summary>Sets the stub of VBCodeProvider.GetConverter(Type type)</summary>
        </member>
        <member name="M:Microsoft.VisualBasic.Fakes.StubVBCodeProvider.GetService(System.Type)">
            <summary>Sets the stub of Component.GetService(Type service)</summary>
        </member>
        <member name="F:Microsoft.VisualBasic.Fakes.StubVBCodeProvider.GetServiceType">
            <summary>Sets the stub of Component.GetService(Type service)</summary>
        </member>
        <member name="M:Microsoft.VisualBasic.Fakes.StubVBCodeProvider.GetTypeOutput(System.CodeDom.CodeTypeReference)">
            <summary>Sets the stub of CodeDomProvider.GetTypeOutput(CodeTypeReference type)</summary>
        </member>
        <member name="F:Microsoft.VisualBasic.Fakes.StubVBCodeProvider.GetTypeOutputCodeTypeReference">
            <summary>Sets the stub of CodeDomProvider.GetTypeOutput(CodeTypeReference type)</summary>
        </member>
        <member name="M:Microsoft.VisualBasic.Fakes.StubVBCodeProvider.InitializeStub">
            <summary>Initializes a new instance of type StubVBCodeProvider</summary>
        </member>
        <member name="M:Microsoft.VisualBasic.Fakes.StubVBCodeProvider.IsValidIdentifier(System.String)">
            <summary>Sets the stub of CodeDomProvider.IsValidIdentifier(String value)</summary>
        </member>
        <member name="F:Microsoft.VisualBasic.Fakes.StubVBCodeProvider.IsValidIdentifierString">
            <summary>Sets the stub of CodeDomProvider.IsValidIdentifier(String value)</summary>
        </member>
        <member name="F:Microsoft.VisualBasic.Fakes.StubVBCodeProvider.LanguageOptionsGet">
            <summary>Sets the stub of VBCodeProvider.get_LanguageOptions()</summary>
        </member>
        <member name="F:Microsoft.VisualBasic.Fakes.StubVBCodeProvider.SiteGet">
            <summary>Sets the stub of Component.get_Site()</summary>
        </member>
        <member name="F:Microsoft.VisualBasic.Fakes.StubVBCodeProvider.SiteSetISite">
            <summary>Sets the stub of Component.set_Site(ISite value)</summary>
        </member>
        <member name="M:Microsoft.VisualBasic.Fakes.StubVBCodeProvider.Supports(System.CodeDom.Compiler.GeneratorSupport)">
            <summary>Sets the stub of CodeDomProvider.Supports(GeneratorSupport generatorSupport)</summary>
        </member>
        <member name="F:Microsoft.VisualBasic.Fakes.StubVBCodeProvider.SupportsGeneratorSupport">
            <summary>Sets the stub of CodeDomProvider.Supports(GeneratorSupport generatorSupport)</summary>
        </member>
        <member name="M:Microsoft.VisualBasic.Fakes.StubVBCodeProvider.ToString">
            <summary>Sets the stub of Component.ToString()</summary>
        </member>
        <member name="F:Microsoft.VisualBasic.Fakes.StubVBCodeProvider.ToString01">
            <summary>Sets the stub of Component.ToString()</summary>
        </member>
        <member name="P:Microsoft.VisualBasic.Fakes.StubVBCodeProvider.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:Microsoft.VisualBasic.Fakes.StubVBCodeProvider.CanRaiseEvents">
            <summary>Sets the stub of Component.get_CanRaiseEvents()</summary>
        </member>
        <member name="P:Microsoft.VisualBasic.Fakes.StubVBCodeProvider.FileExtension">
            <summary>Sets the stub of VBCodeProvider.get_FileExtension()</summary>
        </member>
        <member name="P:Microsoft.VisualBasic.Fakes.StubVBCodeProvider.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:Microsoft.VisualBasic.Fakes.StubVBCodeProvider.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:Microsoft.VisualBasic.Fakes.StubVBCodeProvider.LanguageOptions">
            <summary>Sets the stub of VBCodeProvider.get_LanguageOptions()</summary>
        </member>
        <member name="P:Microsoft.VisualBasic.Fakes.StubVBCodeProvider.Site">
            <summary>Sets the stub of Component.get_Site()</summary>
        </member>
        <member name="T:Microsoft.Win32.Fakes.StubIntranetZoneCredentialPolicy">
            <summary>Stub type of Microsoft.Win32.IntranetZoneCredentialPolicy</summary>
        </member>
        <member name="M:Microsoft.Win32.Fakes.StubIntranetZoneCredentialPolicy.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:Microsoft.Win32.Fakes.StubIntranetZoneCredentialPolicy.InitializeStub">
            <summary>Initializes a new instance of type StubIntranetZoneCredentialPolicy</summary>
        </member>
        <member name="M:Microsoft.Win32.Fakes.StubIntranetZoneCredentialPolicy.ShouldSendCredential(System.Uri,System.Net.WebRequest,System.Net.NetworkCredential,System.Net.IAuthenticationModule)">
            <summary>Sets the stub of IntranetZoneCredentialPolicy.ShouldSendCredential(Uri challengeUri, WebRequest request, NetworkCredential credential, IAuthenticationModule authModule)</summary>
        </member>
        <member name="F:Microsoft.Win32.Fakes.StubIntranetZoneCredentialPolicy.ShouldSendCredentialUriWebRequestNetworkCredentialIAuthenticationModule">
            <summary>Sets the stub of IntranetZoneCredentialPolicy.ShouldSendCredential(Uri challengeUri, WebRequest request, NetworkCredential credential, IAuthenticationModule authModule)</summary>
        </member>
        <member name="P:Microsoft.Win32.Fakes.StubIntranetZoneCredentialPolicy.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:Microsoft.Win32.Fakes.StubIntranetZoneCredentialPolicy.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:Microsoft.Win32.Fakes.StubIntranetZoneCredentialPolicy.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:Microsoft.Win32.Fakes.StubPowerModeChangedEventArgs">
            <summary>Stub type of Microsoft.Win32.PowerModeChangedEventArgs</summary>
        </member>
        <member name="M:Microsoft.Win32.Fakes.StubPowerModeChangedEventArgs.#ctor(Microsoft.Win32.PowerModes)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:Microsoft.Win32.Fakes.StubPowerModeChangedEventArgs.InitializeStub">
            <summary>Initializes a new instance of type StubPowerModeChangedEventArgs</summary>
        </member>
        <member name="P:Microsoft.Win32.Fakes.StubPowerModeChangedEventArgs.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:Microsoft.Win32.Fakes.StubPowerModeChangedEventArgs.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:Microsoft.Win32.Fakes.StubPowerModeChangedEventArgs.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:Microsoft.Win32.Fakes.StubSessionEndedEventArgs">
            <summary>Stub type of Microsoft.Win32.SessionEndedEventArgs</summary>
        </member>
        <member name="M:Microsoft.Win32.Fakes.StubSessionEndedEventArgs.#ctor(Microsoft.Win32.SessionEndReasons)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:Microsoft.Win32.Fakes.StubSessionEndedEventArgs.InitializeStub">
            <summary>Initializes a new instance of type StubSessionEndedEventArgs</summary>
        </member>
        <member name="P:Microsoft.Win32.Fakes.StubSessionEndedEventArgs.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:Microsoft.Win32.Fakes.StubSessionEndedEventArgs.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:Microsoft.Win32.Fakes.StubSessionEndedEventArgs.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:Microsoft.Win32.Fakes.StubSessionEndingEventArgs">
            <summary>Stub type of Microsoft.Win32.SessionEndingEventArgs</summary>
        </member>
        <member name="M:Microsoft.Win32.Fakes.StubSessionEndingEventArgs.#ctor(Microsoft.Win32.SessionEndReasons)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:Microsoft.Win32.Fakes.StubSessionEndingEventArgs.InitializeStub">
            <summary>Initializes a new instance of type StubSessionEndingEventArgs</summary>
        </member>
        <member name="P:Microsoft.Win32.Fakes.StubSessionEndingEventArgs.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:Microsoft.Win32.Fakes.StubSessionEndingEventArgs.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:Microsoft.Win32.Fakes.StubSessionEndingEventArgs.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:Microsoft.Win32.Fakes.StubSessionSwitchEventArgs">
            <summary>Stub type of Microsoft.Win32.SessionSwitchEventArgs</summary>
        </member>
        <member name="M:Microsoft.Win32.Fakes.StubSessionSwitchEventArgs.#ctor(Microsoft.Win32.SessionSwitchReason)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:Microsoft.Win32.Fakes.StubSessionSwitchEventArgs.InitializeStub">
            <summary>Initializes a new instance of type StubSessionSwitchEventArgs</summary>
        </member>
        <member name="P:Microsoft.Win32.Fakes.StubSessionSwitchEventArgs.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:Microsoft.Win32.Fakes.StubSessionSwitchEventArgs.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:Microsoft.Win32.Fakes.StubSessionSwitchEventArgs.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:Microsoft.Win32.Fakes.StubTimerElapsedEventArgs">
            <summary>Stub type of Microsoft.Win32.TimerElapsedEventArgs</summary>
        </member>
        <member name="M:Microsoft.Win32.Fakes.StubTimerElapsedEventArgs.#ctor(System.IntPtr)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:Microsoft.Win32.Fakes.StubTimerElapsedEventArgs.InitializeStub">
            <summary>Initializes a new instance of type StubTimerElapsedEventArgs</summary>
        </member>
        <member name="P:Microsoft.Win32.Fakes.StubTimerElapsedEventArgs.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:Microsoft.Win32.Fakes.StubTimerElapsedEventArgs.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:Microsoft.Win32.Fakes.StubTimerElapsedEventArgs.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:Microsoft.Win32.Fakes.StubUserPreferenceChangedEventArgs">
            <summary>Stub type of Microsoft.Win32.UserPreferenceChangedEventArgs</summary>
        </member>
        <member name="M:Microsoft.Win32.Fakes.StubUserPreferenceChangedEventArgs.#ctor(Microsoft.Win32.UserPreferenceCategory)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:Microsoft.Win32.Fakes.StubUserPreferenceChangedEventArgs.InitializeStub">
            <summary>Initializes a new instance of type StubUserPreferenceChangedEventArgs</summary>
        </member>
        <member name="P:Microsoft.Win32.Fakes.StubUserPreferenceChangedEventArgs.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:Microsoft.Win32.Fakes.StubUserPreferenceChangedEventArgs.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:Microsoft.Win32.Fakes.StubUserPreferenceChangedEventArgs.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:Microsoft.Win32.Fakes.StubUserPreferenceChangingEventArgs">
            <summary>Stub type of Microsoft.Win32.UserPreferenceChangingEventArgs</summary>
        </member>
        <member name="M:Microsoft.Win32.Fakes.StubUserPreferenceChangingEventArgs.#ctor(Microsoft.Win32.UserPreferenceCategory)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:Microsoft.Win32.Fakes.StubUserPreferenceChangingEventArgs.InitializeStub">
            <summary>Initializes a new instance of type StubUserPreferenceChangingEventArgs</summary>
        </member>
        <member name="P:Microsoft.Win32.Fakes.StubUserPreferenceChangingEventArgs.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:Microsoft.Win32.Fakes.StubUserPreferenceChangingEventArgs.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:Microsoft.Win32.Fakes.StubUserPreferenceChangingEventArgs.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Compiler.Fakes.StubCodeCompiler">
            <summary>Stub type of System.CodeDom.Compiler.CodeCompiler</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.CmdArgsFromParameters(System.CodeDom.Compiler.CompilerParameters)">
            <summary>Sets the stub of CodeCompiler.CmdArgsFromParameters(CompilerParameters options)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.CmdArgsFromParametersCompilerParameters">
            <summary>Sets the stub of CodeCompiler.CmdArgsFromParameters(CompilerParameters options)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.CompilerNameGet">
            <summary>Sets the stub of CodeCompiler.get_CompilerName()</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.ContinueOnNewLine(System.String)">
            <summary>Sets the stub of CodeGenerator.ContinueOnNewLine(String st)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.ContinueOnNewLineString">
            <summary>Sets the stub of CodeGenerator.ContinueOnNewLine(String st)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.CreateEscapedIdentifier(System.String)">
            <summary>Sets the stub of CodeGenerator.CreateEscapedIdentifier(String value)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.CreateEscapedIdentifierString">
            <summary>Sets the stub of CodeGenerator.CreateEscapedIdentifier(String value)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.CreateValidIdentifier(System.String)">
            <summary>Sets the stub of CodeGenerator.CreateValidIdentifier(String value)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.CreateValidIdentifierString">
            <summary>Sets the stub of CodeGenerator.CreateValidIdentifier(String value)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.FileExtensionGet">
            <summary>Sets the stub of CodeCompiler.get_FileExtension()</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.FromDom(System.CodeDom.Compiler.CompilerParameters,System.CodeDom.CodeCompileUnit)">
            <summary>Sets the stub of CodeCompiler.FromDom(CompilerParameters options, CodeCompileUnit e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.FromDomBatch(System.CodeDom.Compiler.CompilerParameters,System.CodeDom.CodeCompileUnit[])">
            <summary>Sets the stub of CodeCompiler.FromDomBatch(CompilerParameters options, CodeCompileUnit[] ea)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.FromDomBatchCompilerParametersCodeCompileUnitArray">
            <summary>Sets the stub of CodeCompiler.FromDomBatch(CompilerParameters options, CodeCompileUnit[] ea)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.FromDomCompilerParametersCodeCompileUnit">
            <summary>Sets the stub of CodeCompiler.FromDom(CompilerParameters options, CodeCompileUnit e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.FromFile(System.CodeDom.Compiler.CompilerParameters,System.String)">
            <summary>Sets the stub of CodeCompiler.FromFile(CompilerParameters options, String fileName)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.FromFileBatch(System.CodeDom.Compiler.CompilerParameters,System.String[])">
            <summary>Sets the stub of CodeCompiler.FromFileBatch(CompilerParameters options, String[] fileNames)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.FromFileBatchCompilerParametersStringArray">
            <summary>Sets the stub of CodeCompiler.FromFileBatch(CompilerParameters options, String[] fileNames)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.FromFileCompilerParametersString">
            <summary>Sets the stub of CodeCompiler.FromFile(CompilerParameters options, String fileName)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.FromSource(System.CodeDom.Compiler.CompilerParameters,System.String)">
            <summary>Sets the stub of CodeCompiler.FromSource(CompilerParameters options, String source)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.FromSourceBatch(System.CodeDom.Compiler.CompilerParameters,System.String[])">
            <summary>Sets the stub of CodeCompiler.FromSourceBatch(CompilerParameters options, String[] sources)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.FromSourceBatchCompilerParametersStringArray">
            <summary>Sets the stub of CodeCompiler.FromSourceBatch(CompilerParameters options, String[] sources)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.FromSourceCompilerParametersString">
            <summary>Sets the stub of CodeCompiler.FromSource(CompilerParameters options, String source)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateArgumentReferenceExpression(System.CodeDom.CodeArgumentReferenceExpression)">
            <summary>Sets the stub of CodeGenerator.GenerateArgumentReferenceExpression(CodeArgumentReferenceExpression e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateArgumentReferenceExpressionCodeArgumentReferenceExpression">
            <summary>Sets the stub of CodeGenerator.GenerateArgumentReferenceExpression(CodeArgumentReferenceExpression e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateArrayCreateExpression(System.CodeDom.CodeArrayCreateExpression)">
            <summary>Sets the stub of CodeGenerator.GenerateArrayCreateExpression(CodeArrayCreateExpression e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateArrayCreateExpressionCodeArrayCreateExpression">
            <summary>Sets the stub of CodeGenerator.GenerateArrayCreateExpression(CodeArrayCreateExpression e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateArrayIndexerExpression(System.CodeDom.CodeArrayIndexerExpression)">
            <summary>Sets the stub of CodeGenerator.GenerateArrayIndexerExpression(CodeArrayIndexerExpression e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateArrayIndexerExpressionCodeArrayIndexerExpression">
            <summary>Sets the stub of CodeGenerator.GenerateArrayIndexerExpression(CodeArrayIndexerExpression e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateAssignStatement(System.CodeDom.CodeAssignStatement)">
            <summary>Sets the stub of CodeGenerator.GenerateAssignStatement(CodeAssignStatement e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateAssignStatementCodeAssignStatement">
            <summary>Sets the stub of CodeGenerator.GenerateAssignStatement(CodeAssignStatement e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateAttachEventStatement(System.CodeDom.CodeAttachEventStatement)">
            <summary>Sets the stub of CodeGenerator.GenerateAttachEventStatement(CodeAttachEventStatement e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateAttachEventStatementCodeAttachEventStatement">
            <summary>Sets the stub of CodeGenerator.GenerateAttachEventStatement(CodeAttachEventStatement e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateAttributeDeclarationsEnd(System.CodeDom.CodeAttributeDeclarationCollection)">
            <summary>Sets the stub of CodeGenerator.GenerateAttributeDeclarationsEnd(CodeAttributeDeclarationCollection attributes)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateAttributeDeclarationsEndCodeAttributeDeclarationCollection">
            <summary>Sets the stub of CodeGenerator.GenerateAttributeDeclarationsEnd(CodeAttributeDeclarationCollection attributes)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateAttributeDeclarationsStart(System.CodeDom.CodeAttributeDeclarationCollection)">
            <summary>Sets the stub of CodeGenerator.GenerateAttributeDeclarationsStart(CodeAttributeDeclarationCollection attributes)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateAttributeDeclarationsStartCodeAttributeDeclarationCollection">
            <summary>Sets the stub of CodeGenerator.GenerateAttributeDeclarationsStart(CodeAttributeDeclarationCollection attributes)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateBaseReferenceExpression(System.CodeDom.CodeBaseReferenceExpression)">
            <summary>Sets the stub of CodeGenerator.GenerateBaseReferenceExpression(CodeBaseReferenceExpression e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateBaseReferenceExpressionCodeBaseReferenceExpression">
            <summary>Sets the stub of CodeGenerator.GenerateBaseReferenceExpression(CodeBaseReferenceExpression e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateBinaryOperatorExpression(System.CodeDom.CodeBinaryOperatorExpression)">
            <summary>Sets the stub of CodeGenerator.GenerateBinaryOperatorExpression(CodeBinaryOperatorExpression e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateBinaryOperatorExpressionCodeBinaryOperatorExpression">
            <summary>Sets the stub of CodeGenerator.GenerateBinaryOperatorExpression(CodeBinaryOperatorExpression e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateCastExpression(System.CodeDom.CodeCastExpression)">
            <summary>Sets the stub of CodeGenerator.GenerateCastExpression(CodeCastExpression e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateCastExpressionCodeCastExpression">
            <summary>Sets the stub of CodeGenerator.GenerateCastExpression(CodeCastExpression e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateComment(System.CodeDom.CodeComment)">
            <summary>Sets the stub of CodeGenerator.GenerateComment(CodeComment e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateCommentCodeComment">
            <summary>Sets the stub of CodeGenerator.GenerateComment(CodeComment e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateCommentStatement(System.CodeDom.CodeCommentStatement)">
            <summary>Sets the stub of CodeGenerator.GenerateCommentStatement(CodeCommentStatement e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateCommentStatementCodeCommentStatement">
            <summary>Sets the stub of CodeGenerator.GenerateCommentStatement(CodeCommentStatement e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateCommentStatements(System.CodeDom.CodeCommentStatementCollection)">
            <summary>Sets the stub of CodeGenerator.GenerateCommentStatements(CodeCommentStatementCollection e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateCommentStatementsCodeCommentStatementCollection">
            <summary>Sets the stub of CodeGenerator.GenerateCommentStatements(CodeCommentStatementCollection e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateCompileUnit(System.CodeDom.CodeCompileUnit)">
            <summary>Sets the stub of CodeGenerator.GenerateCompileUnit(CodeCompileUnit e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateCompileUnitCodeCompileUnit">
            <summary>Sets the stub of CodeGenerator.GenerateCompileUnit(CodeCompileUnit e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateCompileUnitEnd(System.CodeDom.CodeCompileUnit)">
            <summary>Sets the stub of CodeGenerator.GenerateCompileUnitEnd(CodeCompileUnit e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateCompileUnitEndCodeCompileUnit">
            <summary>Sets the stub of CodeGenerator.GenerateCompileUnitEnd(CodeCompileUnit e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateCompileUnitStart(System.CodeDom.CodeCompileUnit)">
            <summary>Sets the stub of CodeGenerator.GenerateCompileUnitStart(CodeCompileUnit e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateCompileUnitStartCodeCompileUnit">
            <summary>Sets the stub of CodeGenerator.GenerateCompileUnitStart(CodeCompileUnit e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateConditionStatement(System.CodeDom.CodeConditionStatement)">
            <summary>Sets the stub of CodeGenerator.GenerateConditionStatement(CodeConditionStatement e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateConditionStatementCodeConditionStatement">
            <summary>Sets the stub of CodeGenerator.GenerateConditionStatement(CodeConditionStatement e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateConstructor(System.CodeDom.CodeConstructor,System.CodeDom.CodeTypeDeclaration)">
            <summary>Sets the stub of CodeGenerator.GenerateConstructor(CodeConstructor e, CodeTypeDeclaration c)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateConstructorCodeConstructorCodeTypeDeclaration">
            <summary>Sets the stub of CodeGenerator.GenerateConstructor(CodeConstructor e, CodeTypeDeclaration c)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateDecimalValue(System.Decimal)">
            <summary>Sets the stub of CodeGenerator.GenerateDecimalValue(Decimal d)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateDecimalValueDecimal">
            <summary>Sets the stub of CodeGenerator.GenerateDecimalValue(Decimal d)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateDefaultValueExpression(System.CodeDom.CodeDefaultValueExpression)">
            <summary>Sets the stub of CodeGenerator.GenerateDefaultValueExpression(CodeDefaultValueExpression e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateDefaultValueExpressionCodeDefaultValueExpression">
            <summary>Sets the stub of CodeGenerator.GenerateDefaultValueExpression(CodeDefaultValueExpression e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateDelegateCreateExpression(System.CodeDom.CodeDelegateCreateExpression)">
            <summary>Sets the stub of CodeGenerator.GenerateDelegateCreateExpression(CodeDelegateCreateExpression e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateDelegateCreateExpressionCodeDelegateCreateExpression">
            <summary>Sets the stub of CodeGenerator.GenerateDelegateCreateExpression(CodeDelegateCreateExpression e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateDelegateInvokeExpression(System.CodeDom.CodeDelegateInvokeExpression)">
            <summary>Sets the stub of CodeGenerator.GenerateDelegateInvokeExpression(CodeDelegateInvokeExpression e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateDelegateInvokeExpressionCodeDelegateInvokeExpression">
            <summary>Sets the stub of CodeGenerator.GenerateDelegateInvokeExpression(CodeDelegateInvokeExpression e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateDirectionExpression(System.CodeDom.CodeDirectionExpression)">
            <summary>Sets the stub of CodeGenerator.GenerateDirectionExpression(CodeDirectionExpression e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateDirectionExpressionCodeDirectionExpression">
            <summary>Sets the stub of CodeGenerator.GenerateDirectionExpression(CodeDirectionExpression e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateDirectives(System.CodeDom.CodeDirectiveCollection)">
            <summary>Sets the stub of CodeGenerator.GenerateDirectives(CodeDirectiveCollection directives)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateDirectivesCodeDirectiveCollection">
            <summary>Sets the stub of CodeGenerator.GenerateDirectives(CodeDirectiveCollection directives)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateDoubleValue(System.Double)">
            <summary>Sets the stub of CodeGenerator.GenerateDoubleValue(Double d)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateDoubleValueDouble">
            <summary>Sets the stub of CodeGenerator.GenerateDoubleValue(Double d)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateEntryPointMethod(System.CodeDom.CodeEntryPointMethod,System.CodeDom.CodeTypeDeclaration)">
            <summary>Sets the stub of CodeGenerator.GenerateEntryPointMethod(CodeEntryPointMethod e, CodeTypeDeclaration c)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateEntryPointMethodCodeEntryPointMethodCodeTypeDeclaration">
            <summary>Sets the stub of CodeGenerator.GenerateEntryPointMethod(CodeEntryPointMethod e, CodeTypeDeclaration c)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateEvent(System.CodeDom.CodeMemberEvent,System.CodeDom.CodeTypeDeclaration)">
            <summary>Sets the stub of CodeGenerator.GenerateEvent(CodeMemberEvent e, CodeTypeDeclaration c)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateEventCodeMemberEventCodeTypeDeclaration">
            <summary>Sets the stub of CodeGenerator.GenerateEvent(CodeMemberEvent e, CodeTypeDeclaration c)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateEventReferenceExpression(System.CodeDom.CodeEventReferenceExpression)">
            <summary>Sets the stub of CodeGenerator.GenerateEventReferenceExpression(CodeEventReferenceExpression e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateEventReferenceExpressionCodeEventReferenceExpression">
            <summary>Sets the stub of CodeGenerator.GenerateEventReferenceExpression(CodeEventReferenceExpression e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateExpressionStatement(System.CodeDom.CodeExpressionStatement)">
            <summary>Sets the stub of CodeGenerator.GenerateExpressionStatement(CodeExpressionStatement e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateExpressionStatementCodeExpressionStatement">
            <summary>Sets the stub of CodeGenerator.GenerateExpressionStatement(CodeExpressionStatement e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateField(System.CodeDom.CodeMemberField)">
            <summary>Sets the stub of CodeGenerator.GenerateField(CodeMemberField e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateFieldCodeMemberField">
            <summary>Sets the stub of CodeGenerator.GenerateField(CodeMemberField e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateFieldReferenceExpression(System.CodeDom.CodeFieldReferenceExpression)">
            <summary>Sets the stub of CodeGenerator.GenerateFieldReferenceExpression(CodeFieldReferenceExpression e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateFieldReferenceExpressionCodeFieldReferenceExpression">
            <summary>Sets the stub of CodeGenerator.GenerateFieldReferenceExpression(CodeFieldReferenceExpression e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateGotoStatement(System.CodeDom.CodeGotoStatement)">
            <summary>Sets the stub of CodeGenerator.GenerateGotoStatement(CodeGotoStatement e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateGotoStatementCodeGotoStatement">
            <summary>Sets the stub of CodeGenerator.GenerateGotoStatement(CodeGotoStatement e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateIndexerExpression(System.CodeDom.CodeIndexerExpression)">
            <summary>Sets the stub of CodeGenerator.GenerateIndexerExpression(CodeIndexerExpression e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateIndexerExpressionCodeIndexerExpression">
            <summary>Sets the stub of CodeGenerator.GenerateIndexerExpression(CodeIndexerExpression e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateIterationStatement(System.CodeDom.CodeIterationStatement)">
            <summary>Sets the stub of CodeGenerator.GenerateIterationStatement(CodeIterationStatement e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateIterationStatementCodeIterationStatement">
            <summary>Sets the stub of CodeGenerator.GenerateIterationStatement(CodeIterationStatement e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateLabeledStatement(System.CodeDom.CodeLabeledStatement)">
            <summary>Sets the stub of CodeGenerator.GenerateLabeledStatement(CodeLabeledStatement e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateLabeledStatementCodeLabeledStatement">
            <summary>Sets the stub of CodeGenerator.GenerateLabeledStatement(CodeLabeledStatement e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateLinePragmaEnd(System.CodeDom.CodeLinePragma)">
            <summary>Sets the stub of CodeGenerator.GenerateLinePragmaEnd(CodeLinePragma e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateLinePragmaEndCodeLinePragma">
            <summary>Sets the stub of CodeGenerator.GenerateLinePragmaEnd(CodeLinePragma e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateLinePragmaStart(System.CodeDom.CodeLinePragma)">
            <summary>Sets the stub of CodeGenerator.GenerateLinePragmaStart(CodeLinePragma e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateLinePragmaStartCodeLinePragma">
            <summary>Sets the stub of CodeGenerator.GenerateLinePragmaStart(CodeLinePragma e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateMethod(System.CodeDom.CodeMemberMethod,System.CodeDom.CodeTypeDeclaration)">
            <summary>Sets the stub of CodeGenerator.GenerateMethod(CodeMemberMethod e, CodeTypeDeclaration c)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateMethodCodeMemberMethodCodeTypeDeclaration">
            <summary>Sets the stub of CodeGenerator.GenerateMethod(CodeMemberMethod e, CodeTypeDeclaration c)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateMethodInvokeExpression(System.CodeDom.CodeMethodInvokeExpression)">
            <summary>Sets the stub of CodeGenerator.GenerateMethodInvokeExpression(CodeMethodInvokeExpression e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateMethodInvokeExpressionCodeMethodInvokeExpression">
            <summary>Sets the stub of CodeGenerator.GenerateMethodInvokeExpression(CodeMethodInvokeExpression e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateMethodReferenceExpression(System.CodeDom.CodeMethodReferenceExpression)">
            <summary>Sets the stub of CodeGenerator.GenerateMethodReferenceExpression(CodeMethodReferenceExpression e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateMethodReferenceExpressionCodeMethodReferenceExpression">
            <summary>Sets the stub of CodeGenerator.GenerateMethodReferenceExpression(CodeMethodReferenceExpression e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateMethodReturnStatement(System.CodeDom.CodeMethodReturnStatement)">
            <summary>Sets the stub of CodeGenerator.GenerateMethodReturnStatement(CodeMethodReturnStatement e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateMethodReturnStatementCodeMethodReturnStatement">
            <summary>Sets the stub of CodeGenerator.GenerateMethodReturnStatement(CodeMethodReturnStatement e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateNamespace(System.CodeDom.CodeNamespace)">
            <summary>Sets the stub of CodeGenerator.GenerateNamespace(CodeNamespace e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateNamespaceCodeNamespace">
            <summary>Sets the stub of CodeGenerator.GenerateNamespace(CodeNamespace e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateNamespaceEnd(System.CodeDom.CodeNamespace)">
            <summary>Sets the stub of CodeGenerator.GenerateNamespaceEnd(CodeNamespace e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateNamespaceEndCodeNamespace">
            <summary>Sets the stub of CodeGenerator.GenerateNamespaceEnd(CodeNamespace e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateNamespaceImport(System.CodeDom.CodeNamespaceImport)">
            <summary>Sets the stub of CodeGenerator.GenerateNamespaceImport(CodeNamespaceImport e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateNamespaceImportCodeNamespaceImport">
            <summary>Sets the stub of CodeGenerator.GenerateNamespaceImport(CodeNamespaceImport e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateNamespaceStart(System.CodeDom.CodeNamespace)">
            <summary>Sets the stub of CodeGenerator.GenerateNamespaceStart(CodeNamespace e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateNamespaceStartCodeNamespace">
            <summary>Sets the stub of CodeGenerator.GenerateNamespaceStart(CodeNamespace e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateObjectCreateExpression(System.CodeDom.CodeObjectCreateExpression)">
            <summary>Sets the stub of CodeGenerator.GenerateObjectCreateExpression(CodeObjectCreateExpression e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateObjectCreateExpressionCodeObjectCreateExpression">
            <summary>Sets the stub of CodeGenerator.GenerateObjectCreateExpression(CodeObjectCreateExpression e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateParameterDeclarationExpression(System.CodeDom.CodeParameterDeclarationExpression)">
            <summary>Sets the stub of CodeGenerator.GenerateParameterDeclarationExpression(CodeParameterDeclarationExpression e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateParameterDeclarationExpressionCodeParameterDeclarationExpression">
            <summary>Sets the stub of CodeGenerator.GenerateParameterDeclarationExpression(CodeParameterDeclarationExpression e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GeneratePrimitiveExpression(System.CodeDom.CodePrimitiveExpression)">
            <summary>Sets the stub of CodeGenerator.GeneratePrimitiveExpression(CodePrimitiveExpression e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GeneratePrimitiveExpressionCodePrimitiveExpression">
            <summary>Sets the stub of CodeGenerator.GeneratePrimitiveExpression(CodePrimitiveExpression e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateProperty(System.CodeDom.CodeMemberProperty,System.CodeDom.CodeTypeDeclaration)">
            <summary>Sets the stub of CodeGenerator.GenerateProperty(CodeMemberProperty e, CodeTypeDeclaration c)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GeneratePropertyCodeMemberPropertyCodeTypeDeclaration">
            <summary>Sets the stub of CodeGenerator.GenerateProperty(CodeMemberProperty e, CodeTypeDeclaration c)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GeneratePropertyReferenceExpression(System.CodeDom.CodePropertyReferenceExpression)">
            <summary>Sets the stub of CodeGenerator.GeneratePropertyReferenceExpression(CodePropertyReferenceExpression e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GeneratePropertyReferenceExpressionCodePropertyReferenceExpression">
            <summary>Sets the stub of CodeGenerator.GeneratePropertyReferenceExpression(CodePropertyReferenceExpression e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GeneratePropertySetValueReferenceExpression(System.CodeDom.CodePropertySetValueReferenceExpression)">
            <summary>Sets the stub of CodeGenerator.GeneratePropertySetValueReferenceExpression(CodePropertySetValueReferenceExpression e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GeneratePropertySetValueReferenceExpressionCodePropertySetValueReferenceExpression">
            <summary>Sets the stub of CodeGenerator.GeneratePropertySetValueReferenceExpression(CodePropertySetValueReferenceExpression e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateRemoveEventStatement(System.CodeDom.CodeRemoveEventStatement)">
            <summary>Sets the stub of CodeGenerator.GenerateRemoveEventStatement(CodeRemoveEventStatement e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateRemoveEventStatementCodeRemoveEventStatement">
            <summary>Sets the stub of CodeGenerator.GenerateRemoveEventStatement(CodeRemoveEventStatement e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateSingleFloatValue(System.Single)">
            <summary>Sets the stub of CodeGenerator.GenerateSingleFloatValue(Single s)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateSingleFloatValueSingle">
            <summary>Sets the stub of CodeGenerator.GenerateSingleFloatValue(Single s)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateSnippetCompileUnit(System.CodeDom.CodeSnippetCompileUnit)">
            <summary>Sets the stub of CodeGenerator.GenerateSnippetCompileUnit(CodeSnippetCompileUnit e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateSnippetCompileUnitCodeSnippetCompileUnit">
            <summary>Sets the stub of CodeGenerator.GenerateSnippetCompileUnit(CodeSnippetCompileUnit e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateSnippetExpression(System.CodeDom.CodeSnippetExpression)">
            <summary>Sets the stub of CodeGenerator.GenerateSnippetExpression(CodeSnippetExpression e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateSnippetExpressionCodeSnippetExpression">
            <summary>Sets the stub of CodeGenerator.GenerateSnippetExpression(CodeSnippetExpression e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateSnippetMember(System.CodeDom.CodeSnippetTypeMember)">
            <summary>Sets the stub of CodeGenerator.GenerateSnippetMember(CodeSnippetTypeMember e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateSnippetMemberCodeSnippetTypeMember">
            <summary>Sets the stub of CodeGenerator.GenerateSnippetMember(CodeSnippetTypeMember e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateSnippetStatement(System.CodeDom.CodeSnippetStatement)">
            <summary>Sets the stub of CodeGenerator.GenerateSnippetStatement(CodeSnippetStatement e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateSnippetStatementCodeSnippetStatement">
            <summary>Sets the stub of CodeGenerator.GenerateSnippetStatement(CodeSnippetStatement e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateThisReferenceExpression(System.CodeDom.CodeThisReferenceExpression)">
            <summary>Sets the stub of CodeGenerator.GenerateThisReferenceExpression(CodeThisReferenceExpression e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateThisReferenceExpressionCodeThisReferenceExpression">
            <summary>Sets the stub of CodeGenerator.GenerateThisReferenceExpression(CodeThisReferenceExpression e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateThrowExceptionStatement(System.CodeDom.CodeThrowExceptionStatement)">
            <summary>Sets the stub of CodeGenerator.GenerateThrowExceptionStatement(CodeThrowExceptionStatement e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateThrowExceptionStatementCodeThrowExceptionStatement">
            <summary>Sets the stub of CodeGenerator.GenerateThrowExceptionStatement(CodeThrowExceptionStatement e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateTryCatchFinallyStatement(System.CodeDom.CodeTryCatchFinallyStatement)">
            <summary>Sets the stub of CodeGenerator.GenerateTryCatchFinallyStatement(CodeTryCatchFinallyStatement e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateTryCatchFinallyStatementCodeTryCatchFinallyStatement">
            <summary>Sets the stub of CodeGenerator.GenerateTryCatchFinallyStatement(CodeTryCatchFinallyStatement e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateTypeConstructor(System.CodeDom.CodeTypeConstructor)">
            <summary>Sets the stub of CodeGenerator.GenerateTypeConstructor(CodeTypeConstructor e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateTypeConstructorCodeTypeConstructor">
            <summary>Sets the stub of CodeGenerator.GenerateTypeConstructor(CodeTypeConstructor e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateTypeEnd(System.CodeDom.CodeTypeDeclaration)">
            <summary>Sets the stub of CodeGenerator.GenerateTypeEnd(CodeTypeDeclaration e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateTypeEndCodeTypeDeclaration">
            <summary>Sets the stub of CodeGenerator.GenerateTypeEnd(CodeTypeDeclaration e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateTypeOfExpression(System.CodeDom.CodeTypeOfExpression)">
            <summary>Sets the stub of CodeGenerator.GenerateTypeOfExpression(CodeTypeOfExpression e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateTypeOfExpressionCodeTypeOfExpression">
            <summary>Sets the stub of CodeGenerator.GenerateTypeOfExpression(CodeTypeOfExpression e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateTypeReferenceExpression(System.CodeDom.CodeTypeReferenceExpression)">
            <summary>Sets the stub of CodeGenerator.GenerateTypeReferenceExpression(CodeTypeReferenceExpression e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateTypeReferenceExpressionCodeTypeReferenceExpression">
            <summary>Sets the stub of CodeGenerator.GenerateTypeReferenceExpression(CodeTypeReferenceExpression e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateTypeStart(System.CodeDom.CodeTypeDeclaration)">
            <summary>Sets the stub of CodeGenerator.GenerateTypeStart(CodeTypeDeclaration e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateTypeStartCodeTypeDeclaration">
            <summary>Sets the stub of CodeGenerator.GenerateTypeStart(CodeTypeDeclaration e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateVariableDeclarationStatement(System.CodeDom.CodeVariableDeclarationStatement)">
            <summary>Sets the stub of CodeGenerator.GenerateVariableDeclarationStatement(CodeVariableDeclarationStatement e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateVariableDeclarationStatementCodeVariableDeclarationStatement">
            <summary>Sets the stub of CodeGenerator.GenerateVariableDeclarationStatement(CodeVariableDeclarationStatement e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateVariableReferenceExpression(System.CodeDom.CodeVariableReferenceExpression)">
            <summary>Sets the stub of CodeGenerator.GenerateVariableReferenceExpression(CodeVariableReferenceExpression e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GenerateVariableReferenceExpressionCodeVariableReferenceExpression">
            <summary>Sets the stub of CodeGenerator.GenerateVariableReferenceExpression(CodeVariableReferenceExpression e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GetResponseFileCmdArgs(System.CodeDom.Compiler.CompilerParameters,System.String)">
            <summary>Sets the stub of CodeCompiler.GetResponseFileCmdArgs(CompilerParameters options, String cmdArgs)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GetResponseFileCmdArgsCompilerParametersString">
            <summary>Sets the stub of CodeCompiler.GetResponseFileCmdArgs(CompilerParameters options, String cmdArgs)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GetTypeOutput(System.CodeDom.CodeTypeReference)">
            <summary>Sets the stub of CodeGenerator.GetTypeOutput(CodeTypeReference value)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.GetTypeOutputCodeTypeReference">
            <summary>Sets the stub of CodeGenerator.GetTypeOutput(CodeTypeReference value)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.InitializeStub">
            <summary>Initializes a new instance of type StubCodeCompiler</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.IsValidIdentifier(System.String)">
            <summary>Sets the stub of CodeGenerator.IsValidIdentifier(String value)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.IsValidIdentifierString">
            <summary>Sets the stub of CodeGenerator.IsValidIdentifier(String value)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.NullTokenGet">
            <summary>Sets the stub of CodeGenerator.get_NullToken()</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.OutputAttributeArgument(System.CodeDom.CodeAttributeArgument)">
            <summary>Sets the stub of CodeGenerator.OutputAttributeArgument(CodeAttributeArgument arg)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.OutputAttributeArgumentCodeAttributeArgument">
            <summary>Sets the stub of CodeGenerator.OutputAttributeArgument(CodeAttributeArgument arg)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.OutputAttributeDeclarations(System.CodeDom.CodeAttributeDeclarationCollection)">
            <summary>Sets the stub of CodeGenerator.OutputAttributeDeclarations(CodeAttributeDeclarationCollection attributes)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.OutputAttributeDeclarationsCodeAttributeDeclarationCollection">
            <summary>Sets the stub of CodeGenerator.OutputAttributeDeclarations(CodeAttributeDeclarationCollection attributes)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.OutputDirection(System.CodeDom.FieldDirection)">
            <summary>Sets the stub of CodeGenerator.OutputDirection(FieldDirection dir)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.OutputDirectionFieldDirection">
            <summary>Sets the stub of CodeGenerator.OutputDirection(FieldDirection dir)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.OutputExpressionList(System.CodeDom.CodeExpressionCollection)">
            <summary>Sets the stub of CodeGenerator.OutputExpressionList(CodeExpressionCollection expressions)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.OutputExpressionList(System.CodeDom.CodeExpressionCollection,System.Boolean)">
            <summary>Sets the stub of CodeGenerator.OutputExpressionList(CodeExpressionCollection expressions, Boolean newlineBetweenItems)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.OutputExpressionListCodeExpressionCollection">
            <summary>Sets the stub of CodeGenerator.OutputExpressionList(CodeExpressionCollection expressions)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.OutputExpressionListCodeExpressionCollectionBoolean">
            <summary>Sets the stub of CodeGenerator.OutputExpressionList(CodeExpressionCollection expressions, Boolean newlineBetweenItems)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.OutputFieldScopeModifier(System.CodeDom.MemberAttributes)">
            <summary>Sets the stub of CodeGenerator.OutputFieldScopeModifier(MemberAttributes attributes)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.OutputFieldScopeModifierMemberAttributes">
            <summary>Sets the stub of CodeGenerator.OutputFieldScopeModifier(MemberAttributes attributes)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.OutputIdentifier(System.String)">
            <summary>Sets the stub of CodeGenerator.OutputIdentifier(String ident)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.OutputIdentifierString">
            <summary>Sets the stub of CodeGenerator.OutputIdentifier(String ident)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.OutputMemberAccessModifier(System.CodeDom.MemberAttributes)">
            <summary>Sets the stub of CodeGenerator.OutputMemberAccessModifier(MemberAttributes attributes)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.OutputMemberAccessModifierMemberAttributes">
            <summary>Sets the stub of CodeGenerator.OutputMemberAccessModifier(MemberAttributes attributes)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.OutputMemberScopeModifier(System.CodeDom.MemberAttributes)">
            <summary>Sets the stub of CodeGenerator.OutputMemberScopeModifier(MemberAttributes attributes)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.OutputMemberScopeModifierMemberAttributes">
            <summary>Sets the stub of CodeGenerator.OutputMemberScopeModifier(MemberAttributes attributes)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.OutputOperator(System.CodeDom.CodeBinaryOperatorType)">
            <summary>Sets the stub of CodeGenerator.OutputOperator(CodeBinaryOperatorType op)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.OutputOperatorCodeBinaryOperatorType">
            <summary>Sets the stub of CodeGenerator.OutputOperator(CodeBinaryOperatorType op)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.OutputParameters(System.CodeDom.CodeParameterDeclarationExpressionCollection)">
            <summary>Sets the stub of CodeGenerator.OutputParameters(CodeParameterDeclarationExpressionCollection parameters)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.OutputParametersCodeParameterDeclarationExpressionCollection">
            <summary>Sets the stub of CodeGenerator.OutputParameters(CodeParameterDeclarationExpressionCollection parameters)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.OutputType(System.CodeDom.CodeTypeReference)">
            <summary>Sets the stub of CodeGenerator.OutputType(CodeTypeReference typeRef)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.OutputTypeAttributes(System.Reflection.TypeAttributes,System.Boolean,System.Boolean)">
            <summary>Sets the stub of CodeGenerator.OutputTypeAttributes(TypeAttributes attributes, Boolean isStruct, Boolean isEnum)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.OutputTypeAttributesTypeAttributesBooleanBoolean">
            <summary>Sets the stub of CodeGenerator.OutputTypeAttributes(TypeAttributes attributes, Boolean isStruct, Boolean isEnum)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.OutputTypeCodeTypeReference">
            <summary>Sets the stub of CodeGenerator.OutputType(CodeTypeReference typeRef)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.OutputTypeNamePair(System.CodeDom.CodeTypeReference,System.String)">
            <summary>Sets the stub of CodeGenerator.OutputTypeNamePair(CodeTypeReference typeRef, String name)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.OutputTypeNamePairCodeTypeReferenceString">
            <summary>Sets the stub of CodeGenerator.OutputTypeNamePair(CodeTypeReference typeRef, String name)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.ProcessCompilerOutputLine(System.CodeDom.Compiler.CompilerResults,System.String)">
            <summary>Sets the stub of CodeCompiler.ProcessCompilerOutputLine(CompilerResults results, String line)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.ProcessCompilerOutputLineCompilerResultsString">
            <summary>Sets the stub of CodeCompiler.ProcessCompilerOutputLine(CompilerResults results, String line)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.QuoteSnippetString(System.String)">
            <summary>Sets the stub of CodeGenerator.QuoteSnippetString(String value)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.QuoteSnippetStringString">
            <summary>Sets the stub of CodeGenerator.QuoteSnippetString(String value)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.Supports(System.CodeDom.Compiler.GeneratorSupport)">
            <summary>Sets the stub of CodeGenerator.Supports(GeneratorSupport support)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.SupportsGeneratorSupport">
            <summary>Sets the stub of CodeGenerator.Supports(GeneratorSupport support)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeCompiler.ValidateIdentifier(System.String)">
            <summary>Sets the stub of CodeGenerator.ValidateIdentifier(String value)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeCompiler.ValidateIdentifierString">
            <summary>Sets the stub of CodeGenerator.ValidateIdentifier(String value)</summary>
        </member>
        <member name="P:System.CodeDom.Compiler.Fakes.StubCodeCompiler.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Compiler.Fakes.StubCodeCompiler.CompilerName">
            <summary>Sets the stub of CodeCompiler.get_CompilerName()</summary>
        </member>
        <member name="P:System.CodeDom.Compiler.Fakes.StubCodeCompiler.FileExtension">
            <summary>Sets the stub of CodeCompiler.get_FileExtension()</summary>
        </member>
        <member name="P:System.CodeDom.Compiler.Fakes.StubCodeCompiler.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Compiler.Fakes.StubCodeCompiler.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.CodeDom.Compiler.Fakes.StubCodeCompiler.NullToken">
            <summary>Sets the stub of CodeGenerator.get_NullToken()</summary>
        </member>
        <member name="T:System.CodeDom.Compiler.Fakes.StubCodeDomProvider">
            <summary>Stub type of System.CodeDom.Compiler.CodeDomProvider</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeDomProvider.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeDomProvider.AttachBackingFieldToSite">
            <summary>Attaches delegates to emulate StubCodeDomProvider.Site as a property with a backing field.</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeDomProvider.CanRaiseEventsGet">
            <summary>Sets the stub of Component.get_CanRaiseEvents()</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeDomProvider.CompileAssemblyFromDom(System.CodeDom.Compiler.CompilerParameters,System.CodeDom.CodeCompileUnit[])">
            <summary>Sets the stub of CodeDomProvider.CompileAssemblyFromDom(CompilerParameters options, CodeCompileUnit[] compilationUnits)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeDomProvider.CompileAssemblyFromDomCompilerParametersCodeCompileUnitArray">
            <summary>Sets the stub of CodeDomProvider.CompileAssemblyFromDom(CompilerParameters options, CodeCompileUnit[] compilationUnits)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeDomProvider.CompileAssemblyFromFile(System.CodeDom.Compiler.CompilerParameters,System.String[])">
            <summary>Sets the stub of CodeDomProvider.CompileAssemblyFromFile(CompilerParameters options, String[] fileNames)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeDomProvider.CompileAssemblyFromFileCompilerParametersStringArray">
            <summary>Sets the stub of CodeDomProvider.CompileAssemblyFromFile(CompilerParameters options, String[] fileNames)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeDomProvider.CompileAssemblyFromSource(System.CodeDom.Compiler.CompilerParameters,System.String[])">
            <summary>Sets the stub of CodeDomProvider.CompileAssemblyFromSource(CompilerParameters options, String[] sources)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeDomProvider.CompileAssemblyFromSourceCompilerParametersStringArray">
            <summary>Sets the stub of CodeDomProvider.CompileAssemblyFromSource(CompilerParameters options, String[] sources)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeDomProvider.CreateCompiler">
            <summary>Sets the stub of CodeDomProvider.CreateCompiler()</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeDomProvider.CreateCompiler01">
            <summary>Sets the stub of CodeDomProvider.CreateCompiler()</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeDomProvider.CreateEscapedIdentifier(System.String)">
            <summary>Sets the stub of CodeDomProvider.CreateEscapedIdentifier(String value)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeDomProvider.CreateEscapedIdentifierString">
            <summary>Sets the stub of CodeDomProvider.CreateEscapedIdentifier(String value)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeDomProvider.CreateGenerator">
            <summary>Sets the stub of CodeDomProvider.CreateGenerator()</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeDomProvider.CreateGenerator(System.String)">
            <summary>Sets the stub of CodeDomProvider.CreateGenerator(String fileName)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeDomProvider.CreateGenerator01">
            <summary>Sets the stub of CodeDomProvider.CreateGenerator()</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeDomProvider.CreateGeneratorString">
            <summary>Sets the stub of CodeDomProvider.CreateGenerator(String fileName)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeDomProvider.CreateParser">
            <summary>Sets the stub of CodeDomProvider.CreateParser()</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeDomProvider.CreateParser01">
            <summary>Sets the stub of CodeDomProvider.CreateParser()</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeDomProvider.CreateValidIdentifier(System.String)">
            <summary>Sets the stub of CodeDomProvider.CreateValidIdentifier(String value)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeDomProvider.CreateValidIdentifierString">
            <summary>Sets the stub of CodeDomProvider.CreateValidIdentifier(String value)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeDomProvider.Dispose(System.Boolean)">
            <summary>Sets the stub of Component.Dispose(Boolean disposing)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeDomProvider.DisposeBoolean">
            <summary>Sets the stub of Component.Dispose(Boolean disposing)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeDomProvider.FileExtensionGet">
            <summary>Sets the stub of CodeDomProvider.get_FileExtension()</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeDomProvider.GetConverter(System.Type)">
            <summary>Sets the stub of CodeDomProvider.GetConverter(Type type)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeDomProvider.GetConverterType">
            <summary>Sets the stub of CodeDomProvider.GetConverter(Type type)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeDomProvider.GetService(System.Type)">
            <summary>Sets the stub of Component.GetService(Type service)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeDomProvider.GetServiceType">
            <summary>Sets the stub of Component.GetService(Type service)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeDomProvider.GetTypeOutput(System.CodeDom.CodeTypeReference)">
            <summary>Sets the stub of CodeDomProvider.GetTypeOutput(CodeTypeReference type)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeDomProvider.GetTypeOutputCodeTypeReference">
            <summary>Sets the stub of CodeDomProvider.GetTypeOutput(CodeTypeReference type)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeDomProvider.InitializeStub">
            <summary>Initializes a new instance of type StubCodeDomProvider</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeDomProvider.IsValidIdentifier(System.String)">
            <summary>Sets the stub of CodeDomProvider.IsValidIdentifier(String value)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeDomProvider.IsValidIdentifierString">
            <summary>Sets the stub of CodeDomProvider.IsValidIdentifier(String value)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeDomProvider.LanguageOptionsGet">
            <summary>Sets the stub of CodeDomProvider.get_LanguageOptions()</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeDomProvider.SiteGet">
            <summary>Sets the stub of Component.get_Site()</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeDomProvider.SiteSetISite">
            <summary>Sets the stub of Component.set_Site(ISite value)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeDomProvider.Supports(System.CodeDom.Compiler.GeneratorSupport)">
            <summary>Sets the stub of CodeDomProvider.Supports(GeneratorSupport generatorSupport)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeDomProvider.SupportsGeneratorSupport">
            <summary>Sets the stub of CodeDomProvider.Supports(GeneratorSupport generatorSupport)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeDomProvider.ToString">
            <summary>Sets the stub of Component.ToString()</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeDomProvider.ToString01">
            <summary>Sets the stub of Component.ToString()</summary>
        </member>
        <member name="P:System.CodeDom.Compiler.Fakes.StubCodeDomProvider.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Compiler.Fakes.StubCodeDomProvider.CanRaiseEvents">
            <summary>Sets the stub of Component.get_CanRaiseEvents()</summary>
        </member>
        <member name="P:System.CodeDom.Compiler.Fakes.StubCodeDomProvider.FileExtension">
            <summary>Sets the stub of CodeDomProvider.get_FileExtension()</summary>
        </member>
        <member name="P:System.CodeDom.Compiler.Fakes.StubCodeDomProvider.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Compiler.Fakes.StubCodeDomProvider.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.CodeDom.Compiler.Fakes.StubCodeDomProvider.LanguageOptions">
            <summary>Sets the stub of CodeDomProvider.get_LanguageOptions()</summary>
        </member>
        <member name="P:System.CodeDom.Compiler.Fakes.StubCodeDomProvider.Site">
            <summary>Sets the stub of Component.get_Site()</summary>
        </member>
        <member name="T:System.CodeDom.Compiler.Fakes.StubCodeGenerator">
            <summary>Stub type of System.CodeDom.Compiler.CodeGenerator</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.ContinueOnNewLine(System.String)">
            <summary>Sets the stub of CodeGenerator.ContinueOnNewLine(String st)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.ContinueOnNewLineString">
            <summary>Sets the stub of CodeGenerator.ContinueOnNewLine(String st)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.CreateEscapedIdentifier(System.String)">
            <summary>Sets the stub of CodeGenerator.CreateEscapedIdentifier(String value)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.CreateEscapedIdentifierString">
            <summary>Sets the stub of CodeGenerator.CreateEscapedIdentifier(String value)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.CreateValidIdentifier(System.String)">
            <summary>Sets the stub of CodeGenerator.CreateValidIdentifier(String value)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.CreateValidIdentifierString">
            <summary>Sets the stub of CodeGenerator.CreateValidIdentifier(String value)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateArgumentReferenceExpression(System.CodeDom.CodeArgumentReferenceExpression)">
            <summary>Sets the stub of CodeGenerator.GenerateArgumentReferenceExpression(CodeArgumentReferenceExpression e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateArgumentReferenceExpressionCodeArgumentReferenceExpression">
            <summary>Sets the stub of CodeGenerator.GenerateArgumentReferenceExpression(CodeArgumentReferenceExpression e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateArrayCreateExpression(System.CodeDom.CodeArrayCreateExpression)">
            <summary>Sets the stub of CodeGenerator.GenerateArrayCreateExpression(CodeArrayCreateExpression e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateArrayCreateExpressionCodeArrayCreateExpression">
            <summary>Sets the stub of CodeGenerator.GenerateArrayCreateExpression(CodeArrayCreateExpression e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateArrayIndexerExpression(System.CodeDom.CodeArrayIndexerExpression)">
            <summary>Sets the stub of CodeGenerator.GenerateArrayIndexerExpression(CodeArrayIndexerExpression e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateArrayIndexerExpressionCodeArrayIndexerExpression">
            <summary>Sets the stub of CodeGenerator.GenerateArrayIndexerExpression(CodeArrayIndexerExpression e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateAssignStatement(System.CodeDom.CodeAssignStatement)">
            <summary>Sets the stub of CodeGenerator.GenerateAssignStatement(CodeAssignStatement e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateAssignStatementCodeAssignStatement">
            <summary>Sets the stub of CodeGenerator.GenerateAssignStatement(CodeAssignStatement e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateAttachEventStatement(System.CodeDom.CodeAttachEventStatement)">
            <summary>Sets the stub of CodeGenerator.GenerateAttachEventStatement(CodeAttachEventStatement e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateAttachEventStatementCodeAttachEventStatement">
            <summary>Sets the stub of CodeGenerator.GenerateAttachEventStatement(CodeAttachEventStatement e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateAttributeDeclarationsEnd(System.CodeDom.CodeAttributeDeclarationCollection)">
            <summary>Sets the stub of CodeGenerator.GenerateAttributeDeclarationsEnd(CodeAttributeDeclarationCollection attributes)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateAttributeDeclarationsEndCodeAttributeDeclarationCollection">
            <summary>Sets the stub of CodeGenerator.GenerateAttributeDeclarationsEnd(CodeAttributeDeclarationCollection attributes)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateAttributeDeclarationsStart(System.CodeDom.CodeAttributeDeclarationCollection)">
            <summary>Sets the stub of CodeGenerator.GenerateAttributeDeclarationsStart(CodeAttributeDeclarationCollection attributes)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateAttributeDeclarationsStartCodeAttributeDeclarationCollection">
            <summary>Sets the stub of CodeGenerator.GenerateAttributeDeclarationsStart(CodeAttributeDeclarationCollection attributes)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateBaseReferenceExpression(System.CodeDom.CodeBaseReferenceExpression)">
            <summary>Sets the stub of CodeGenerator.GenerateBaseReferenceExpression(CodeBaseReferenceExpression e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateBaseReferenceExpressionCodeBaseReferenceExpression">
            <summary>Sets the stub of CodeGenerator.GenerateBaseReferenceExpression(CodeBaseReferenceExpression e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateBinaryOperatorExpression(System.CodeDom.CodeBinaryOperatorExpression)">
            <summary>Sets the stub of CodeGenerator.GenerateBinaryOperatorExpression(CodeBinaryOperatorExpression e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateBinaryOperatorExpressionCodeBinaryOperatorExpression">
            <summary>Sets the stub of CodeGenerator.GenerateBinaryOperatorExpression(CodeBinaryOperatorExpression e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateCastExpression(System.CodeDom.CodeCastExpression)">
            <summary>Sets the stub of CodeGenerator.GenerateCastExpression(CodeCastExpression e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateCastExpressionCodeCastExpression">
            <summary>Sets the stub of CodeGenerator.GenerateCastExpression(CodeCastExpression e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateComment(System.CodeDom.CodeComment)">
            <summary>Sets the stub of CodeGenerator.GenerateComment(CodeComment e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateCommentCodeComment">
            <summary>Sets the stub of CodeGenerator.GenerateComment(CodeComment e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateCommentStatement(System.CodeDom.CodeCommentStatement)">
            <summary>Sets the stub of CodeGenerator.GenerateCommentStatement(CodeCommentStatement e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateCommentStatementCodeCommentStatement">
            <summary>Sets the stub of CodeGenerator.GenerateCommentStatement(CodeCommentStatement e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateCommentStatements(System.CodeDom.CodeCommentStatementCollection)">
            <summary>Sets the stub of CodeGenerator.GenerateCommentStatements(CodeCommentStatementCollection e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateCommentStatementsCodeCommentStatementCollection">
            <summary>Sets the stub of CodeGenerator.GenerateCommentStatements(CodeCommentStatementCollection e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateCompileUnit(System.CodeDom.CodeCompileUnit)">
            <summary>Sets the stub of CodeGenerator.GenerateCompileUnit(CodeCompileUnit e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateCompileUnitCodeCompileUnit">
            <summary>Sets the stub of CodeGenerator.GenerateCompileUnit(CodeCompileUnit e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateCompileUnitEnd(System.CodeDom.CodeCompileUnit)">
            <summary>Sets the stub of CodeGenerator.GenerateCompileUnitEnd(CodeCompileUnit e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateCompileUnitEndCodeCompileUnit">
            <summary>Sets the stub of CodeGenerator.GenerateCompileUnitEnd(CodeCompileUnit e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateCompileUnitStart(System.CodeDom.CodeCompileUnit)">
            <summary>Sets the stub of CodeGenerator.GenerateCompileUnitStart(CodeCompileUnit e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateCompileUnitStartCodeCompileUnit">
            <summary>Sets the stub of CodeGenerator.GenerateCompileUnitStart(CodeCompileUnit e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateConditionStatement(System.CodeDom.CodeConditionStatement)">
            <summary>Sets the stub of CodeGenerator.GenerateConditionStatement(CodeConditionStatement e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateConditionStatementCodeConditionStatement">
            <summary>Sets the stub of CodeGenerator.GenerateConditionStatement(CodeConditionStatement e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateConstructor(System.CodeDom.CodeConstructor,System.CodeDom.CodeTypeDeclaration)">
            <summary>Sets the stub of CodeGenerator.GenerateConstructor(CodeConstructor e, CodeTypeDeclaration c)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateConstructorCodeConstructorCodeTypeDeclaration">
            <summary>Sets the stub of CodeGenerator.GenerateConstructor(CodeConstructor e, CodeTypeDeclaration c)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateDecimalValue(System.Decimal)">
            <summary>Sets the stub of CodeGenerator.GenerateDecimalValue(Decimal d)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateDecimalValueDecimal">
            <summary>Sets the stub of CodeGenerator.GenerateDecimalValue(Decimal d)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateDefaultValueExpression(System.CodeDom.CodeDefaultValueExpression)">
            <summary>Sets the stub of CodeGenerator.GenerateDefaultValueExpression(CodeDefaultValueExpression e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateDefaultValueExpressionCodeDefaultValueExpression">
            <summary>Sets the stub of CodeGenerator.GenerateDefaultValueExpression(CodeDefaultValueExpression e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateDelegateCreateExpression(System.CodeDom.CodeDelegateCreateExpression)">
            <summary>Sets the stub of CodeGenerator.GenerateDelegateCreateExpression(CodeDelegateCreateExpression e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateDelegateCreateExpressionCodeDelegateCreateExpression">
            <summary>Sets the stub of CodeGenerator.GenerateDelegateCreateExpression(CodeDelegateCreateExpression e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateDelegateInvokeExpression(System.CodeDom.CodeDelegateInvokeExpression)">
            <summary>Sets the stub of CodeGenerator.GenerateDelegateInvokeExpression(CodeDelegateInvokeExpression e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateDelegateInvokeExpressionCodeDelegateInvokeExpression">
            <summary>Sets the stub of CodeGenerator.GenerateDelegateInvokeExpression(CodeDelegateInvokeExpression e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateDirectionExpression(System.CodeDom.CodeDirectionExpression)">
            <summary>Sets the stub of CodeGenerator.GenerateDirectionExpression(CodeDirectionExpression e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateDirectionExpressionCodeDirectionExpression">
            <summary>Sets the stub of CodeGenerator.GenerateDirectionExpression(CodeDirectionExpression e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateDirectives(System.CodeDom.CodeDirectiveCollection)">
            <summary>Sets the stub of CodeGenerator.GenerateDirectives(CodeDirectiveCollection directives)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateDirectivesCodeDirectiveCollection">
            <summary>Sets the stub of CodeGenerator.GenerateDirectives(CodeDirectiveCollection directives)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateDoubleValue(System.Double)">
            <summary>Sets the stub of CodeGenerator.GenerateDoubleValue(Double d)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateDoubleValueDouble">
            <summary>Sets the stub of CodeGenerator.GenerateDoubleValue(Double d)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateEntryPointMethod(System.CodeDom.CodeEntryPointMethod,System.CodeDom.CodeTypeDeclaration)">
            <summary>Sets the stub of CodeGenerator.GenerateEntryPointMethod(CodeEntryPointMethod e, CodeTypeDeclaration c)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateEntryPointMethodCodeEntryPointMethodCodeTypeDeclaration">
            <summary>Sets the stub of CodeGenerator.GenerateEntryPointMethod(CodeEntryPointMethod e, CodeTypeDeclaration c)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateEvent(System.CodeDom.CodeMemberEvent,System.CodeDom.CodeTypeDeclaration)">
            <summary>Sets the stub of CodeGenerator.GenerateEvent(CodeMemberEvent e, CodeTypeDeclaration c)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateEventCodeMemberEventCodeTypeDeclaration">
            <summary>Sets the stub of CodeGenerator.GenerateEvent(CodeMemberEvent e, CodeTypeDeclaration c)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateEventReferenceExpression(System.CodeDom.CodeEventReferenceExpression)">
            <summary>Sets the stub of CodeGenerator.GenerateEventReferenceExpression(CodeEventReferenceExpression e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateEventReferenceExpressionCodeEventReferenceExpression">
            <summary>Sets the stub of CodeGenerator.GenerateEventReferenceExpression(CodeEventReferenceExpression e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateExpressionStatement(System.CodeDom.CodeExpressionStatement)">
            <summary>Sets the stub of CodeGenerator.GenerateExpressionStatement(CodeExpressionStatement e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateExpressionStatementCodeExpressionStatement">
            <summary>Sets the stub of CodeGenerator.GenerateExpressionStatement(CodeExpressionStatement e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateField(System.CodeDom.CodeMemberField)">
            <summary>Sets the stub of CodeGenerator.GenerateField(CodeMemberField e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateFieldCodeMemberField">
            <summary>Sets the stub of CodeGenerator.GenerateField(CodeMemberField e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateFieldReferenceExpression(System.CodeDom.CodeFieldReferenceExpression)">
            <summary>Sets the stub of CodeGenerator.GenerateFieldReferenceExpression(CodeFieldReferenceExpression e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateFieldReferenceExpressionCodeFieldReferenceExpression">
            <summary>Sets the stub of CodeGenerator.GenerateFieldReferenceExpression(CodeFieldReferenceExpression e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateGotoStatement(System.CodeDom.CodeGotoStatement)">
            <summary>Sets the stub of CodeGenerator.GenerateGotoStatement(CodeGotoStatement e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateGotoStatementCodeGotoStatement">
            <summary>Sets the stub of CodeGenerator.GenerateGotoStatement(CodeGotoStatement e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateIndexerExpression(System.CodeDom.CodeIndexerExpression)">
            <summary>Sets the stub of CodeGenerator.GenerateIndexerExpression(CodeIndexerExpression e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateIndexerExpressionCodeIndexerExpression">
            <summary>Sets the stub of CodeGenerator.GenerateIndexerExpression(CodeIndexerExpression e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateIterationStatement(System.CodeDom.CodeIterationStatement)">
            <summary>Sets the stub of CodeGenerator.GenerateIterationStatement(CodeIterationStatement e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateIterationStatementCodeIterationStatement">
            <summary>Sets the stub of CodeGenerator.GenerateIterationStatement(CodeIterationStatement e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateLabeledStatement(System.CodeDom.CodeLabeledStatement)">
            <summary>Sets the stub of CodeGenerator.GenerateLabeledStatement(CodeLabeledStatement e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateLabeledStatementCodeLabeledStatement">
            <summary>Sets the stub of CodeGenerator.GenerateLabeledStatement(CodeLabeledStatement e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateLinePragmaEnd(System.CodeDom.CodeLinePragma)">
            <summary>Sets the stub of CodeGenerator.GenerateLinePragmaEnd(CodeLinePragma e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateLinePragmaEndCodeLinePragma">
            <summary>Sets the stub of CodeGenerator.GenerateLinePragmaEnd(CodeLinePragma e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateLinePragmaStart(System.CodeDom.CodeLinePragma)">
            <summary>Sets the stub of CodeGenerator.GenerateLinePragmaStart(CodeLinePragma e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateLinePragmaStartCodeLinePragma">
            <summary>Sets the stub of CodeGenerator.GenerateLinePragmaStart(CodeLinePragma e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateMethod(System.CodeDom.CodeMemberMethod,System.CodeDom.CodeTypeDeclaration)">
            <summary>Sets the stub of CodeGenerator.GenerateMethod(CodeMemberMethod e, CodeTypeDeclaration c)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateMethodCodeMemberMethodCodeTypeDeclaration">
            <summary>Sets the stub of CodeGenerator.GenerateMethod(CodeMemberMethod e, CodeTypeDeclaration c)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateMethodInvokeExpression(System.CodeDom.CodeMethodInvokeExpression)">
            <summary>Sets the stub of CodeGenerator.GenerateMethodInvokeExpression(CodeMethodInvokeExpression e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateMethodInvokeExpressionCodeMethodInvokeExpression">
            <summary>Sets the stub of CodeGenerator.GenerateMethodInvokeExpression(CodeMethodInvokeExpression e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateMethodReferenceExpression(System.CodeDom.CodeMethodReferenceExpression)">
            <summary>Sets the stub of CodeGenerator.GenerateMethodReferenceExpression(CodeMethodReferenceExpression e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateMethodReferenceExpressionCodeMethodReferenceExpression">
            <summary>Sets the stub of CodeGenerator.GenerateMethodReferenceExpression(CodeMethodReferenceExpression e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateMethodReturnStatement(System.CodeDom.CodeMethodReturnStatement)">
            <summary>Sets the stub of CodeGenerator.GenerateMethodReturnStatement(CodeMethodReturnStatement e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateMethodReturnStatementCodeMethodReturnStatement">
            <summary>Sets the stub of CodeGenerator.GenerateMethodReturnStatement(CodeMethodReturnStatement e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateNamespace(System.CodeDom.CodeNamespace)">
            <summary>Sets the stub of CodeGenerator.GenerateNamespace(CodeNamespace e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateNamespaceCodeNamespace">
            <summary>Sets the stub of CodeGenerator.GenerateNamespace(CodeNamespace e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateNamespaceEnd(System.CodeDom.CodeNamespace)">
            <summary>Sets the stub of CodeGenerator.GenerateNamespaceEnd(CodeNamespace e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateNamespaceEndCodeNamespace">
            <summary>Sets the stub of CodeGenerator.GenerateNamespaceEnd(CodeNamespace e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateNamespaceImport(System.CodeDom.CodeNamespaceImport)">
            <summary>Sets the stub of CodeGenerator.GenerateNamespaceImport(CodeNamespaceImport e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateNamespaceImportCodeNamespaceImport">
            <summary>Sets the stub of CodeGenerator.GenerateNamespaceImport(CodeNamespaceImport e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateNamespaceStart(System.CodeDom.CodeNamespace)">
            <summary>Sets the stub of CodeGenerator.GenerateNamespaceStart(CodeNamespace e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateNamespaceStartCodeNamespace">
            <summary>Sets the stub of CodeGenerator.GenerateNamespaceStart(CodeNamespace e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateObjectCreateExpression(System.CodeDom.CodeObjectCreateExpression)">
            <summary>Sets the stub of CodeGenerator.GenerateObjectCreateExpression(CodeObjectCreateExpression e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateObjectCreateExpressionCodeObjectCreateExpression">
            <summary>Sets the stub of CodeGenerator.GenerateObjectCreateExpression(CodeObjectCreateExpression e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateParameterDeclarationExpression(System.CodeDom.CodeParameterDeclarationExpression)">
            <summary>Sets the stub of CodeGenerator.GenerateParameterDeclarationExpression(CodeParameterDeclarationExpression e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateParameterDeclarationExpressionCodeParameterDeclarationExpression">
            <summary>Sets the stub of CodeGenerator.GenerateParameterDeclarationExpression(CodeParameterDeclarationExpression e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GeneratePrimitiveExpression(System.CodeDom.CodePrimitiveExpression)">
            <summary>Sets the stub of CodeGenerator.GeneratePrimitiveExpression(CodePrimitiveExpression e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GeneratePrimitiveExpressionCodePrimitiveExpression">
            <summary>Sets the stub of CodeGenerator.GeneratePrimitiveExpression(CodePrimitiveExpression e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateProperty(System.CodeDom.CodeMemberProperty,System.CodeDom.CodeTypeDeclaration)">
            <summary>Sets the stub of CodeGenerator.GenerateProperty(CodeMemberProperty e, CodeTypeDeclaration c)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GeneratePropertyCodeMemberPropertyCodeTypeDeclaration">
            <summary>Sets the stub of CodeGenerator.GenerateProperty(CodeMemberProperty e, CodeTypeDeclaration c)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GeneratePropertyReferenceExpression(System.CodeDom.CodePropertyReferenceExpression)">
            <summary>Sets the stub of CodeGenerator.GeneratePropertyReferenceExpression(CodePropertyReferenceExpression e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GeneratePropertyReferenceExpressionCodePropertyReferenceExpression">
            <summary>Sets the stub of CodeGenerator.GeneratePropertyReferenceExpression(CodePropertyReferenceExpression e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GeneratePropertySetValueReferenceExpression(System.CodeDom.CodePropertySetValueReferenceExpression)">
            <summary>Sets the stub of CodeGenerator.GeneratePropertySetValueReferenceExpression(CodePropertySetValueReferenceExpression e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GeneratePropertySetValueReferenceExpressionCodePropertySetValueReferenceExpression">
            <summary>Sets the stub of CodeGenerator.GeneratePropertySetValueReferenceExpression(CodePropertySetValueReferenceExpression e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateRemoveEventStatement(System.CodeDom.CodeRemoveEventStatement)">
            <summary>Sets the stub of CodeGenerator.GenerateRemoveEventStatement(CodeRemoveEventStatement e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateRemoveEventStatementCodeRemoveEventStatement">
            <summary>Sets the stub of CodeGenerator.GenerateRemoveEventStatement(CodeRemoveEventStatement e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateSingleFloatValue(System.Single)">
            <summary>Sets the stub of CodeGenerator.GenerateSingleFloatValue(Single s)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateSingleFloatValueSingle">
            <summary>Sets the stub of CodeGenerator.GenerateSingleFloatValue(Single s)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateSnippetCompileUnit(System.CodeDom.CodeSnippetCompileUnit)">
            <summary>Sets the stub of CodeGenerator.GenerateSnippetCompileUnit(CodeSnippetCompileUnit e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateSnippetCompileUnitCodeSnippetCompileUnit">
            <summary>Sets the stub of CodeGenerator.GenerateSnippetCompileUnit(CodeSnippetCompileUnit e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateSnippetExpression(System.CodeDom.CodeSnippetExpression)">
            <summary>Sets the stub of CodeGenerator.GenerateSnippetExpression(CodeSnippetExpression e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateSnippetExpressionCodeSnippetExpression">
            <summary>Sets the stub of CodeGenerator.GenerateSnippetExpression(CodeSnippetExpression e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateSnippetMember(System.CodeDom.CodeSnippetTypeMember)">
            <summary>Sets the stub of CodeGenerator.GenerateSnippetMember(CodeSnippetTypeMember e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateSnippetMemberCodeSnippetTypeMember">
            <summary>Sets the stub of CodeGenerator.GenerateSnippetMember(CodeSnippetTypeMember e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateSnippetStatement(System.CodeDom.CodeSnippetStatement)">
            <summary>Sets the stub of CodeGenerator.GenerateSnippetStatement(CodeSnippetStatement e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateSnippetStatementCodeSnippetStatement">
            <summary>Sets the stub of CodeGenerator.GenerateSnippetStatement(CodeSnippetStatement e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateThisReferenceExpression(System.CodeDom.CodeThisReferenceExpression)">
            <summary>Sets the stub of CodeGenerator.GenerateThisReferenceExpression(CodeThisReferenceExpression e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateThisReferenceExpressionCodeThisReferenceExpression">
            <summary>Sets the stub of CodeGenerator.GenerateThisReferenceExpression(CodeThisReferenceExpression e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateThrowExceptionStatement(System.CodeDom.CodeThrowExceptionStatement)">
            <summary>Sets the stub of CodeGenerator.GenerateThrowExceptionStatement(CodeThrowExceptionStatement e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateThrowExceptionStatementCodeThrowExceptionStatement">
            <summary>Sets the stub of CodeGenerator.GenerateThrowExceptionStatement(CodeThrowExceptionStatement e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateTryCatchFinallyStatement(System.CodeDom.CodeTryCatchFinallyStatement)">
            <summary>Sets the stub of CodeGenerator.GenerateTryCatchFinallyStatement(CodeTryCatchFinallyStatement e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateTryCatchFinallyStatementCodeTryCatchFinallyStatement">
            <summary>Sets the stub of CodeGenerator.GenerateTryCatchFinallyStatement(CodeTryCatchFinallyStatement e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateTypeConstructor(System.CodeDom.CodeTypeConstructor)">
            <summary>Sets the stub of CodeGenerator.GenerateTypeConstructor(CodeTypeConstructor e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateTypeConstructorCodeTypeConstructor">
            <summary>Sets the stub of CodeGenerator.GenerateTypeConstructor(CodeTypeConstructor e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateTypeEnd(System.CodeDom.CodeTypeDeclaration)">
            <summary>Sets the stub of CodeGenerator.GenerateTypeEnd(CodeTypeDeclaration e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateTypeEndCodeTypeDeclaration">
            <summary>Sets the stub of CodeGenerator.GenerateTypeEnd(CodeTypeDeclaration e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateTypeOfExpression(System.CodeDom.CodeTypeOfExpression)">
            <summary>Sets the stub of CodeGenerator.GenerateTypeOfExpression(CodeTypeOfExpression e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateTypeOfExpressionCodeTypeOfExpression">
            <summary>Sets the stub of CodeGenerator.GenerateTypeOfExpression(CodeTypeOfExpression e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateTypeReferenceExpression(System.CodeDom.CodeTypeReferenceExpression)">
            <summary>Sets the stub of CodeGenerator.GenerateTypeReferenceExpression(CodeTypeReferenceExpression e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateTypeReferenceExpressionCodeTypeReferenceExpression">
            <summary>Sets the stub of CodeGenerator.GenerateTypeReferenceExpression(CodeTypeReferenceExpression e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateTypeStart(System.CodeDom.CodeTypeDeclaration)">
            <summary>Sets the stub of CodeGenerator.GenerateTypeStart(CodeTypeDeclaration e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateTypeStartCodeTypeDeclaration">
            <summary>Sets the stub of CodeGenerator.GenerateTypeStart(CodeTypeDeclaration e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateVariableDeclarationStatement(System.CodeDom.CodeVariableDeclarationStatement)">
            <summary>Sets the stub of CodeGenerator.GenerateVariableDeclarationStatement(CodeVariableDeclarationStatement e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateVariableDeclarationStatementCodeVariableDeclarationStatement">
            <summary>Sets the stub of CodeGenerator.GenerateVariableDeclarationStatement(CodeVariableDeclarationStatement e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateVariableReferenceExpression(System.CodeDom.CodeVariableReferenceExpression)">
            <summary>Sets the stub of CodeGenerator.GenerateVariableReferenceExpression(CodeVariableReferenceExpression e)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GenerateVariableReferenceExpressionCodeVariableReferenceExpression">
            <summary>Sets the stub of CodeGenerator.GenerateVariableReferenceExpression(CodeVariableReferenceExpression e)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GetTypeOutput(System.CodeDom.CodeTypeReference)">
            <summary>Sets the stub of CodeGenerator.GetTypeOutput(CodeTypeReference value)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.GetTypeOutputCodeTypeReference">
            <summary>Sets the stub of CodeGenerator.GetTypeOutput(CodeTypeReference value)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.InitializeStub">
            <summary>Initializes a new instance of type StubCodeGenerator</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.IsValidIdentifier(System.String)">
            <summary>Sets the stub of CodeGenerator.IsValidIdentifier(String value)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.IsValidIdentifierString">
            <summary>Sets the stub of CodeGenerator.IsValidIdentifier(String value)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.NullTokenGet">
            <summary>Sets the stub of CodeGenerator.get_NullToken()</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.OutputAttributeArgument(System.CodeDom.CodeAttributeArgument)">
            <summary>Sets the stub of CodeGenerator.OutputAttributeArgument(CodeAttributeArgument arg)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.OutputAttributeArgumentCodeAttributeArgument">
            <summary>Sets the stub of CodeGenerator.OutputAttributeArgument(CodeAttributeArgument arg)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.OutputAttributeDeclarations(System.CodeDom.CodeAttributeDeclarationCollection)">
            <summary>Sets the stub of CodeGenerator.OutputAttributeDeclarations(CodeAttributeDeclarationCollection attributes)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.OutputAttributeDeclarationsCodeAttributeDeclarationCollection">
            <summary>Sets the stub of CodeGenerator.OutputAttributeDeclarations(CodeAttributeDeclarationCollection attributes)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.OutputDirection(System.CodeDom.FieldDirection)">
            <summary>Sets the stub of CodeGenerator.OutputDirection(FieldDirection dir)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.OutputDirectionFieldDirection">
            <summary>Sets the stub of CodeGenerator.OutputDirection(FieldDirection dir)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.OutputExpressionList(System.CodeDom.CodeExpressionCollection)">
            <summary>Sets the stub of CodeGenerator.OutputExpressionList(CodeExpressionCollection expressions)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.OutputExpressionList(System.CodeDom.CodeExpressionCollection,System.Boolean)">
            <summary>Sets the stub of CodeGenerator.OutputExpressionList(CodeExpressionCollection expressions, Boolean newlineBetweenItems)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.OutputExpressionListCodeExpressionCollection">
            <summary>Sets the stub of CodeGenerator.OutputExpressionList(CodeExpressionCollection expressions)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.OutputExpressionListCodeExpressionCollectionBoolean">
            <summary>Sets the stub of CodeGenerator.OutputExpressionList(CodeExpressionCollection expressions, Boolean newlineBetweenItems)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.OutputFieldScopeModifier(System.CodeDom.MemberAttributes)">
            <summary>Sets the stub of CodeGenerator.OutputFieldScopeModifier(MemberAttributes attributes)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.OutputFieldScopeModifierMemberAttributes">
            <summary>Sets the stub of CodeGenerator.OutputFieldScopeModifier(MemberAttributes attributes)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.OutputIdentifier(System.String)">
            <summary>Sets the stub of CodeGenerator.OutputIdentifier(String ident)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.OutputIdentifierString">
            <summary>Sets the stub of CodeGenerator.OutputIdentifier(String ident)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.OutputMemberAccessModifier(System.CodeDom.MemberAttributes)">
            <summary>Sets the stub of CodeGenerator.OutputMemberAccessModifier(MemberAttributes attributes)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.OutputMemberAccessModifierMemberAttributes">
            <summary>Sets the stub of CodeGenerator.OutputMemberAccessModifier(MemberAttributes attributes)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.OutputMemberScopeModifier(System.CodeDom.MemberAttributes)">
            <summary>Sets the stub of CodeGenerator.OutputMemberScopeModifier(MemberAttributes attributes)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.OutputMemberScopeModifierMemberAttributes">
            <summary>Sets the stub of CodeGenerator.OutputMemberScopeModifier(MemberAttributes attributes)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.OutputOperator(System.CodeDom.CodeBinaryOperatorType)">
            <summary>Sets the stub of CodeGenerator.OutputOperator(CodeBinaryOperatorType op)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.OutputOperatorCodeBinaryOperatorType">
            <summary>Sets the stub of CodeGenerator.OutputOperator(CodeBinaryOperatorType op)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.OutputParameters(System.CodeDom.CodeParameterDeclarationExpressionCollection)">
            <summary>Sets the stub of CodeGenerator.OutputParameters(CodeParameterDeclarationExpressionCollection parameters)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.OutputParametersCodeParameterDeclarationExpressionCollection">
            <summary>Sets the stub of CodeGenerator.OutputParameters(CodeParameterDeclarationExpressionCollection parameters)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.OutputType(System.CodeDom.CodeTypeReference)">
            <summary>Sets the stub of CodeGenerator.OutputType(CodeTypeReference typeRef)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.OutputTypeAttributes(System.Reflection.TypeAttributes,System.Boolean,System.Boolean)">
            <summary>Sets the stub of CodeGenerator.OutputTypeAttributes(TypeAttributes attributes, Boolean isStruct, Boolean isEnum)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.OutputTypeAttributesTypeAttributesBooleanBoolean">
            <summary>Sets the stub of CodeGenerator.OutputTypeAttributes(TypeAttributes attributes, Boolean isStruct, Boolean isEnum)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.OutputTypeCodeTypeReference">
            <summary>Sets the stub of CodeGenerator.OutputType(CodeTypeReference typeRef)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.OutputTypeNamePair(System.CodeDom.CodeTypeReference,System.String)">
            <summary>Sets the stub of CodeGenerator.OutputTypeNamePair(CodeTypeReference typeRef, String name)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.OutputTypeNamePairCodeTypeReferenceString">
            <summary>Sets the stub of CodeGenerator.OutputTypeNamePair(CodeTypeReference typeRef, String name)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.QuoteSnippetString(System.String)">
            <summary>Sets the stub of CodeGenerator.QuoteSnippetString(String value)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.QuoteSnippetStringString">
            <summary>Sets the stub of CodeGenerator.QuoteSnippetString(String value)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.Supports(System.CodeDom.Compiler.GeneratorSupport)">
            <summary>Sets the stub of CodeGenerator.Supports(GeneratorSupport support)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.SupportsGeneratorSupport">
            <summary>Sets the stub of CodeGenerator.Supports(GeneratorSupport support)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGenerator.ValidateIdentifier(System.String)">
            <summary>Sets the stub of CodeGenerator.ValidateIdentifier(String value)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCodeGenerator.ValidateIdentifierString">
            <summary>Sets the stub of CodeGenerator.ValidateIdentifier(String value)</summary>
        </member>
        <member name="P:System.CodeDom.Compiler.Fakes.StubCodeGenerator.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Compiler.Fakes.StubCodeGenerator.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Compiler.Fakes.StubCodeGenerator.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.CodeDom.Compiler.Fakes.StubCodeGenerator.NullToken">
            <summary>Sets the stub of CodeGenerator.get_NullToken()</summary>
        </member>
        <member name="T:System.CodeDom.Compiler.Fakes.StubCodeGeneratorOptions">
            <summary>Stub type of System.CodeDom.Compiler.CodeGeneratorOptions</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGeneratorOptions.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCodeGeneratorOptions.InitializeStub">
            <summary>Initializes a new instance of type StubCodeGeneratorOptions</summary>
        </member>
        <member name="P:System.CodeDom.Compiler.Fakes.StubCodeGeneratorOptions.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Compiler.Fakes.StubCodeGeneratorOptions.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Compiler.Fakes.StubCodeGeneratorOptions.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Compiler.Fakes.StubCompilerError">
            <summary>Stub type of System.CodeDom.Compiler.CompilerError</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCompilerError.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCompilerError.#ctor(System.String,System.Int32,System.Int32,System.String,System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCompilerError.InitializeStub">
            <summary>Initializes a new instance of type StubCompilerError</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCompilerError.ToString">
            <summary>Sets the stub of CompilerError.ToString()</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCompilerError.ToString01">
            <summary>Sets the stub of CompilerError.ToString()</summary>
        </member>
        <member name="P:System.CodeDom.Compiler.Fakes.StubCompilerError.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Compiler.Fakes.StubCompilerError.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Compiler.Fakes.StubCompilerError.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Compiler.Fakes.StubCompilerErrorCollection">
            <summary>Stub type of System.CodeDom.Compiler.CompilerErrorCollection</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCompilerErrorCollection.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCompilerErrorCollection.#ctor(System.CodeDom.Compiler.CompilerError[])">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCompilerErrorCollection.#ctor(System.CodeDom.Compiler.CompilerErrorCollection)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCompilerErrorCollection.InitializeStub">
            <summary>Initializes a new instance of type StubCompilerErrorCollection</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCompilerErrorCollection.OnClear">
            <summary>Sets the stub of CollectionBase.OnClear()</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCompilerErrorCollection.OnClear01">
            <summary>Sets the stub of CollectionBase.OnClear()</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCompilerErrorCollection.OnClearComplete">
            <summary>Sets the stub of CollectionBase.OnClearComplete()</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCompilerErrorCollection.OnClearComplete01">
            <summary>Sets the stub of CollectionBase.OnClearComplete()</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCompilerErrorCollection.OnInsert(System.Int32,System.Object)">
            <summary>Sets the stub of CollectionBase.OnInsert(Int32 index, Object value)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCompilerErrorCollection.OnInsertComplete(System.Int32,System.Object)">
            <summary>Sets the stub of CollectionBase.OnInsertComplete(Int32 index, Object value)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCompilerErrorCollection.OnInsertCompleteInt32Object">
            <summary>Sets the stub of CollectionBase.OnInsertComplete(Int32 index, Object value)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCompilerErrorCollection.OnInsertInt32Object">
            <summary>Sets the stub of CollectionBase.OnInsert(Int32 index, Object value)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCompilerErrorCollection.OnRemove(System.Int32,System.Object)">
            <summary>Sets the stub of CollectionBase.OnRemove(Int32 index, Object value)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCompilerErrorCollection.OnRemoveComplete(System.Int32,System.Object)">
            <summary>Sets the stub of CollectionBase.OnRemoveComplete(Int32 index, Object value)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCompilerErrorCollection.OnRemoveCompleteInt32Object">
            <summary>Sets the stub of CollectionBase.OnRemoveComplete(Int32 index, Object value)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCompilerErrorCollection.OnRemoveInt32Object">
            <summary>Sets the stub of CollectionBase.OnRemove(Int32 index, Object value)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCompilerErrorCollection.OnSet(System.Int32,System.Object,System.Object)">
            <summary>Sets the stub of CollectionBase.OnSet(Int32 index, Object oldValue, Object newValue)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCompilerErrorCollection.OnSetComplete(System.Int32,System.Object,System.Object)">
            <summary>Sets the stub of CollectionBase.OnSetComplete(Int32 index, Object oldValue, Object newValue)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCompilerErrorCollection.OnSetCompleteInt32ObjectObject">
            <summary>Sets the stub of CollectionBase.OnSetComplete(Int32 index, Object oldValue, Object newValue)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCompilerErrorCollection.OnSetInt32ObjectObject">
            <summary>Sets the stub of CollectionBase.OnSet(Int32 index, Object oldValue, Object newValue)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCompilerErrorCollection.OnValidate(System.Object)">
            <summary>Sets the stub of CollectionBase.OnValidate(Object value)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubCompilerErrorCollection.OnValidateObject">
            <summary>Sets the stub of CollectionBase.OnValidate(Object value)</summary>
        </member>
        <member name="P:System.CodeDom.Compiler.Fakes.StubCompilerErrorCollection.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Compiler.Fakes.StubCompilerErrorCollection.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Compiler.Fakes.StubCompilerErrorCollection.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Compiler.Fakes.StubCompilerParameters">
            <summary>Stub type of System.CodeDom.Compiler.CompilerParameters</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCompilerParameters.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCompilerParameters.#ctor(System.String[])">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCompilerParameters.#ctor(System.String[],System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCompilerParameters.#ctor(System.String[],System.String,System.Boolean)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCompilerParameters.InitializeStub">
            <summary>Initializes a new instance of type StubCompilerParameters</summary>
        </member>
        <member name="P:System.CodeDom.Compiler.Fakes.StubCompilerParameters.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Compiler.Fakes.StubCompilerParameters.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Compiler.Fakes.StubCompilerParameters.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Compiler.Fakes.StubCompilerResults">
            <summary>Stub type of System.CodeDom.Compiler.CompilerResults</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCompilerResults.#ctor(System.CodeDom.Compiler.TempFileCollection)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubCompilerResults.InitializeStub">
            <summary>Initializes a new instance of type StubCompilerResults</summary>
        </member>
        <member name="P:System.CodeDom.Compiler.Fakes.StubCompilerResults.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Compiler.Fakes.StubCompilerResults.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Compiler.Fakes.StubCompilerResults.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Compiler.Fakes.StubICodeCompiler">
            <summary>Stub type of System.CodeDom.Compiler.ICodeCompiler</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubICodeCompiler.#ctor">
            <summary>Initializes a new instance of type StubICodeCompiler</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubICodeCompiler.CompileAssemblyFromDomBatchCompilerParametersCodeCompileUnitArray">
            <summary>Sets the stub of ICodeCompiler.CompileAssemblyFromDomBatch(CompilerParameters options, CodeCompileUnit[] compilationUnits)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubICodeCompiler.CompileAssemblyFromDomCompilerParametersCodeCompileUnit">
            <summary>Sets the stub of ICodeCompiler.CompileAssemblyFromDom(CompilerParameters options, CodeCompileUnit compilationUnit)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubICodeCompiler.CompileAssemblyFromFileBatchCompilerParametersStringArray">
            <summary>Sets the stub of ICodeCompiler.CompileAssemblyFromFileBatch(CompilerParameters options, String[] fileNames)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubICodeCompiler.CompileAssemblyFromFileCompilerParametersString">
            <summary>Sets the stub of ICodeCompiler.CompileAssemblyFromFile(CompilerParameters options, String fileName)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubICodeCompiler.CompileAssemblyFromSourceBatchCompilerParametersStringArray">
            <summary>Sets the stub of ICodeCompiler.CompileAssemblyFromSourceBatch(CompilerParameters options, String[] sources)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubICodeCompiler.CompileAssemblyFromSourceCompilerParametersString">
            <summary>Sets the stub of ICodeCompiler.CompileAssemblyFromSource(CompilerParameters options, String source)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubICodeCompiler.global::System#CodeDom#Compiler#ICodeCompiler#CompileAssemblyFromDom(System.CodeDom.Compiler.CompilerParameters,System.CodeDom.CodeCompileUnit)">
            <summary>Sets the stub of ICodeCompiler.CompileAssemblyFromDom(CompilerParameters options, CodeCompileUnit compilationUnit)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubICodeCompiler.global::System#CodeDom#Compiler#ICodeCompiler#CompileAssemblyFromDomBatch(System.CodeDom.Compiler.CompilerParameters,System.CodeDom.CodeCompileUnit[])">
            <summary>Sets the stub of ICodeCompiler.CompileAssemblyFromDomBatch(CompilerParameters options, CodeCompileUnit[] compilationUnits)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubICodeCompiler.global::System#CodeDom#Compiler#ICodeCompiler#CompileAssemblyFromFile(System.CodeDom.Compiler.CompilerParameters,System.String)">
            <summary>Sets the stub of ICodeCompiler.CompileAssemblyFromFile(CompilerParameters options, String fileName)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubICodeCompiler.global::System#CodeDom#Compiler#ICodeCompiler#CompileAssemblyFromFileBatch(System.CodeDom.Compiler.CompilerParameters,System.String[])">
            <summary>Sets the stub of ICodeCompiler.CompileAssemblyFromFileBatch(CompilerParameters options, String[] fileNames)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubICodeCompiler.global::System#CodeDom#Compiler#ICodeCompiler#CompileAssemblyFromSource(System.CodeDom.Compiler.CompilerParameters,System.String)">
            <summary>Sets the stub of ICodeCompiler.CompileAssemblyFromSource(CompilerParameters options, String source)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubICodeCompiler.global::System#CodeDom#Compiler#ICodeCompiler#CompileAssemblyFromSourceBatch(System.CodeDom.Compiler.CompilerParameters,System.String[])">
            <summary>Sets the stub of ICodeCompiler.CompileAssemblyFromSourceBatch(CompilerParameters options, String[] sources)</summary>
        </member>
        <member name="T:System.CodeDom.Compiler.Fakes.StubTempFileCollection">
            <summary>Stub type of System.CodeDom.Compiler.TempFileCollection</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubTempFileCollection.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubTempFileCollection.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubTempFileCollection.#ctor(System.String,System.Boolean)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubTempFileCollection.Dispose(System.Boolean)">
            <summary>Sets the stub of TempFileCollection.Dispose(Boolean disposing)</summary>
        </member>
        <member name="F:System.CodeDom.Compiler.Fakes.StubTempFileCollection.DisposeBoolean">
            <summary>Sets the stub of TempFileCollection.Dispose(Boolean disposing)</summary>
        </member>
        <member name="M:System.CodeDom.Compiler.Fakes.StubTempFileCollection.InitializeStub">
            <summary>Initializes a new instance of type StubTempFileCollection</summary>
        </member>
        <member name="P:System.CodeDom.Compiler.Fakes.StubTempFileCollection.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Compiler.Fakes.StubTempFileCollection.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Compiler.Fakes.StubTempFileCollection.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Fakes.StubCodeArgumentReferenceExpression">
            <summary>Stub type of System.CodeDom.CodeArgumentReferenceExpression</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeArgumentReferenceExpression.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeArgumentReferenceExpression.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeArgumentReferenceExpression.InitializeStub">
            <summary>Initializes a new instance of type StubCodeArgumentReferenceExpression</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeArgumentReferenceExpression.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeArgumentReferenceExpression.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeArgumentReferenceExpression.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Fakes.StubCodeArrayCreateExpression">
            <summary>Stub type of System.CodeDom.CodeArrayCreateExpression</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeArrayCreateExpression.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeArrayCreateExpression.#ctor(System.CodeDom.CodeTypeReference,System.CodeDom.CodeExpression)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeArrayCreateExpression.#ctor(System.CodeDom.CodeTypeReference,System.Int32)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeArrayCreateExpression.#ctor(System.CodeDom.CodeTypeReference,System.CodeDom.CodeExpression[])">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeArrayCreateExpression.#ctor(System.String,System.Int32)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeArrayCreateExpression.#ctor(System.String,System.CodeDom.CodeExpression)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeArrayCreateExpression.#ctor(System.String,System.CodeDom.CodeExpression[])">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeArrayCreateExpression.#ctor(System.Type,System.CodeDom.CodeExpression)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeArrayCreateExpression.#ctor(System.Type,System.Int32)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeArrayCreateExpression.#ctor(System.Type,System.CodeDom.CodeExpression[])">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeArrayCreateExpression.InitializeStub">
            <summary>Initializes a new instance of type StubCodeArrayCreateExpression</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeArrayCreateExpression.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeArrayCreateExpression.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeArrayCreateExpression.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Fakes.StubCodeArrayIndexerExpression">
            <summary>Stub type of System.CodeDom.CodeArrayIndexerExpression</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeArrayIndexerExpression.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeArrayIndexerExpression.#ctor(System.CodeDom.CodeExpression,System.CodeDom.CodeExpression[])">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeArrayIndexerExpression.InitializeStub">
            <summary>Initializes a new instance of type StubCodeArrayIndexerExpression</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeArrayIndexerExpression.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeArrayIndexerExpression.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeArrayIndexerExpression.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Fakes.StubCodeAssignStatement">
            <summary>Stub type of System.CodeDom.CodeAssignStatement</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeAssignStatement.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeAssignStatement.#ctor(System.CodeDom.CodeExpression,System.CodeDom.CodeExpression)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeAssignStatement.InitializeStub">
            <summary>Initializes a new instance of type StubCodeAssignStatement</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeAssignStatement.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeAssignStatement.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeAssignStatement.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Fakes.StubCodeAttachEventStatement">
            <summary>Stub type of System.CodeDom.CodeAttachEventStatement</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeAttachEventStatement.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeAttachEventStatement.#ctor(System.CodeDom.CodeEventReferenceExpression,System.CodeDom.CodeExpression)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeAttachEventStatement.#ctor(System.CodeDom.CodeExpression,System.String,System.CodeDom.CodeExpression)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeAttachEventStatement.InitializeStub">
            <summary>Initializes a new instance of type StubCodeAttachEventStatement</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeAttachEventStatement.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeAttachEventStatement.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeAttachEventStatement.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Fakes.StubCodeAttributeArgument">
            <summary>Stub type of System.CodeDom.CodeAttributeArgument</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeAttributeArgument.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeAttributeArgument.#ctor(System.CodeDom.CodeExpression)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeAttributeArgument.#ctor(System.String,System.CodeDom.CodeExpression)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeAttributeArgument.InitializeStub">
            <summary>Initializes a new instance of type StubCodeAttributeArgument</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeAttributeArgument.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeAttributeArgument.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeAttributeArgument.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Fakes.StubCodeAttributeArgumentCollection">
            <summary>Stub type of System.CodeDom.CodeAttributeArgumentCollection</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeAttributeArgumentCollection.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeAttributeArgumentCollection.#ctor(System.CodeDom.CodeAttributeArgument[])">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeAttributeArgumentCollection.#ctor(System.CodeDom.CodeAttributeArgumentCollection)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeAttributeArgumentCollection.InitializeStub">
            <summary>Initializes a new instance of type StubCodeAttributeArgumentCollection</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeAttributeArgumentCollection.OnClear">
            <summary>Sets the stub of CollectionBase.OnClear()</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeAttributeArgumentCollection.OnClear01">
            <summary>Sets the stub of CollectionBase.OnClear()</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeAttributeArgumentCollection.OnClearComplete">
            <summary>Sets the stub of CollectionBase.OnClearComplete()</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeAttributeArgumentCollection.OnClearComplete01">
            <summary>Sets the stub of CollectionBase.OnClearComplete()</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeAttributeArgumentCollection.OnInsert(System.Int32,System.Object)">
            <summary>Sets the stub of CollectionBase.OnInsert(Int32 index, Object value)</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeAttributeArgumentCollection.OnInsertComplete(System.Int32,System.Object)">
            <summary>Sets the stub of CollectionBase.OnInsertComplete(Int32 index, Object value)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeAttributeArgumentCollection.OnInsertCompleteInt32Object">
            <summary>Sets the stub of CollectionBase.OnInsertComplete(Int32 index, Object value)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeAttributeArgumentCollection.OnInsertInt32Object">
            <summary>Sets the stub of CollectionBase.OnInsert(Int32 index, Object value)</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeAttributeArgumentCollection.OnRemove(System.Int32,System.Object)">
            <summary>Sets the stub of CollectionBase.OnRemove(Int32 index, Object value)</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeAttributeArgumentCollection.OnRemoveComplete(System.Int32,System.Object)">
            <summary>Sets the stub of CollectionBase.OnRemoveComplete(Int32 index, Object value)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeAttributeArgumentCollection.OnRemoveCompleteInt32Object">
            <summary>Sets the stub of CollectionBase.OnRemoveComplete(Int32 index, Object value)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeAttributeArgumentCollection.OnRemoveInt32Object">
            <summary>Sets the stub of CollectionBase.OnRemove(Int32 index, Object value)</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeAttributeArgumentCollection.OnSet(System.Int32,System.Object,System.Object)">
            <summary>Sets the stub of CollectionBase.OnSet(Int32 index, Object oldValue, Object newValue)</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeAttributeArgumentCollection.OnSetComplete(System.Int32,System.Object,System.Object)">
            <summary>Sets the stub of CollectionBase.OnSetComplete(Int32 index, Object oldValue, Object newValue)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeAttributeArgumentCollection.OnSetCompleteInt32ObjectObject">
            <summary>Sets the stub of CollectionBase.OnSetComplete(Int32 index, Object oldValue, Object newValue)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeAttributeArgumentCollection.OnSetInt32ObjectObject">
            <summary>Sets the stub of CollectionBase.OnSet(Int32 index, Object oldValue, Object newValue)</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeAttributeArgumentCollection.OnValidate(System.Object)">
            <summary>Sets the stub of CollectionBase.OnValidate(Object value)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeAttributeArgumentCollection.OnValidateObject">
            <summary>Sets the stub of CollectionBase.OnValidate(Object value)</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeAttributeArgumentCollection.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeAttributeArgumentCollection.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeAttributeArgumentCollection.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Fakes.StubCodeAttributeDeclaration">
            <summary>Stub type of System.CodeDom.CodeAttributeDeclaration</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeAttributeDeclaration.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeAttributeDeclaration.#ctor(System.CodeDom.CodeTypeReference)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeAttributeDeclaration.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeAttributeDeclaration.#ctor(System.CodeDom.CodeTypeReference,System.CodeDom.CodeAttributeArgument[])">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeAttributeDeclaration.#ctor(System.String,System.CodeDom.CodeAttributeArgument[])">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeAttributeDeclaration.InitializeStub">
            <summary>Initializes a new instance of type StubCodeAttributeDeclaration</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeAttributeDeclaration.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeAttributeDeclaration.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeAttributeDeclaration.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Fakes.StubCodeAttributeDeclarationCollection">
            <summary>Stub type of System.CodeDom.CodeAttributeDeclarationCollection</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeAttributeDeclarationCollection.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeAttributeDeclarationCollection.#ctor(System.CodeDom.CodeAttributeDeclaration[])">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeAttributeDeclarationCollection.#ctor(System.CodeDom.CodeAttributeDeclarationCollection)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeAttributeDeclarationCollection.InitializeStub">
            <summary>Initializes a new instance of type StubCodeAttributeDeclarationCollection</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeAttributeDeclarationCollection.OnClear">
            <summary>Sets the stub of CollectionBase.OnClear()</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeAttributeDeclarationCollection.OnClear01">
            <summary>Sets the stub of CollectionBase.OnClear()</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeAttributeDeclarationCollection.OnClearComplete">
            <summary>Sets the stub of CollectionBase.OnClearComplete()</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeAttributeDeclarationCollection.OnClearComplete01">
            <summary>Sets the stub of CollectionBase.OnClearComplete()</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeAttributeDeclarationCollection.OnInsert(System.Int32,System.Object)">
            <summary>Sets the stub of CollectionBase.OnInsert(Int32 index, Object value)</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeAttributeDeclarationCollection.OnInsertComplete(System.Int32,System.Object)">
            <summary>Sets the stub of CollectionBase.OnInsertComplete(Int32 index, Object value)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeAttributeDeclarationCollection.OnInsertCompleteInt32Object">
            <summary>Sets the stub of CollectionBase.OnInsertComplete(Int32 index, Object value)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeAttributeDeclarationCollection.OnInsertInt32Object">
            <summary>Sets the stub of CollectionBase.OnInsert(Int32 index, Object value)</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeAttributeDeclarationCollection.OnRemove(System.Int32,System.Object)">
            <summary>Sets the stub of CollectionBase.OnRemove(Int32 index, Object value)</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeAttributeDeclarationCollection.OnRemoveComplete(System.Int32,System.Object)">
            <summary>Sets the stub of CollectionBase.OnRemoveComplete(Int32 index, Object value)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeAttributeDeclarationCollection.OnRemoveCompleteInt32Object">
            <summary>Sets the stub of CollectionBase.OnRemoveComplete(Int32 index, Object value)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeAttributeDeclarationCollection.OnRemoveInt32Object">
            <summary>Sets the stub of CollectionBase.OnRemove(Int32 index, Object value)</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeAttributeDeclarationCollection.OnSet(System.Int32,System.Object,System.Object)">
            <summary>Sets the stub of CollectionBase.OnSet(Int32 index, Object oldValue, Object newValue)</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeAttributeDeclarationCollection.OnSetComplete(System.Int32,System.Object,System.Object)">
            <summary>Sets the stub of CollectionBase.OnSetComplete(Int32 index, Object oldValue, Object newValue)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeAttributeDeclarationCollection.OnSetCompleteInt32ObjectObject">
            <summary>Sets the stub of CollectionBase.OnSetComplete(Int32 index, Object oldValue, Object newValue)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeAttributeDeclarationCollection.OnSetInt32ObjectObject">
            <summary>Sets the stub of CollectionBase.OnSet(Int32 index, Object oldValue, Object newValue)</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeAttributeDeclarationCollection.OnValidate(System.Object)">
            <summary>Sets the stub of CollectionBase.OnValidate(Object value)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeAttributeDeclarationCollection.OnValidateObject">
            <summary>Sets the stub of CollectionBase.OnValidate(Object value)</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeAttributeDeclarationCollection.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeAttributeDeclarationCollection.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeAttributeDeclarationCollection.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Fakes.StubCodeBaseReferenceExpression">
            <summary>Stub type of System.CodeDom.CodeBaseReferenceExpression</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeBaseReferenceExpression.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeBaseReferenceExpression.InitializeStub">
            <summary>Initializes a new instance of type StubCodeBaseReferenceExpression</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeBaseReferenceExpression.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeBaseReferenceExpression.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeBaseReferenceExpression.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Fakes.StubCodeBinaryOperatorExpression">
            <summary>Stub type of System.CodeDom.CodeBinaryOperatorExpression</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeBinaryOperatorExpression.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeBinaryOperatorExpression.#ctor(System.CodeDom.CodeExpression,System.CodeDom.CodeBinaryOperatorType,System.CodeDom.CodeExpression)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeBinaryOperatorExpression.InitializeStub">
            <summary>Initializes a new instance of type StubCodeBinaryOperatorExpression</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeBinaryOperatorExpression.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeBinaryOperatorExpression.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeBinaryOperatorExpression.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Fakes.StubCodeCastExpression">
            <summary>Stub type of System.CodeDom.CodeCastExpression</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeCastExpression.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeCastExpression.#ctor(System.CodeDom.CodeTypeReference,System.CodeDom.CodeExpression)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeCastExpression.#ctor(System.String,System.CodeDom.CodeExpression)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeCastExpression.#ctor(System.Type,System.CodeDom.CodeExpression)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeCastExpression.InitializeStub">
            <summary>Initializes a new instance of type StubCodeCastExpression</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeCastExpression.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeCastExpression.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeCastExpression.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Fakes.StubCodeCatchClause">
            <summary>Stub type of System.CodeDom.CodeCatchClause</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeCatchClause.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeCatchClause.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeCatchClause.#ctor(System.String,System.CodeDom.CodeTypeReference)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeCatchClause.#ctor(System.String,System.CodeDom.CodeTypeReference,System.CodeDom.CodeStatement[])">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeCatchClause.InitializeStub">
            <summary>Initializes a new instance of type StubCodeCatchClause</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeCatchClause.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeCatchClause.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeCatchClause.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Fakes.StubCodeCatchClauseCollection">
            <summary>Stub type of System.CodeDom.CodeCatchClauseCollection</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeCatchClauseCollection.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeCatchClauseCollection.#ctor(System.CodeDom.CodeCatchClause[])">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeCatchClauseCollection.#ctor(System.CodeDom.CodeCatchClauseCollection)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeCatchClauseCollection.InitializeStub">
            <summary>Initializes a new instance of type StubCodeCatchClauseCollection</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeCatchClauseCollection.OnClear">
            <summary>Sets the stub of CollectionBase.OnClear()</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeCatchClauseCollection.OnClear01">
            <summary>Sets the stub of CollectionBase.OnClear()</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeCatchClauseCollection.OnClearComplete">
            <summary>Sets the stub of CollectionBase.OnClearComplete()</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeCatchClauseCollection.OnClearComplete01">
            <summary>Sets the stub of CollectionBase.OnClearComplete()</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeCatchClauseCollection.OnInsert(System.Int32,System.Object)">
            <summary>Sets the stub of CollectionBase.OnInsert(Int32 index, Object value)</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeCatchClauseCollection.OnInsertComplete(System.Int32,System.Object)">
            <summary>Sets the stub of CollectionBase.OnInsertComplete(Int32 index, Object value)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeCatchClauseCollection.OnInsertCompleteInt32Object">
            <summary>Sets the stub of CollectionBase.OnInsertComplete(Int32 index, Object value)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeCatchClauseCollection.OnInsertInt32Object">
            <summary>Sets the stub of CollectionBase.OnInsert(Int32 index, Object value)</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeCatchClauseCollection.OnRemove(System.Int32,System.Object)">
            <summary>Sets the stub of CollectionBase.OnRemove(Int32 index, Object value)</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeCatchClauseCollection.OnRemoveComplete(System.Int32,System.Object)">
            <summary>Sets the stub of CollectionBase.OnRemoveComplete(Int32 index, Object value)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeCatchClauseCollection.OnRemoveCompleteInt32Object">
            <summary>Sets the stub of CollectionBase.OnRemoveComplete(Int32 index, Object value)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeCatchClauseCollection.OnRemoveInt32Object">
            <summary>Sets the stub of CollectionBase.OnRemove(Int32 index, Object value)</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeCatchClauseCollection.OnSet(System.Int32,System.Object,System.Object)">
            <summary>Sets the stub of CollectionBase.OnSet(Int32 index, Object oldValue, Object newValue)</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeCatchClauseCollection.OnSetComplete(System.Int32,System.Object,System.Object)">
            <summary>Sets the stub of CollectionBase.OnSetComplete(Int32 index, Object oldValue, Object newValue)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeCatchClauseCollection.OnSetCompleteInt32ObjectObject">
            <summary>Sets the stub of CollectionBase.OnSetComplete(Int32 index, Object oldValue, Object newValue)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeCatchClauseCollection.OnSetInt32ObjectObject">
            <summary>Sets the stub of CollectionBase.OnSet(Int32 index, Object oldValue, Object newValue)</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeCatchClauseCollection.OnValidate(System.Object)">
            <summary>Sets the stub of CollectionBase.OnValidate(Object value)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeCatchClauseCollection.OnValidateObject">
            <summary>Sets the stub of CollectionBase.OnValidate(Object value)</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeCatchClauseCollection.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeCatchClauseCollection.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeCatchClauseCollection.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Fakes.StubCodeChecksumPragma">
            <summary>Stub type of System.CodeDom.CodeChecksumPragma</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeChecksumPragma.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeChecksumPragma.#ctor(System.String,System.Guid,System.Byte[])">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeChecksumPragma.InitializeStub">
            <summary>Initializes a new instance of type StubCodeChecksumPragma</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeChecksumPragma.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeChecksumPragma.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeChecksumPragma.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Fakes.StubCodeComment">
            <summary>Stub type of System.CodeDom.CodeComment</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeComment.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeComment.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeComment.#ctor(System.String,System.Boolean)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeComment.InitializeStub">
            <summary>Initializes a new instance of type StubCodeComment</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeComment.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeComment.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeComment.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Fakes.StubCodeCommentStatement">
            <summary>Stub type of System.CodeDom.CodeCommentStatement</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeCommentStatement.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeCommentStatement.#ctor(System.CodeDom.CodeComment)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeCommentStatement.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeCommentStatement.#ctor(System.String,System.Boolean)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeCommentStatement.InitializeStub">
            <summary>Initializes a new instance of type StubCodeCommentStatement</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeCommentStatement.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeCommentStatement.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeCommentStatement.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Fakes.StubCodeCommentStatementCollection">
            <summary>Stub type of System.CodeDom.CodeCommentStatementCollection</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeCommentStatementCollection.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeCommentStatementCollection.#ctor(System.CodeDom.CodeCommentStatement[])">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeCommentStatementCollection.#ctor(System.CodeDom.CodeCommentStatementCollection)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeCommentStatementCollection.InitializeStub">
            <summary>Initializes a new instance of type StubCodeCommentStatementCollection</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeCommentStatementCollection.OnClear">
            <summary>Sets the stub of CollectionBase.OnClear()</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeCommentStatementCollection.OnClear01">
            <summary>Sets the stub of CollectionBase.OnClear()</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeCommentStatementCollection.OnClearComplete">
            <summary>Sets the stub of CollectionBase.OnClearComplete()</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeCommentStatementCollection.OnClearComplete01">
            <summary>Sets the stub of CollectionBase.OnClearComplete()</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeCommentStatementCollection.OnInsert(System.Int32,System.Object)">
            <summary>Sets the stub of CollectionBase.OnInsert(Int32 index, Object value)</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeCommentStatementCollection.OnInsertComplete(System.Int32,System.Object)">
            <summary>Sets the stub of CollectionBase.OnInsertComplete(Int32 index, Object value)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeCommentStatementCollection.OnInsertCompleteInt32Object">
            <summary>Sets the stub of CollectionBase.OnInsertComplete(Int32 index, Object value)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeCommentStatementCollection.OnInsertInt32Object">
            <summary>Sets the stub of CollectionBase.OnInsert(Int32 index, Object value)</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeCommentStatementCollection.OnRemove(System.Int32,System.Object)">
            <summary>Sets the stub of CollectionBase.OnRemove(Int32 index, Object value)</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeCommentStatementCollection.OnRemoveComplete(System.Int32,System.Object)">
            <summary>Sets the stub of CollectionBase.OnRemoveComplete(Int32 index, Object value)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeCommentStatementCollection.OnRemoveCompleteInt32Object">
            <summary>Sets the stub of CollectionBase.OnRemoveComplete(Int32 index, Object value)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeCommentStatementCollection.OnRemoveInt32Object">
            <summary>Sets the stub of CollectionBase.OnRemove(Int32 index, Object value)</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeCommentStatementCollection.OnSet(System.Int32,System.Object,System.Object)">
            <summary>Sets the stub of CollectionBase.OnSet(Int32 index, Object oldValue, Object newValue)</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeCommentStatementCollection.OnSetComplete(System.Int32,System.Object,System.Object)">
            <summary>Sets the stub of CollectionBase.OnSetComplete(Int32 index, Object oldValue, Object newValue)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeCommentStatementCollection.OnSetCompleteInt32ObjectObject">
            <summary>Sets the stub of CollectionBase.OnSetComplete(Int32 index, Object oldValue, Object newValue)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeCommentStatementCollection.OnSetInt32ObjectObject">
            <summary>Sets the stub of CollectionBase.OnSet(Int32 index, Object oldValue, Object newValue)</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeCommentStatementCollection.OnValidate(System.Object)">
            <summary>Sets the stub of CollectionBase.OnValidate(Object value)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeCommentStatementCollection.OnValidateObject">
            <summary>Sets the stub of CollectionBase.OnValidate(Object value)</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeCommentStatementCollection.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeCommentStatementCollection.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeCommentStatementCollection.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Fakes.StubCodeCompileUnit">
            <summary>Stub type of System.CodeDom.CodeCompileUnit</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeCompileUnit.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeCompileUnit.InitializeStub">
            <summary>Initializes a new instance of type StubCodeCompileUnit</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeCompileUnit.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeCompileUnit.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeCompileUnit.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Fakes.StubCodeConditionStatement">
            <summary>Stub type of System.CodeDom.CodeConditionStatement</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeConditionStatement.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeConditionStatement.#ctor(System.CodeDom.CodeExpression,System.CodeDom.CodeStatement[])">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeConditionStatement.#ctor(System.CodeDom.CodeExpression,System.CodeDom.CodeStatement[],System.CodeDom.CodeStatement[])">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeConditionStatement.InitializeStub">
            <summary>Initializes a new instance of type StubCodeConditionStatement</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeConditionStatement.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeConditionStatement.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeConditionStatement.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Fakes.StubCodeConstructor">
            <summary>Stub type of System.CodeDom.CodeConstructor</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeConstructor.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeConstructor.InitializeStub">
            <summary>Initializes a new instance of type StubCodeConstructor</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeConstructor.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeConstructor.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeConstructor.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Fakes.StubCodeDefaultValueExpression">
            <summary>Stub type of System.CodeDom.CodeDefaultValueExpression</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeDefaultValueExpression.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeDefaultValueExpression.#ctor(System.CodeDom.CodeTypeReference)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeDefaultValueExpression.InitializeStub">
            <summary>Initializes a new instance of type StubCodeDefaultValueExpression</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeDefaultValueExpression.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeDefaultValueExpression.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeDefaultValueExpression.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Fakes.StubCodeDelegateCreateExpression">
            <summary>Stub type of System.CodeDom.CodeDelegateCreateExpression</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeDelegateCreateExpression.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeDelegateCreateExpression.#ctor(System.CodeDom.CodeTypeReference,System.CodeDom.CodeExpression,System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeDelegateCreateExpression.InitializeStub">
            <summary>Initializes a new instance of type StubCodeDelegateCreateExpression</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeDelegateCreateExpression.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeDelegateCreateExpression.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeDelegateCreateExpression.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Fakes.StubCodeDelegateInvokeExpression">
            <summary>Stub type of System.CodeDom.CodeDelegateInvokeExpression</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeDelegateInvokeExpression.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeDelegateInvokeExpression.#ctor(System.CodeDom.CodeExpression)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeDelegateInvokeExpression.#ctor(System.CodeDom.CodeExpression,System.CodeDom.CodeExpression[])">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeDelegateInvokeExpression.InitializeStub">
            <summary>Initializes a new instance of type StubCodeDelegateInvokeExpression</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeDelegateInvokeExpression.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeDelegateInvokeExpression.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeDelegateInvokeExpression.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Fakes.StubCodeDirectionExpression">
            <summary>Stub type of System.CodeDom.CodeDirectionExpression</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeDirectionExpression.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeDirectionExpression.#ctor(System.CodeDom.FieldDirection,System.CodeDom.CodeExpression)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeDirectionExpression.InitializeStub">
            <summary>Initializes a new instance of type StubCodeDirectionExpression</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeDirectionExpression.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeDirectionExpression.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeDirectionExpression.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Fakes.StubCodeDirective">
            <summary>Stub type of System.CodeDom.CodeDirective</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeDirective.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeDirective.InitializeStub">
            <summary>Initializes a new instance of type StubCodeDirective</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeDirective.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeDirective.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeDirective.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Fakes.StubCodeDirectiveCollection">
            <summary>Stub type of System.CodeDom.CodeDirectiveCollection</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeDirectiveCollection.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeDirectiveCollection.#ctor(System.CodeDom.CodeDirective[])">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeDirectiveCollection.#ctor(System.CodeDom.CodeDirectiveCollection)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeDirectiveCollection.InitializeStub">
            <summary>Initializes a new instance of type StubCodeDirectiveCollection</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeDirectiveCollection.OnClear">
            <summary>Sets the stub of CollectionBase.OnClear()</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeDirectiveCollection.OnClear01">
            <summary>Sets the stub of CollectionBase.OnClear()</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeDirectiveCollection.OnClearComplete">
            <summary>Sets the stub of CollectionBase.OnClearComplete()</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeDirectiveCollection.OnClearComplete01">
            <summary>Sets the stub of CollectionBase.OnClearComplete()</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeDirectiveCollection.OnInsert(System.Int32,System.Object)">
            <summary>Sets the stub of CollectionBase.OnInsert(Int32 index, Object value)</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeDirectiveCollection.OnInsertComplete(System.Int32,System.Object)">
            <summary>Sets the stub of CollectionBase.OnInsertComplete(Int32 index, Object value)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeDirectiveCollection.OnInsertCompleteInt32Object">
            <summary>Sets the stub of CollectionBase.OnInsertComplete(Int32 index, Object value)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeDirectiveCollection.OnInsertInt32Object">
            <summary>Sets the stub of CollectionBase.OnInsert(Int32 index, Object value)</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeDirectiveCollection.OnRemove(System.Int32,System.Object)">
            <summary>Sets the stub of CollectionBase.OnRemove(Int32 index, Object value)</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeDirectiveCollection.OnRemoveComplete(System.Int32,System.Object)">
            <summary>Sets the stub of CollectionBase.OnRemoveComplete(Int32 index, Object value)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeDirectiveCollection.OnRemoveCompleteInt32Object">
            <summary>Sets the stub of CollectionBase.OnRemoveComplete(Int32 index, Object value)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeDirectiveCollection.OnRemoveInt32Object">
            <summary>Sets the stub of CollectionBase.OnRemove(Int32 index, Object value)</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeDirectiveCollection.OnSet(System.Int32,System.Object,System.Object)">
            <summary>Sets the stub of CollectionBase.OnSet(Int32 index, Object oldValue, Object newValue)</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeDirectiveCollection.OnSetComplete(System.Int32,System.Object,System.Object)">
            <summary>Sets the stub of CollectionBase.OnSetComplete(Int32 index, Object oldValue, Object newValue)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeDirectiveCollection.OnSetCompleteInt32ObjectObject">
            <summary>Sets the stub of CollectionBase.OnSetComplete(Int32 index, Object oldValue, Object newValue)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeDirectiveCollection.OnSetInt32ObjectObject">
            <summary>Sets the stub of CollectionBase.OnSet(Int32 index, Object oldValue, Object newValue)</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeDirectiveCollection.OnValidate(System.Object)">
            <summary>Sets the stub of CollectionBase.OnValidate(Object value)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeDirectiveCollection.OnValidateObject">
            <summary>Sets the stub of CollectionBase.OnValidate(Object value)</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeDirectiveCollection.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeDirectiveCollection.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeDirectiveCollection.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Fakes.StubCodeEntryPointMethod">
            <summary>Stub type of System.CodeDom.CodeEntryPointMethod</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeEntryPointMethod.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeEntryPointMethod.InitializeStub">
            <summary>Initializes a new instance of type StubCodeEntryPointMethod</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeEntryPointMethod.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeEntryPointMethod.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeEntryPointMethod.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Fakes.StubCodeEventReferenceExpression">
            <summary>Stub type of System.CodeDom.CodeEventReferenceExpression</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeEventReferenceExpression.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeEventReferenceExpression.#ctor(System.CodeDom.CodeExpression,System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeEventReferenceExpression.InitializeStub">
            <summary>Initializes a new instance of type StubCodeEventReferenceExpression</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeEventReferenceExpression.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeEventReferenceExpression.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeEventReferenceExpression.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Fakes.StubCodeExpression">
            <summary>Stub type of System.CodeDom.CodeExpression</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeExpression.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeExpression.InitializeStub">
            <summary>Initializes a new instance of type StubCodeExpression</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeExpression.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeExpression.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeExpression.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Fakes.StubCodeExpressionCollection">
            <summary>Stub type of System.CodeDom.CodeExpressionCollection</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeExpressionCollection.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeExpressionCollection.#ctor(System.CodeDom.CodeExpression[])">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeExpressionCollection.#ctor(System.CodeDom.CodeExpressionCollection)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeExpressionCollection.InitializeStub">
            <summary>Initializes a new instance of type StubCodeExpressionCollection</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeExpressionCollection.OnClear">
            <summary>Sets the stub of CollectionBase.OnClear()</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeExpressionCollection.OnClear01">
            <summary>Sets the stub of CollectionBase.OnClear()</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeExpressionCollection.OnClearComplete">
            <summary>Sets the stub of CollectionBase.OnClearComplete()</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeExpressionCollection.OnClearComplete01">
            <summary>Sets the stub of CollectionBase.OnClearComplete()</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeExpressionCollection.OnInsert(System.Int32,System.Object)">
            <summary>Sets the stub of CollectionBase.OnInsert(Int32 index, Object value)</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeExpressionCollection.OnInsertComplete(System.Int32,System.Object)">
            <summary>Sets the stub of CollectionBase.OnInsertComplete(Int32 index, Object value)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeExpressionCollection.OnInsertCompleteInt32Object">
            <summary>Sets the stub of CollectionBase.OnInsertComplete(Int32 index, Object value)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeExpressionCollection.OnInsertInt32Object">
            <summary>Sets the stub of CollectionBase.OnInsert(Int32 index, Object value)</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeExpressionCollection.OnRemove(System.Int32,System.Object)">
            <summary>Sets the stub of CollectionBase.OnRemove(Int32 index, Object value)</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeExpressionCollection.OnRemoveComplete(System.Int32,System.Object)">
            <summary>Sets the stub of CollectionBase.OnRemoveComplete(Int32 index, Object value)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeExpressionCollection.OnRemoveCompleteInt32Object">
            <summary>Sets the stub of CollectionBase.OnRemoveComplete(Int32 index, Object value)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeExpressionCollection.OnRemoveInt32Object">
            <summary>Sets the stub of CollectionBase.OnRemove(Int32 index, Object value)</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeExpressionCollection.OnSet(System.Int32,System.Object,System.Object)">
            <summary>Sets the stub of CollectionBase.OnSet(Int32 index, Object oldValue, Object newValue)</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeExpressionCollection.OnSetComplete(System.Int32,System.Object,System.Object)">
            <summary>Sets the stub of CollectionBase.OnSetComplete(Int32 index, Object oldValue, Object newValue)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeExpressionCollection.OnSetCompleteInt32ObjectObject">
            <summary>Sets the stub of CollectionBase.OnSetComplete(Int32 index, Object oldValue, Object newValue)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeExpressionCollection.OnSetInt32ObjectObject">
            <summary>Sets the stub of CollectionBase.OnSet(Int32 index, Object oldValue, Object newValue)</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeExpressionCollection.OnValidate(System.Object)">
            <summary>Sets the stub of CollectionBase.OnValidate(Object value)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeExpressionCollection.OnValidateObject">
            <summary>Sets the stub of CollectionBase.OnValidate(Object value)</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeExpressionCollection.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeExpressionCollection.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeExpressionCollection.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Fakes.StubCodeExpressionStatement">
            <summary>Stub type of System.CodeDom.CodeExpressionStatement</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeExpressionStatement.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeExpressionStatement.#ctor(System.CodeDom.CodeExpression)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeExpressionStatement.InitializeStub">
            <summary>Initializes a new instance of type StubCodeExpressionStatement</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeExpressionStatement.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeExpressionStatement.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeExpressionStatement.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Fakes.StubCodeFieldReferenceExpression">
            <summary>Stub type of System.CodeDom.CodeFieldReferenceExpression</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeFieldReferenceExpression.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeFieldReferenceExpression.#ctor(System.CodeDom.CodeExpression,System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeFieldReferenceExpression.InitializeStub">
            <summary>Initializes a new instance of type StubCodeFieldReferenceExpression</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeFieldReferenceExpression.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeFieldReferenceExpression.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeFieldReferenceExpression.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Fakes.StubCodeGotoStatement">
            <summary>Stub type of System.CodeDom.CodeGotoStatement</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeGotoStatement.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeGotoStatement.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeGotoStatement.InitializeStub">
            <summary>Initializes a new instance of type StubCodeGotoStatement</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeGotoStatement.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeGotoStatement.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeGotoStatement.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Fakes.StubCodeIndexerExpression">
            <summary>Stub type of System.CodeDom.CodeIndexerExpression</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeIndexerExpression.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeIndexerExpression.#ctor(System.CodeDom.CodeExpression,System.CodeDom.CodeExpression[])">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeIndexerExpression.InitializeStub">
            <summary>Initializes a new instance of type StubCodeIndexerExpression</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeIndexerExpression.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeIndexerExpression.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeIndexerExpression.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Fakes.StubCodeIterationStatement">
            <summary>Stub type of System.CodeDom.CodeIterationStatement</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeIterationStatement.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeIterationStatement.#ctor(System.CodeDom.CodeStatement,System.CodeDom.CodeExpression,System.CodeDom.CodeStatement,System.CodeDom.CodeStatement[])">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeIterationStatement.InitializeStub">
            <summary>Initializes a new instance of type StubCodeIterationStatement</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeIterationStatement.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeIterationStatement.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeIterationStatement.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Fakes.StubCodeLabeledStatement">
            <summary>Stub type of System.CodeDom.CodeLabeledStatement</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeLabeledStatement.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeLabeledStatement.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeLabeledStatement.#ctor(System.String,System.CodeDom.CodeStatement)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeLabeledStatement.InitializeStub">
            <summary>Initializes a new instance of type StubCodeLabeledStatement</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeLabeledStatement.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeLabeledStatement.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeLabeledStatement.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Fakes.StubCodeLinePragma">
            <summary>Stub type of System.CodeDom.CodeLinePragma</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeLinePragma.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeLinePragma.#ctor(System.String,System.Int32)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeLinePragma.InitializeStub">
            <summary>Initializes a new instance of type StubCodeLinePragma</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeLinePragma.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeLinePragma.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeLinePragma.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Fakes.StubCodeMemberEvent">
            <summary>Stub type of System.CodeDom.CodeMemberEvent</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeMemberEvent.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeMemberEvent.InitializeStub">
            <summary>Initializes a new instance of type StubCodeMemberEvent</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeMemberEvent.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeMemberEvent.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeMemberEvent.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Fakes.StubCodeMemberField">
            <summary>Stub type of System.CodeDom.CodeMemberField</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeMemberField.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeMemberField.#ctor(System.CodeDom.CodeTypeReference,System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeMemberField.#ctor(System.String,System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeMemberField.#ctor(System.Type,System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeMemberField.InitializeStub">
            <summary>Initializes a new instance of type StubCodeMemberField</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeMemberField.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeMemberField.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeMemberField.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Fakes.StubCodeMemberMethod">
            <summary>Stub type of System.CodeDom.CodeMemberMethod</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeMemberMethod.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeMemberMethod.InitializeStub">
            <summary>Initializes a new instance of type StubCodeMemberMethod</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeMemberMethod.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeMemberMethod.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeMemberMethod.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Fakes.StubCodeMemberProperty">
            <summary>Stub type of System.CodeDom.CodeMemberProperty</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeMemberProperty.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeMemberProperty.InitializeStub">
            <summary>Initializes a new instance of type StubCodeMemberProperty</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeMemberProperty.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeMemberProperty.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeMemberProperty.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Fakes.StubCodeMethodInvokeExpression">
            <summary>Stub type of System.CodeDom.CodeMethodInvokeExpression</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeMethodInvokeExpression.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeMethodInvokeExpression.#ctor(System.CodeDom.CodeMethodReferenceExpression,System.CodeDom.CodeExpression[])">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeMethodInvokeExpression.#ctor(System.CodeDom.CodeExpression,System.String,System.CodeDom.CodeExpression[])">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeMethodInvokeExpression.InitializeStub">
            <summary>Initializes a new instance of type StubCodeMethodInvokeExpression</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeMethodInvokeExpression.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeMethodInvokeExpression.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeMethodInvokeExpression.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Fakes.StubCodeMethodReferenceExpression">
            <summary>Stub type of System.CodeDom.CodeMethodReferenceExpression</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeMethodReferenceExpression.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeMethodReferenceExpression.#ctor(System.CodeDom.CodeExpression,System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeMethodReferenceExpression.#ctor(System.CodeDom.CodeExpression,System.String,System.CodeDom.CodeTypeReference[])">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeMethodReferenceExpression.InitializeStub">
            <summary>Initializes a new instance of type StubCodeMethodReferenceExpression</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeMethodReferenceExpression.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeMethodReferenceExpression.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeMethodReferenceExpression.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Fakes.StubCodeMethodReturnStatement">
            <summary>Stub type of System.CodeDom.CodeMethodReturnStatement</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeMethodReturnStatement.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeMethodReturnStatement.#ctor(System.CodeDom.CodeExpression)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeMethodReturnStatement.InitializeStub">
            <summary>Initializes a new instance of type StubCodeMethodReturnStatement</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeMethodReturnStatement.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeMethodReturnStatement.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeMethodReturnStatement.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Fakes.StubCodeNamespace">
            <summary>Stub type of System.CodeDom.CodeNamespace</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeNamespace.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeNamespace.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeNamespace.InitializeStub">
            <summary>Initializes a new instance of type StubCodeNamespace</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeNamespace.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeNamespace.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeNamespace.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Fakes.StubCodeNamespaceCollection">
            <summary>Stub type of System.CodeDom.CodeNamespaceCollection</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeNamespaceCollection.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeNamespaceCollection.#ctor(System.CodeDom.CodeNamespace[])">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeNamespaceCollection.#ctor(System.CodeDom.CodeNamespaceCollection)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeNamespaceCollection.InitializeStub">
            <summary>Initializes a new instance of type StubCodeNamespaceCollection</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeNamespaceCollection.OnClear">
            <summary>Sets the stub of CollectionBase.OnClear()</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeNamespaceCollection.OnClear01">
            <summary>Sets the stub of CollectionBase.OnClear()</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeNamespaceCollection.OnClearComplete">
            <summary>Sets the stub of CollectionBase.OnClearComplete()</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeNamespaceCollection.OnClearComplete01">
            <summary>Sets the stub of CollectionBase.OnClearComplete()</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeNamespaceCollection.OnInsert(System.Int32,System.Object)">
            <summary>Sets the stub of CollectionBase.OnInsert(Int32 index, Object value)</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeNamespaceCollection.OnInsertComplete(System.Int32,System.Object)">
            <summary>Sets the stub of CollectionBase.OnInsertComplete(Int32 index, Object value)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeNamespaceCollection.OnInsertCompleteInt32Object">
            <summary>Sets the stub of CollectionBase.OnInsertComplete(Int32 index, Object value)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeNamespaceCollection.OnInsertInt32Object">
            <summary>Sets the stub of CollectionBase.OnInsert(Int32 index, Object value)</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeNamespaceCollection.OnRemove(System.Int32,System.Object)">
            <summary>Sets the stub of CollectionBase.OnRemove(Int32 index, Object value)</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeNamespaceCollection.OnRemoveComplete(System.Int32,System.Object)">
            <summary>Sets the stub of CollectionBase.OnRemoveComplete(Int32 index, Object value)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeNamespaceCollection.OnRemoveCompleteInt32Object">
            <summary>Sets the stub of CollectionBase.OnRemoveComplete(Int32 index, Object value)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeNamespaceCollection.OnRemoveInt32Object">
            <summary>Sets the stub of CollectionBase.OnRemove(Int32 index, Object value)</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeNamespaceCollection.OnSet(System.Int32,System.Object,System.Object)">
            <summary>Sets the stub of CollectionBase.OnSet(Int32 index, Object oldValue, Object newValue)</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeNamespaceCollection.OnSetComplete(System.Int32,System.Object,System.Object)">
            <summary>Sets the stub of CollectionBase.OnSetComplete(Int32 index, Object oldValue, Object newValue)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeNamespaceCollection.OnSetCompleteInt32ObjectObject">
            <summary>Sets the stub of CollectionBase.OnSetComplete(Int32 index, Object oldValue, Object newValue)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeNamespaceCollection.OnSetInt32ObjectObject">
            <summary>Sets the stub of CollectionBase.OnSet(Int32 index, Object oldValue, Object newValue)</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeNamespaceCollection.OnValidate(System.Object)">
            <summary>Sets the stub of CollectionBase.OnValidate(Object value)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeNamespaceCollection.OnValidateObject">
            <summary>Sets the stub of CollectionBase.OnValidate(Object value)</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeNamespaceCollection.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeNamespaceCollection.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeNamespaceCollection.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Fakes.StubCodeNamespaceImport">
            <summary>Stub type of System.CodeDom.CodeNamespaceImport</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeNamespaceImport.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeNamespaceImport.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeNamespaceImport.InitializeStub">
            <summary>Initializes a new instance of type StubCodeNamespaceImport</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeNamespaceImport.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeNamespaceImport.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeNamespaceImport.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Fakes.StubCodeNamespaceImportCollection">
            <summary>Stub type of System.CodeDom.CodeNamespaceImportCollection</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeNamespaceImportCollection.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeNamespaceImportCollection.InitializeStub">
            <summary>Initializes a new instance of type StubCodeNamespaceImportCollection</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeNamespaceImportCollection.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeNamespaceImportCollection.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeNamespaceImportCollection.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Fakes.StubCodeObject">
            <summary>Stub type of System.CodeDom.CodeObject</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeObject.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeObject.InitializeStub">
            <summary>Initializes a new instance of type StubCodeObject</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeObject.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeObject.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeObject.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Fakes.StubCodeObjectCreateExpression">
            <summary>Stub type of System.CodeDom.CodeObjectCreateExpression</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeObjectCreateExpression.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeObjectCreateExpression.#ctor(System.CodeDom.CodeTypeReference,System.CodeDom.CodeExpression[])">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeObjectCreateExpression.#ctor(System.String,System.CodeDom.CodeExpression[])">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeObjectCreateExpression.#ctor(System.Type,System.CodeDom.CodeExpression[])">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeObjectCreateExpression.InitializeStub">
            <summary>Initializes a new instance of type StubCodeObjectCreateExpression</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeObjectCreateExpression.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeObjectCreateExpression.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeObjectCreateExpression.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Fakes.StubCodeParameterDeclarationExpression">
            <summary>Stub type of System.CodeDom.CodeParameterDeclarationExpression</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeParameterDeclarationExpression.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeParameterDeclarationExpression.#ctor(System.CodeDom.CodeTypeReference,System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeParameterDeclarationExpression.#ctor(System.String,System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeParameterDeclarationExpression.#ctor(System.Type,System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeParameterDeclarationExpression.InitializeStub">
            <summary>Initializes a new instance of type StubCodeParameterDeclarationExpression</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeParameterDeclarationExpression.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeParameterDeclarationExpression.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeParameterDeclarationExpression.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Fakes.StubCodeParameterDeclarationExpressionCollection">
            <summary>Stub type of System.CodeDom.CodeParameterDeclarationExpressionCollection</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeParameterDeclarationExpressionCollection.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeParameterDeclarationExpressionCollection.#ctor(System.CodeDom.CodeParameterDeclarationExpression[])">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeParameterDeclarationExpressionCollection.#ctor(System.CodeDom.CodeParameterDeclarationExpressionCollection)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeParameterDeclarationExpressionCollection.InitializeStub">
            <summary>Initializes a new instance of type StubCodeParameterDeclarationExpressionCollection</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeParameterDeclarationExpressionCollection.OnClear">
            <summary>Sets the stub of CollectionBase.OnClear()</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeParameterDeclarationExpressionCollection.OnClear01">
            <summary>Sets the stub of CollectionBase.OnClear()</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeParameterDeclarationExpressionCollection.OnClearComplete">
            <summary>Sets the stub of CollectionBase.OnClearComplete()</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeParameterDeclarationExpressionCollection.OnClearComplete01">
            <summary>Sets the stub of CollectionBase.OnClearComplete()</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeParameterDeclarationExpressionCollection.OnInsert(System.Int32,System.Object)">
            <summary>Sets the stub of CollectionBase.OnInsert(Int32 index, Object value)</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeParameterDeclarationExpressionCollection.OnInsertComplete(System.Int32,System.Object)">
            <summary>Sets the stub of CollectionBase.OnInsertComplete(Int32 index, Object value)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeParameterDeclarationExpressionCollection.OnInsertCompleteInt32Object">
            <summary>Sets the stub of CollectionBase.OnInsertComplete(Int32 index, Object value)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeParameterDeclarationExpressionCollection.OnInsertInt32Object">
            <summary>Sets the stub of CollectionBase.OnInsert(Int32 index, Object value)</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeParameterDeclarationExpressionCollection.OnRemove(System.Int32,System.Object)">
            <summary>Sets the stub of CollectionBase.OnRemove(Int32 index, Object value)</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeParameterDeclarationExpressionCollection.OnRemoveComplete(System.Int32,System.Object)">
            <summary>Sets the stub of CollectionBase.OnRemoveComplete(Int32 index, Object value)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeParameterDeclarationExpressionCollection.OnRemoveCompleteInt32Object">
            <summary>Sets the stub of CollectionBase.OnRemoveComplete(Int32 index, Object value)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeParameterDeclarationExpressionCollection.OnRemoveInt32Object">
            <summary>Sets the stub of CollectionBase.OnRemove(Int32 index, Object value)</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeParameterDeclarationExpressionCollection.OnSet(System.Int32,System.Object,System.Object)">
            <summary>Sets the stub of CollectionBase.OnSet(Int32 index, Object oldValue, Object newValue)</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeParameterDeclarationExpressionCollection.OnSetComplete(System.Int32,System.Object,System.Object)">
            <summary>Sets the stub of CollectionBase.OnSetComplete(Int32 index, Object oldValue, Object newValue)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeParameterDeclarationExpressionCollection.OnSetCompleteInt32ObjectObject">
            <summary>Sets the stub of CollectionBase.OnSetComplete(Int32 index, Object oldValue, Object newValue)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeParameterDeclarationExpressionCollection.OnSetInt32ObjectObject">
            <summary>Sets the stub of CollectionBase.OnSet(Int32 index, Object oldValue, Object newValue)</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeParameterDeclarationExpressionCollection.OnValidate(System.Object)">
            <summary>Sets the stub of CollectionBase.OnValidate(Object value)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeParameterDeclarationExpressionCollection.OnValidateObject">
            <summary>Sets the stub of CollectionBase.OnValidate(Object value)</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeParameterDeclarationExpressionCollection.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeParameterDeclarationExpressionCollection.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeParameterDeclarationExpressionCollection.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Fakes.StubCodePrimitiveExpression">
            <summary>Stub type of System.CodeDom.CodePrimitiveExpression</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodePrimitiveExpression.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodePrimitiveExpression.#ctor(System.Object)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodePrimitiveExpression.InitializeStub">
            <summary>Initializes a new instance of type StubCodePrimitiveExpression</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodePrimitiveExpression.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodePrimitiveExpression.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodePrimitiveExpression.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Fakes.StubCodePropertyReferenceExpression">
            <summary>Stub type of System.CodeDom.CodePropertyReferenceExpression</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodePropertyReferenceExpression.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodePropertyReferenceExpression.#ctor(System.CodeDom.CodeExpression,System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodePropertyReferenceExpression.InitializeStub">
            <summary>Initializes a new instance of type StubCodePropertyReferenceExpression</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodePropertyReferenceExpression.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodePropertyReferenceExpression.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodePropertyReferenceExpression.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Fakes.StubCodePropertySetValueReferenceExpression">
            <summary>Stub type of System.CodeDom.CodePropertySetValueReferenceExpression</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodePropertySetValueReferenceExpression.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodePropertySetValueReferenceExpression.InitializeStub">
            <summary>Initializes a new instance of type StubCodePropertySetValueReferenceExpression</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodePropertySetValueReferenceExpression.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodePropertySetValueReferenceExpression.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodePropertySetValueReferenceExpression.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Fakes.StubCodeRegionDirective">
            <summary>Stub type of System.CodeDom.CodeRegionDirective</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeRegionDirective.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeRegionDirective.#ctor(System.CodeDom.CodeRegionMode,System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeRegionDirective.InitializeStub">
            <summary>Initializes a new instance of type StubCodeRegionDirective</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeRegionDirective.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeRegionDirective.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeRegionDirective.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Fakes.StubCodeRemoveEventStatement">
            <summary>Stub type of System.CodeDom.CodeRemoveEventStatement</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeRemoveEventStatement.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeRemoveEventStatement.#ctor(System.CodeDom.CodeEventReferenceExpression,System.CodeDom.CodeExpression)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeRemoveEventStatement.#ctor(System.CodeDom.CodeExpression,System.String,System.CodeDom.CodeExpression)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeRemoveEventStatement.InitializeStub">
            <summary>Initializes a new instance of type StubCodeRemoveEventStatement</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeRemoveEventStatement.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeRemoveEventStatement.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeRemoveEventStatement.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Fakes.StubCodeSnippetCompileUnit">
            <summary>Stub type of System.CodeDom.CodeSnippetCompileUnit</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeSnippetCompileUnit.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeSnippetCompileUnit.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeSnippetCompileUnit.InitializeStub">
            <summary>Initializes a new instance of type StubCodeSnippetCompileUnit</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeSnippetCompileUnit.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeSnippetCompileUnit.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeSnippetCompileUnit.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Fakes.StubCodeSnippetExpression">
            <summary>Stub type of System.CodeDom.CodeSnippetExpression</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeSnippetExpression.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeSnippetExpression.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeSnippetExpression.InitializeStub">
            <summary>Initializes a new instance of type StubCodeSnippetExpression</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeSnippetExpression.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeSnippetExpression.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeSnippetExpression.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Fakes.StubCodeSnippetStatement">
            <summary>Stub type of System.CodeDom.CodeSnippetStatement</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeSnippetStatement.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeSnippetStatement.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeSnippetStatement.InitializeStub">
            <summary>Initializes a new instance of type StubCodeSnippetStatement</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeSnippetStatement.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeSnippetStatement.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeSnippetStatement.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Fakes.StubCodeSnippetTypeMember">
            <summary>Stub type of System.CodeDom.CodeSnippetTypeMember</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeSnippetTypeMember.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeSnippetTypeMember.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeSnippetTypeMember.InitializeStub">
            <summary>Initializes a new instance of type StubCodeSnippetTypeMember</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeSnippetTypeMember.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeSnippetTypeMember.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeSnippetTypeMember.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Fakes.StubCodeStatement">
            <summary>Stub type of System.CodeDom.CodeStatement</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeStatement.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeStatement.InitializeStub">
            <summary>Initializes a new instance of type StubCodeStatement</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeStatement.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeStatement.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeStatement.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Fakes.StubCodeStatementCollection">
            <summary>Stub type of System.CodeDom.CodeStatementCollection</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeStatementCollection.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeStatementCollection.#ctor(System.CodeDom.CodeStatement[])">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeStatementCollection.#ctor(System.CodeDom.CodeStatementCollection)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeStatementCollection.InitializeStub">
            <summary>Initializes a new instance of type StubCodeStatementCollection</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeStatementCollection.OnClear">
            <summary>Sets the stub of CollectionBase.OnClear()</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeStatementCollection.OnClear01">
            <summary>Sets the stub of CollectionBase.OnClear()</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeStatementCollection.OnClearComplete">
            <summary>Sets the stub of CollectionBase.OnClearComplete()</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeStatementCollection.OnClearComplete01">
            <summary>Sets the stub of CollectionBase.OnClearComplete()</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeStatementCollection.OnInsert(System.Int32,System.Object)">
            <summary>Sets the stub of CollectionBase.OnInsert(Int32 index, Object value)</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeStatementCollection.OnInsertComplete(System.Int32,System.Object)">
            <summary>Sets the stub of CollectionBase.OnInsertComplete(Int32 index, Object value)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeStatementCollection.OnInsertCompleteInt32Object">
            <summary>Sets the stub of CollectionBase.OnInsertComplete(Int32 index, Object value)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeStatementCollection.OnInsertInt32Object">
            <summary>Sets the stub of CollectionBase.OnInsert(Int32 index, Object value)</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeStatementCollection.OnRemove(System.Int32,System.Object)">
            <summary>Sets the stub of CollectionBase.OnRemove(Int32 index, Object value)</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeStatementCollection.OnRemoveComplete(System.Int32,System.Object)">
            <summary>Sets the stub of CollectionBase.OnRemoveComplete(Int32 index, Object value)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeStatementCollection.OnRemoveCompleteInt32Object">
            <summary>Sets the stub of CollectionBase.OnRemoveComplete(Int32 index, Object value)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeStatementCollection.OnRemoveInt32Object">
            <summary>Sets the stub of CollectionBase.OnRemove(Int32 index, Object value)</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeStatementCollection.OnSet(System.Int32,System.Object,System.Object)">
            <summary>Sets the stub of CollectionBase.OnSet(Int32 index, Object oldValue, Object newValue)</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeStatementCollection.OnSetComplete(System.Int32,System.Object,System.Object)">
            <summary>Sets the stub of CollectionBase.OnSetComplete(Int32 index, Object oldValue, Object newValue)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeStatementCollection.OnSetCompleteInt32ObjectObject">
            <summary>Sets the stub of CollectionBase.OnSetComplete(Int32 index, Object oldValue, Object newValue)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeStatementCollection.OnSetInt32ObjectObject">
            <summary>Sets the stub of CollectionBase.OnSet(Int32 index, Object oldValue, Object newValue)</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeStatementCollection.OnValidate(System.Object)">
            <summary>Sets the stub of CollectionBase.OnValidate(Object value)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeStatementCollection.OnValidateObject">
            <summary>Sets the stub of CollectionBase.OnValidate(Object value)</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeStatementCollection.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeStatementCollection.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeStatementCollection.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Fakes.StubCodeThisReferenceExpression">
            <summary>Stub type of System.CodeDom.CodeThisReferenceExpression</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeThisReferenceExpression.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeThisReferenceExpression.InitializeStub">
            <summary>Initializes a new instance of type StubCodeThisReferenceExpression</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeThisReferenceExpression.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeThisReferenceExpression.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeThisReferenceExpression.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Fakes.StubCodeThrowExceptionStatement">
            <summary>Stub type of System.CodeDom.CodeThrowExceptionStatement</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeThrowExceptionStatement.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeThrowExceptionStatement.#ctor(System.CodeDom.CodeExpression)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeThrowExceptionStatement.InitializeStub">
            <summary>Initializes a new instance of type StubCodeThrowExceptionStatement</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeThrowExceptionStatement.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeThrowExceptionStatement.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeThrowExceptionStatement.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Fakes.StubCodeTryCatchFinallyStatement">
            <summary>Stub type of System.CodeDom.CodeTryCatchFinallyStatement</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTryCatchFinallyStatement.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTryCatchFinallyStatement.#ctor(System.CodeDom.CodeStatement[],System.CodeDom.CodeCatchClause[])">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTryCatchFinallyStatement.#ctor(System.CodeDom.CodeStatement[],System.CodeDom.CodeCatchClause[],System.CodeDom.CodeStatement[])">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTryCatchFinallyStatement.InitializeStub">
            <summary>Initializes a new instance of type StubCodeTryCatchFinallyStatement</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeTryCatchFinallyStatement.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeTryCatchFinallyStatement.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeTryCatchFinallyStatement.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Fakes.StubCodeTypeConstructor">
            <summary>Stub type of System.CodeDom.CodeTypeConstructor</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeConstructor.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeConstructor.InitializeStub">
            <summary>Initializes a new instance of type StubCodeTypeConstructor</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeTypeConstructor.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeTypeConstructor.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeTypeConstructor.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Fakes.StubCodeTypeDeclaration">
            <summary>Stub type of System.CodeDom.CodeTypeDeclaration</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeDeclaration.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeDeclaration.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeDeclaration.InitializeStub">
            <summary>Initializes a new instance of type StubCodeTypeDeclaration</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeTypeDeclaration.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeTypeDeclaration.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeTypeDeclaration.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Fakes.StubCodeTypeDeclarationCollection">
            <summary>Stub type of System.CodeDom.CodeTypeDeclarationCollection</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeDeclarationCollection.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeDeclarationCollection.#ctor(System.CodeDom.CodeTypeDeclaration[])">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeDeclarationCollection.#ctor(System.CodeDom.CodeTypeDeclarationCollection)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeDeclarationCollection.InitializeStub">
            <summary>Initializes a new instance of type StubCodeTypeDeclarationCollection</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeDeclarationCollection.OnClear">
            <summary>Sets the stub of CollectionBase.OnClear()</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeTypeDeclarationCollection.OnClear01">
            <summary>Sets the stub of CollectionBase.OnClear()</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeDeclarationCollection.OnClearComplete">
            <summary>Sets the stub of CollectionBase.OnClearComplete()</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeTypeDeclarationCollection.OnClearComplete01">
            <summary>Sets the stub of CollectionBase.OnClearComplete()</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeDeclarationCollection.OnInsert(System.Int32,System.Object)">
            <summary>Sets the stub of CollectionBase.OnInsert(Int32 index, Object value)</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeDeclarationCollection.OnInsertComplete(System.Int32,System.Object)">
            <summary>Sets the stub of CollectionBase.OnInsertComplete(Int32 index, Object value)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeTypeDeclarationCollection.OnInsertCompleteInt32Object">
            <summary>Sets the stub of CollectionBase.OnInsertComplete(Int32 index, Object value)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeTypeDeclarationCollection.OnInsertInt32Object">
            <summary>Sets the stub of CollectionBase.OnInsert(Int32 index, Object value)</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeDeclarationCollection.OnRemove(System.Int32,System.Object)">
            <summary>Sets the stub of CollectionBase.OnRemove(Int32 index, Object value)</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeDeclarationCollection.OnRemoveComplete(System.Int32,System.Object)">
            <summary>Sets the stub of CollectionBase.OnRemoveComplete(Int32 index, Object value)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeTypeDeclarationCollection.OnRemoveCompleteInt32Object">
            <summary>Sets the stub of CollectionBase.OnRemoveComplete(Int32 index, Object value)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeTypeDeclarationCollection.OnRemoveInt32Object">
            <summary>Sets the stub of CollectionBase.OnRemove(Int32 index, Object value)</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeDeclarationCollection.OnSet(System.Int32,System.Object,System.Object)">
            <summary>Sets the stub of CollectionBase.OnSet(Int32 index, Object oldValue, Object newValue)</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeDeclarationCollection.OnSetComplete(System.Int32,System.Object,System.Object)">
            <summary>Sets the stub of CollectionBase.OnSetComplete(Int32 index, Object oldValue, Object newValue)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeTypeDeclarationCollection.OnSetCompleteInt32ObjectObject">
            <summary>Sets the stub of CollectionBase.OnSetComplete(Int32 index, Object oldValue, Object newValue)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeTypeDeclarationCollection.OnSetInt32ObjectObject">
            <summary>Sets the stub of CollectionBase.OnSet(Int32 index, Object oldValue, Object newValue)</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeDeclarationCollection.OnValidate(System.Object)">
            <summary>Sets the stub of CollectionBase.OnValidate(Object value)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeTypeDeclarationCollection.OnValidateObject">
            <summary>Sets the stub of CollectionBase.OnValidate(Object value)</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeTypeDeclarationCollection.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeTypeDeclarationCollection.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeTypeDeclarationCollection.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Fakes.StubCodeTypeDelegate">
            <summary>Stub type of System.CodeDom.CodeTypeDelegate</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeDelegate.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeDelegate.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeDelegate.InitializeStub">
            <summary>Initializes a new instance of type StubCodeTypeDelegate</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeTypeDelegate.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeTypeDelegate.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeTypeDelegate.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Fakes.StubCodeTypeMember">
            <summary>Stub type of System.CodeDom.CodeTypeMember</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeMember.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeMember.InitializeStub">
            <summary>Initializes a new instance of type StubCodeTypeMember</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeTypeMember.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeTypeMember.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeTypeMember.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Fakes.StubCodeTypeMemberCollection">
            <summary>Stub type of System.CodeDom.CodeTypeMemberCollection</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeMemberCollection.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeMemberCollection.#ctor(System.CodeDom.CodeTypeMember[])">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeMemberCollection.#ctor(System.CodeDom.CodeTypeMemberCollection)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeMemberCollection.InitializeStub">
            <summary>Initializes a new instance of type StubCodeTypeMemberCollection</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeMemberCollection.OnClear">
            <summary>Sets the stub of CollectionBase.OnClear()</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeTypeMemberCollection.OnClear01">
            <summary>Sets the stub of CollectionBase.OnClear()</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeMemberCollection.OnClearComplete">
            <summary>Sets the stub of CollectionBase.OnClearComplete()</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeTypeMemberCollection.OnClearComplete01">
            <summary>Sets the stub of CollectionBase.OnClearComplete()</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeMemberCollection.OnInsert(System.Int32,System.Object)">
            <summary>Sets the stub of CollectionBase.OnInsert(Int32 index, Object value)</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeMemberCollection.OnInsertComplete(System.Int32,System.Object)">
            <summary>Sets the stub of CollectionBase.OnInsertComplete(Int32 index, Object value)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeTypeMemberCollection.OnInsertCompleteInt32Object">
            <summary>Sets the stub of CollectionBase.OnInsertComplete(Int32 index, Object value)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeTypeMemberCollection.OnInsertInt32Object">
            <summary>Sets the stub of CollectionBase.OnInsert(Int32 index, Object value)</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeMemberCollection.OnRemove(System.Int32,System.Object)">
            <summary>Sets the stub of CollectionBase.OnRemove(Int32 index, Object value)</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeMemberCollection.OnRemoveComplete(System.Int32,System.Object)">
            <summary>Sets the stub of CollectionBase.OnRemoveComplete(Int32 index, Object value)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeTypeMemberCollection.OnRemoveCompleteInt32Object">
            <summary>Sets the stub of CollectionBase.OnRemoveComplete(Int32 index, Object value)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeTypeMemberCollection.OnRemoveInt32Object">
            <summary>Sets the stub of CollectionBase.OnRemove(Int32 index, Object value)</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeMemberCollection.OnSet(System.Int32,System.Object,System.Object)">
            <summary>Sets the stub of CollectionBase.OnSet(Int32 index, Object oldValue, Object newValue)</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeMemberCollection.OnSetComplete(System.Int32,System.Object,System.Object)">
            <summary>Sets the stub of CollectionBase.OnSetComplete(Int32 index, Object oldValue, Object newValue)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeTypeMemberCollection.OnSetCompleteInt32ObjectObject">
            <summary>Sets the stub of CollectionBase.OnSetComplete(Int32 index, Object oldValue, Object newValue)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeTypeMemberCollection.OnSetInt32ObjectObject">
            <summary>Sets the stub of CollectionBase.OnSet(Int32 index, Object oldValue, Object newValue)</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeMemberCollection.OnValidate(System.Object)">
            <summary>Sets the stub of CollectionBase.OnValidate(Object value)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeTypeMemberCollection.OnValidateObject">
            <summary>Sets the stub of CollectionBase.OnValidate(Object value)</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeTypeMemberCollection.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeTypeMemberCollection.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeTypeMemberCollection.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Fakes.StubCodeTypeOfExpression">
            <summary>Stub type of System.CodeDom.CodeTypeOfExpression</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeOfExpression.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeOfExpression.#ctor(System.CodeDom.CodeTypeReference)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeOfExpression.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeOfExpression.#ctor(System.Type)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeOfExpression.InitializeStub">
            <summary>Initializes a new instance of type StubCodeTypeOfExpression</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeTypeOfExpression.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeTypeOfExpression.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeTypeOfExpression.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Fakes.StubCodeTypeParameter">
            <summary>Stub type of System.CodeDom.CodeTypeParameter</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeParameter.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeParameter.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeParameter.InitializeStub">
            <summary>Initializes a new instance of type StubCodeTypeParameter</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeTypeParameter.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeTypeParameter.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeTypeParameter.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Fakes.StubCodeTypeParameterCollection">
            <summary>Stub type of System.CodeDom.CodeTypeParameterCollection</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeParameterCollection.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeParameterCollection.#ctor(System.CodeDom.CodeTypeParameter[])">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeParameterCollection.#ctor(System.CodeDom.CodeTypeParameterCollection)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeParameterCollection.InitializeStub">
            <summary>Initializes a new instance of type StubCodeTypeParameterCollection</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeParameterCollection.OnClear">
            <summary>Sets the stub of CollectionBase.OnClear()</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeTypeParameterCollection.OnClear01">
            <summary>Sets the stub of CollectionBase.OnClear()</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeParameterCollection.OnClearComplete">
            <summary>Sets the stub of CollectionBase.OnClearComplete()</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeTypeParameterCollection.OnClearComplete01">
            <summary>Sets the stub of CollectionBase.OnClearComplete()</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeParameterCollection.OnInsert(System.Int32,System.Object)">
            <summary>Sets the stub of CollectionBase.OnInsert(Int32 index, Object value)</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeParameterCollection.OnInsertComplete(System.Int32,System.Object)">
            <summary>Sets the stub of CollectionBase.OnInsertComplete(Int32 index, Object value)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeTypeParameterCollection.OnInsertCompleteInt32Object">
            <summary>Sets the stub of CollectionBase.OnInsertComplete(Int32 index, Object value)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeTypeParameterCollection.OnInsertInt32Object">
            <summary>Sets the stub of CollectionBase.OnInsert(Int32 index, Object value)</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeParameterCollection.OnRemove(System.Int32,System.Object)">
            <summary>Sets the stub of CollectionBase.OnRemove(Int32 index, Object value)</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeParameterCollection.OnRemoveComplete(System.Int32,System.Object)">
            <summary>Sets the stub of CollectionBase.OnRemoveComplete(Int32 index, Object value)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeTypeParameterCollection.OnRemoveCompleteInt32Object">
            <summary>Sets the stub of CollectionBase.OnRemoveComplete(Int32 index, Object value)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeTypeParameterCollection.OnRemoveInt32Object">
            <summary>Sets the stub of CollectionBase.OnRemove(Int32 index, Object value)</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeParameterCollection.OnSet(System.Int32,System.Object,System.Object)">
            <summary>Sets the stub of CollectionBase.OnSet(Int32 index, Object oldValue, Object newValue)</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeParameterCollection.OnSetComplete(System.Int32,System.Object,System.Object)">
            <summary>Sets the stub of CollectionBase.OnSetComplete(Int32 index, Object oldValue, Object newValue)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeTypeParameterCollection.OnSetCompleteInt32ObjectObject">
            <summary>Sets the stub of CollectionBase.OnSetComplete(Int32 index, Object oldValue, Object newValue)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeTypeParameterCollection.OnSetInt32ObjectObject">
            <summary>Sets the stub of CollectionBase.OnSet(Int32 index, Object oldValue, Object newValue)</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeParameterCollection.OnValidate(System.Object)">
            <summary>Sets the stub of CollectionBase.OnValidate(Object value)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeTypeParameterCollection.OnValidateObject">
            <summary>Sets the stub of CollectionBase.OnValidate(Object value)</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeTypeParameterCollection.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeTypeParameterCollection.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeTypeParameterCollection.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Fakes.StubCodeTypeReference">
            <summary>Stub type of System.CodeDom.CodeTypeReference</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeReference.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeReference.#ctor(System.CodeDom.CodeTypeParameter)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeReference.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeReference.#ctor(System.Type)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeReference.#ctor(System.CodeDom.CodeTypeReference,System.Int32)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeReference.#ctor(System.String,System.CodeDom.CodeTypeReference[])">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeReference.#ctor(System.String,System.CodeDom.CodeTypeReferenceOptions)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeReference.#ctor(System.String,System.Int32)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeReference.#ctor(System.Type,System.CodeDom.CodeTypeReferenceOptions)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeReference.InitializeStub">
            <summary>Initializes a new instance of type StubCodeTypeReference</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeTypeReference.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeTypeReference.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeTypeReference.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Fakes.StubCodeTypeReferenceCollection">
            <summary>Stub type of System.CodeDom.CodeTypeReferenceCollection</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeReferenceCollection.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeReferenceCollection.#ctor(System.CodeDom.CodeTypeReference[])">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeReferenceCollection.#ctor(System.CodeDom.CodeTypeReferenceCollection)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeReferenceCollection.InitializeStub">
            <summary>Initializes a new instance of type StubCodeTypeReferenceCollection</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeReferenceCollection.OnClear">
            <summary>Sets the stub of CollectionBase.OnClear()</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeTypeReferenceCollection.OnClear01">
            <summary>Sets the stub of CollectionBase.OnClear()</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeReferenceCollection.OnClearComplete">
            <summary>Sets the stub of CollectionBase.OnClearComplete()</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeTypeReferenceCollection.OnClearComplete01">
            <summary>Sets the stub of CollectionBase.OnClearComplete()</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeReferenceCollection.OnInsert(System.Int32,System.Object)">
            <summary>Sets the stub of CollectionBase.OnInsert(Int32 index, Object value)</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeReferenceCollection.OnInsertComplete(System.Int32,System.Object)">
            <summary>Sets the stub of CollectionBase.OnInsertComplete(Int32 index, Object value)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeTypeReferenceCollection.OnInsertCompleteInt32Object">
            <summary>Sets the stub of CollectionBase.OnInsertComplete(Int32 index, Object value)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeTypeReferenceCollection.OnInsertInt32Object">
            <summary>Sets the stub of CollectionBase.OnInsert(Int32 index, Object value)</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeReferenceCollection.OnRemove(System.Int32,System.Object)">
            <summary>Sets the stub of CollectionBase.OnRemove(Int32 index, Object value)</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeReferenceCollection.OnRemoveComplete(System.Int32,System.Object)">
            <summary>Sets the stub of CollectionBase.OnRemoveComplete(Int32 index, Object value)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeTypeReferenceCollection.OnRemoveCompleteInt32Object">
            <summary>Sets the stub of CollectionBase.OnRemoveComplete(Int32 index, Object value)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeTypeReferenceCollection.OnRemoveInt32Object">
            <summary>Sets the stub of CollectionBase.OnRemove(Int32 index, Object value)</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeReferenceCollection.OnSet(System.Int32,System.Object,System.Object)">
            <summary>Sets the stub of CollectionBase.OnSet(Int32 index, Object oldValue, Object newValue)</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeReferenceCollection.OnSetComplete(System.Int32,System.Object,System.Object)">
            <summary>Sets the stub of CollectionBase.OnSetComplete(Int32 index, Object oldValue, Object newValue)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeTypeReferenceCollection.OnSetCompleteInt32ObjectObject">
            <summary>Sets the stub of CollectionBase.OnSetComplete(Int32 index, Object oldValue, Object newValue)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeTypeReferenceCollection.OnSetInt32ObjectObject">
            <summary>Sets the stub of CollectionBase.OnSet(Int32 index, Object oldValue, Object newValue)</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeReferenceCollection.OnValidate(System.Object)">
            <summary>Sets the stub of CollectionBase.OnValidate(Object value)</summary>
        </member>
        <member name="F:System.CodeDom.Fakes.StubCodeTypeReferenceCollection.OnValidateObject">
            <summary>Sets the stub of CollectionBase.OnValidate(Object value)</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeTypeReferenceCollection.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeTypeReferenceCollection.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeTypeReferenceCollection.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Fakes.StubCodeTypeReferenceExpression">
            <summary>Stub type of System.CodeDom.CodeTypeReferenceExpression</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeReferenceExpression.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeReferenceExpression.#ctor(System.CodeDom.CodeTypeReference)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeReferenceExpression.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeReferenceExpression.#ctor(System.Type)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeTypeReferenceExpression.InitializeStub">
            <summary>Initializes a new instance of type StubCodeTypeReferenceExpression</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeTypeReferenceExpression.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeTypeReferenceExpression.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeTypeReferenceExpression.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Fakes.StubCodeVariableDeclarationStatement">
            <summary>Stub type of System.CodeDom.CodeVariableDeclarationStatement</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeVariableDeclarationStatement.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeVariableDeclarationStatement.#ctor(System.CodeDom.CodeTypeReference,System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeVariableDeclarationStatement.#ctor(System.String,System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeVariableDeclarationStatement.#ctor(System.Type,System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeVariableDeclarationStatement.#ctor(System.CodeDom.CodeTypeReference,System.String,System.CodeDom.CodeExpression)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeVariableDeclarationStatement.#ctor(System.String,System.String,System.CodeDom.CodeExpression)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeVariableDeclarationStatement.#ctor(System.Type,System.String,System.CodeDom.CodeExpression)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeVariableDeclarationStatement.InitializeStub">
            <summary>Initializes a new instance of type StubCodeVariableDeclarationStatement</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeVariableDeclarationStatement.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeVariableDeclarationStatement.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeVariableDeclarationStatement.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.CodeDom.Fakes.StubCodeVariableReferenceExpression">
            <summary>Stub type of System.CodeDom.CodeVariableReferenceExpression</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeVariableReferenceExpression.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeVariableReferenceExpression.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.CodeDom.Fakes.StubCodeVariableReferenceExpression.InitializeStub">
            <summary>Initializes a new instance of type StubCodeVariableReferenceExpression</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeVariableReferenceExpression.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeVariableReferenceExpression.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.CodeDom.Fakes.StubCodeVariableReferenceExpression.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Collections.Concurrent.Fakes.StubBlockingCollection`1">
            <summary>Stub type of System.Collections.Concurrent.BlockingCollection`1</summary>
        </member>
        <member name="M:System.Collections.Concurrent.Fakes.StubBlockingCollection`1.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Collections.Concurrent.Fakes.StubBlockingCollection`1.#ctor(System.Int32)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Collections.Concurrent.Fakes.StubBlockingCollection`1.#ctor(System.Collections.Concurrent.IProducerConsumerCollection{`0})">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Collections.Concurrent.Fakes.StubBlockingCollection`1.#ctor(System.Collections.Concurrent.IProducerConsumerCollection{`0},System.Int32)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Collections.Concurrent.Fakes.StubBlockingCollection`1.Dispose(System.Boolean)">
            <summary>Sets the stub of BlockingCollection`1.Dispose(Boolean disposing)</summary>
        </member>
        <member name="F:System.Collections.Concurrent.Fakes.StubBlockingCollection`1.DisposeBoolean">
            <summary>Sets the stub of BlockingCollection`1.Dispose(Boolean disposing)</summary>
        </member>
        <member name="M:System.Collections.Concurrent.Fakes.StubBlockingCollection`1.InitializeStub">
            <summary>Initializes a new instance of type StubBlockingCollection</summary>
        </member>
        <member name="P:System.Collections.Concurrent.Fakes.StubBlockingCollection`1.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Collections.Concurrent.Fakes.StubBlockingCollection`1.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Collections.Concurrent.Fakes.StubBlockingCollection`1.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Collections.Concurrent.Fakes.StubConcurrentBag`1">
            <summary>Stub type of System.Collections.Concurrent.ConcurrentBag`1</summary>
        </member>
        <member name="M:System.Collections.Concurrent.Fakes.StubConcurrentBag`1.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Collections.Concurrent.Fakes.StubConcurrentBag`1.#ctor(System.Collections.Generic.IEnumerable{`0})">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Collections.Concurrent.Fakes.StubConcurrentBag`1.InitializeStub">
            <summary>Initializes a new instance of type StubConcurrentBag</summary>
        </member>
        <member name="P:System.Collections.Concurrent.Fakes.StubConcurrentBag`1.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Collections.Concurrent.Fakes.StubConcurrentBag`1.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Collections.Concurrent.Fakes.StubConcurrentBag`1.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Collections.Generic.Fakes.StubISet`1">
            <summary>Stub type of System.Collections.Generic.ISet`1</summary>
        </member>
        <member name="M:System.Collections.Generic.Fakes.StubISet`1.#ctor">
            <summary>Initializes a new instance of type StubISet</summary>
        </member>
        <member name="F:System.Collections.Generic.Fakes.StubISet`1.AddT0">
            <summary>Sets the stub of ISet`1.Add(!0 item)</summary>
        </member>
        <member name="F:System.Collections.Generic.Fakes.StubISet`1.AddT001">
            <summary>Sets the stub of ICollection`1.Add(!0 item)</summary>
        </member>
        <member name="F:System.Collections.Generic.Fakes.StubISet`1.Clear">
            <summary>Sets the stub of ICollection`1.Clear()</summary>
        </member>
        <member name="F:System.Collections.Generic.Fakes.StubISet`1.ContainsT0">
            <summary>Sets the stub of ICollection`1.Contains(!0 item)</summary>
        </member>
        <member name="F:System.Collections.Generic.Fakes.StubISet`1.CopyToT0ArrayInt32">
            <summary>Sets the stub of ICollection`1.CopyTo(!0[] array, Int32 arrayIndex)</summary>
        </member>
        <member name="F:System.Collections.Generic.Fakes.StubISet`1.CountGet">
            <summary>Sets the stub of ICollection`1.get_Count()</summary>
        </member>
        <member name="F:System.Collections.Generic.Fakes.StubISet`1.ExceptWithIEnumerableOfT0">
            <summary>Sets the stub of ISet`1.ExceptWith(IEnumerable`1&lt;!0&gt; other)</summary>
        </member>
        <member name="F:System.Collections.Generic.Fakes.StubISet`1.GetEnumerator">
            <summary>Sets the stub of IEnumerable`1.GetEnumerator()</summary>
        </member>
        <member name="F:System.Collections.Generic.Fakes.StubISet`1.GetEnumerator01">
            <summary>Sets the stub of IEnumerable.GetEnumerator()</summary>
        </member>
        <member name="F:System.Collections.Generic.Fakes.StubISet`1.IntersectWithIEnumerableOfT0">
            <summary>Sets the stub of ISet`1.IntersectWith(IEnumerable`1&lt;!0&gt; other)</summary>
        </member>
        <member name="F:System.Collections.Generic.Fakes.StubISet`1.IsProperSubsetOfIEnumerableOfT0">
            <summary>Sets the stub of ISet`1.IsProperSubsetOf(IEnumerable`1&lt;!0&gt; other)</summary>
        </member>
        <member name="F:System.Collections.Generic.Fakes.StubISet`1.IsProperSupersetOfIEnumerableOfT0">
            <summary>Sets the stub of ISet`1.IsProperSupersetOf(IEnumerable`1&lt;!0&gt; other)</summary>
        </member>
        <member name="F:System.Collections.Generic.Fakes.StubISet`1.IsReadOnlyGet">
            <summary>Sets the stub of ICollection`1.get_IsReadOnly()</summary>
        </member>
        <member name="F:System.Collections.Generic.Fakes.StubISet`1.IsSubsetOfIEnumerableOfT0">
            <summary>Sets the stub of ISet`1.IsSubsetOf(IEnumerable`1&lt;!0&gt; other)</summary>
        </member>
        <member name="F:System.Collections.Generic.Fakes.StubISet`1.IsSupersetOfIEnumerableOfT0">
            <summary>Sets the stub of ISet`1.IsSupersetOf(IEnumerable`1&lt;!0&gt; other)</summary>
        </member>
        <member name="F:System.Collections.Generic.Fakes.StubISet`1.OverlapsIEnumerableOfT0">
            <summary>Sets the stub of ISet`1.Overlaps(IEnumerable`1&lt;!0&gt; other)</summary>
        </member>
        <member name="F:System.Collections.Generic.Fakes.StubISet`1.RemoveT0">
            <summary>Sets the stub of ICollection`1.Remove(!0 item)</summary>
        </member>
        <member name="F:System.Collections.Generic.Fakes.StubISet`1.SetEqualsIEnumerableOfT0">
            <summary>Sets the stub of ISet`1.SetEquals(IEnumerable`1&lt;!0&gt; other)</summary>
        </member>
        <member name="F:System.Collections.Generic.Fakes.StubISet`1.SymmetricExceptWithIEnumerableOfT0">
            <summary>Sets the stub of ISet`1.SymmetricExceptWith(IEnumerable`1&lt;!0&gt; other)</summary>
        </member>
        <member name="M:System.Collections.Generic.Fakes.StubISet`1.global::System#Collections#Generic#ICollection{T}#Add(`0)">
            <summary>Sets the stub of ICollection`1.Add(!0 item)</summary>
        </member>
        <member name="M:System.Collections.Generic.Fakes.StubISet`1.global::System#Collections#Generic#ICollection{T}#Clear">
            <summary>Sets the stub of ICollection`1.Clear()</summary>
        </member>
        <member name="M:System.Collections.Generic.Fakes.StubISet`1.global::System#Collections#Generic#ICollection{T}#Contains(`0)">
            <summary>Sets the stub of ICollection`1.Contains(!0 item)</summary>
        </member>
        <member name="M:System.Collections.Generic.Fakes.StubISet`1.global::System#Collections#Generic#ICollection{T}#CopyTo(`0[],System.Int32)">
            <summary>Sets the stub of ICollection`1.CopyTo(!0[] array, Int32 arrayIndex)</summary>
        </member>
        <member name="M:System.Collections.Generic.Fakes.StubISet`1.global::System#Collections#Generic#ICollection{T}#Remove(`0)">
            <summary>Sets the stub of ICollection`1.Remove(!0 item)</summary>
        </member>
        <member name="M:System.Collections.Generic.Fakes.StubISet`1.global::System#Collections#Generic#IEnumerable{T}#GetEnumerator">
            <summary>Sets the stub of IEnumerable`1.GetEnumerator()</summary>
        </member>
        <member name="M:System.Collections.Generic.Fakes.StubISet`1.global::System#Collections#Generic#ISet{T}#Add(`0)">
            <summary>Sets the stub of ISet`1.Add(!0 item)</summary>
        </member>
        <member name="M:System.Collections.Generic.Fakes.StubISet`1.global::System#Collections#Generic#ISet{T}#ExceptWith(System.Collections.Generic.IEnumerable{`0})">
            <summary>Sets the stub of ISet`1.ExceptWith(IEnumerable`1&lt;!0&gt; other)</summary>
        </member>
        <member name="M:System.Collections.Generic.Fakes.StubISet`1.global::System#Collections#Generic#ISet{T}#IntersectWith(System.Collections.Generic.IEnumerable{`0})">
            <summary>Sets the stub of ISet`1.IntersectWith(IEnumerable`1&lt;!0&gt; other)</summary>
        </member>
        <member name="M:System.Collections.Generic.Fakes.StubISet`1.global::System#Collections#Generic#ISet{T}#IsProperSubsetOf(System.Collections.Generic.IEnumerable{`0})">
            <summary>Sets the stub of ISet`1.IsProperSubsetOf(IEnumerable`1&lt;!0&gt; other)</summary>
        </member>
        <member name="M:System.Collections.Generic.Fakes.StubISet`1.global::System#Collections#Generic#ISet{T}#IsProperSupersetOf(System.Collections.Generic.IEnumerable{`0})">
            <summary>Sets the stub of ISet`1.IsProperSupersetOf(IEnumerable`1&lt;!0&gt; other)</summary>
        </member>
        <member name="M:System.Collections.Generic.Fakes.StubISet`1.global::System#Collections#Generic#ISet{T}#IsSubsetOf(System.Collections.Generic.IEnumerable{`0})">
            <summary>Sets the stub of ISet`1.IsSubsetOf(IEnumerable`1&lt;!0&gt; other)</summary>
        </member>
        <member name="M:System.Collections.Generic.Fakes.StubISet`1.global::System#Collections#Generic#ISet{T}#IsSupersetOf(System.Collections.Generic.IEnumerable{`0})">
            <summary>Sets the stub of ISet`1.IsSupersetOf(IEnumerable`1&lt;!0&gt; other)</summary>
        </member>
        <member name="M:System.Collections.Generic.Fakes.StubISet`1.global::System#Collections#Generic#ISet{T}#Overlaps(System.Collections.Generic.IEnumerable{`0})">
            <summary>Sets the stub of ISet`1.Overlaps(IEnumerable`1&lt;!0&gt; other)</summary>
        </member>
        <member name="M:System.Collections.Generic.Fakes.StubISet`1.global::System#Collections#Generic#ISet{T}#SetEquals(System.Collections.Generic.IEnumerable{`0})">
            <summary>Sets the stub of ISet`1.SetEquals(IEnumerable`1&lt;!0&gt; other)</summary>
        </member>
        <member name="M:System.Collections.Generic.Fakes.StubISet`1.global::System#Collections#Generic#ISet{T}#SymmetricExceptWith(System.Collections.Generic.IEnumerable{`0})">
            <summary>Sets the stub of ISet`1.SymmetricExceptWith(IEnumerable`1&lt;!0&gt; other)</summary>
        </member>
        <member name="M:System.Collections.Generic.Fakes.StubISet`1.global::System#Collections#Generic#ISet{T}#UnionWith(System.Collections.Generic.IEnumerable{`0})">
            <summary>Sets the stub of ISet`1.UnionWith(IEnumerable`1&lt;!0&gt; other)</summary>
        </member>
        <member name="M:System.Collections.Generic.Fakes.StubISet`1.global::System#Collections#IEnumerable#GetEnumerator">
            <summary>Sets the stub of IEnumerable.GetEnumerator()</summary>
        </member>
        <member name="F:System.Collections.Generic.Fakes.StubISet`1.UnionWithIEnumerableOfT0">
            <summary>Sets the stub of ISet`1.UnionWith(IEnumerable`1&lt;!0&gt; other)</summary>
        </member>
        <member name="P:System.Collections.Generic.Fakes.StubISet`1.global::System#Collections#Generic#ICollection{T}#Count">
            <summary>Sets the stub of ICollection`1.get_Count()</summary>
        </member>
        <member name="P:System.Collections.Generic.Fakes.StubISet`1.global::System#Collections#Generic#ICollection{T}#IsReadOnly">
            <summary>Sets the stub of ICollection`1.get_IsReadOnly()</summary>
        </member>
        <member name="T:System.Collections.Generic.Fakes.StubLinkedList`1">
            <summary>Stub type of System.Collections.Generic.LinkedList`1</summary>
        </member>
        <member name="M:System.Collections.Generic.Fakes.StubLinkedList`1.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Collections.Generic.Fakes.StubLinkedList`1.#ctor(System.Collections.Generic.IEnumerable{`0})">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Collections.Generic.Fakes.StubLinkedList`1.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Collections.Generic.Fakes.StubLinkedList`1.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Sets the stub of LinkedList`1.GetObjectData(SerializationInfo info, StreamingContext context)</summary>
        </member>
        <member name="F:System.Collections.Generic.Fakes.StubLinkedList`1.GetObjectDataSerializationInfoStreamingContext">
            <summary>Sets the stub of LinkedList`1.GetObjectData(SerializationInfo info, StreamingContext context)</summary>
        </member>
        <member name="M:System.Collections.Generic.Fakes.StubLinkedList`1.InitializeStub">
            <summary>Initializes a new instance of type StubLinkedList</summary>
        </member>
        <member name="M:System.Collections.Generic.Fakes.StubLinkedList`1.OnDeserialization(System.Object)">
            <summary>Sets the stub of LinkedList`1.OnDeserialization(Object sender)</summary>
        </member>
        <member name="F:System.Collections.Generic.Fakes.StubLinkedList`1.OnDeserializationObject">
            <summary>Sets the stub of LinkedList`1.OnDeserialization(Object sender)</summary>
        </member>
        <member name="P:System.Collections.Generic.Fakes.StubLinkedList`1.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Collections.Generic.Fakes.StubLinkedList`1.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Collections.Generic.Fakes.StubLinkedList`1.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Collections.Generic.Fakes.StubQueue`1">
            <summary>Stub type of System.Collections.Generic.Queue`1</summary>
        </member>
        <member name="M:System.Collections.Generic.Fakes.StubQueue`1.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Collections.Generic.Fakes.StubQueue`1.#ctor(System.Collections.Generic.IEnumerable{`0})">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Collections.Generic.Fakes.StubQueue`1.#ctor(System.Int32)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Collections.Generic.Fakes.StubQueue`1.InitializeStub">
            <summary>Initializes a new instance of type StubQueue</summary>
        </member>
        <member name="P:System.Collections.Generic.Fakes.StubQueue`1.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Collections.Generic.Fakes.StubQueue`1.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Collections.Generic.Fakes.StubQueue`1.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Collections.Generic.Fakes.StubSortedDictionary`2">
            <summary>Stub type of System.Collections.Generic.SortedDictionary`2</summary>
        </member>
        <member name="M:System.Collections.Generic.Fakes.StubSortedDictionary`2.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Collections.Generic.Fakes.StubSortedDictionary`2.#ctor(System.Collections.Generic.IComparer{`0})">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Collections.Generic.Fakes.StubSortedDictionary`2.#ctor(System.Collections.Generic.IDictionary{`0,`1})">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Collections.Generic.Fakes.StubSortedDictionary`2.#ctor(System.Collections.Generic.IDictionary{`0,`1},System.Collections.Generic.IComparer{`0})">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Collections.Generic.Fakes.StubSortedDictionary`2.InitializeStub">
            <summary>Initializes a new instance of type StubSortedDictionary</summary>
        </member>
        <member name="P:System.Collections.Generic.Fakes.StubSortedDictionary`2.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Collections.Generic.Fakes.StubSortedDictionary`2.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Collections.Generic.Fakes.StubSortedDictionary`2.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Collections.Generic.Fakes.StubSortedList`2">
            <summary>Stub type of System.Collections.Generic.SortedList`2</summary>
        </member>
        <member name="M:System.Collections.Generic.Fakes.StubSortedList`2.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Collections.Generic.Fakes.StubSortedList`2.#ctor(System.Collections.Generic.IDictionary{`0,`1})">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Collections.Generic.Fakes.StubSortedList`2.#ctor(System.Int32)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Collections.Generic.Fakes.StubSortedList`2.#ctor(System.Collections.Generic.IComparer{`0})">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Collections.Generic.Fakes.StubSortedList`2.#ctor(System.Collections.Generic.IDictionary{`0,`1},System.Collections.Generic.IComparer{`0})">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Collections.Generic.Fakes.StubSortedList`2.#ctor(System.Int32,System.Collections.Generic.IComparer{`0})">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Collections.Generic.Fakes.StubSortedList`2.InitializeStub">
            <summary>Initializes a new instance of type StubSortedList</summary>
        </member>
        <member name="P:System.Collections.Generic.Fakes.StubSortedList`2.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Collections.Generic.Fakes.StubSortedList`2.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Collections.Generic.Fakes.StubSortedList`2.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Collections.Generic.Fakes.StubSortedSet`1">
            <summary>Stub type of System.Collections.Generic.SortedSet`1</summary>
        </member>
        <member name="M:System.Collections.Generic.Fakes.StubSortedSet`1.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Collections.Generic.Fakes.StubSortedSet`1.#ctor(System.Collections.Generic.IComparer{`0})">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Collections.Generic.Fakes.StubSortedSet`1.#ctor(System.Collections.Generic.IEnumerable{`0})">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Collections.Generic.Fakes.StubSortedSet`1.#ctor(System.Collections.Generic.IEnumerable{`0},System.Collections.Generic.IComparer{`0})">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Collections.Generic.Fakes.StubSortedSet`1.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Collections.Generic.Fakes.StubSortedSet`1.Clear">
            <summary>Sets the stub of SortedSet`1.Clear()</summary>
        </member>
        <member name="F:System.Collections.Generic.Fakes.StubSortedSet`1.Clear01">
            <summary>Sets the stub of SortedSet`1.Clear()</summary>
        </member>
        <member name="M:System.Collections.Generic.Fakes.StubSortedSet`1.Contains(`0)">
            <summary>Sets the stub of SortedSet`1.Contains(!0 item)</summary>
        </member>
        <member name="F:System.Collections.Generic.Fakes.StubSortedSet`1.ContainsT0">
            <summary>Sets the stub of SortedSet`1.Contains(!0 item)</summary>
        </member>
        <member name="M:System.Collections.Generic.Fakes.StubSortedSet`1.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Sets the stub of SortedSet`1.GetObjectData(SerializationInfo info, StreamingContext context)</summary>
        </member>
        <member name="F:System.Collections.Generic.Fakes.StubSortedSet`1.GetObjectDataSerializationInfoStreamingContext">
            <summary>Sets the stub of SortedSet`1.GetObjectData(SerializationInfo info, StreamingContext context)</summary>
        </member>
        <member name="M:System.Collections.Generic.Fakes.StubSortedSet`1.GetViewBetween(`0,`0)">
            <summary>Sets the stub of SortedSet`1.GetViewBetween(!0 lowerValue, !0 upperValue)</summary>
        </member>
        <member name="F:System.Collections.Generic.Fakes.StubSortedSet`1.GetViewBetweenT0T0">
            <summary>Sets the stub of SortedSet`1.GetViewBetween(!0 lowerValue, !0 upperValue)</summary>
        </member>
        <member name="M:System.Collections.Generic.Fakes.StubSortedSet`1.InitializeStub">
            <summary>Initializes a new instance of type StubSortedSet</summary>
        </member>
        <member name="M:System.Collections.Generic.Fakes.StubSortedSet`1.IntersectWith(System.Collections.Generic.IEnumerable{`0})">
            <summary>Sets the stub of SortedSet`1.IntersectWith(IEnumerable`1&lt;!0&gt; other)</summary>
        </member>
        <member name="F:System.Collections.Generic.Fakes.StubSortedSet`1.IntersectWithIEnumerableOfT0">
            <summary>Sets the stub of SortedSet`1.IntersectWith(IEnumerable`1&lt;!0&gt; other)</summary>
        </member>
        <member name="M:System.Collections.Generic.Fakes.StubSortedSet`1.OnDeserialization(System.Object)">
            <summary>Sets the stub of SortedSet`1.OnDeserialization(Object sender)</summary>
        </member>
        <member name="F:System.Collections.Generic.Fakes.StubSortedSet`1.OnDeserializationObject">
            <summary>Sets the stub of SortedSet`1.OnDeserialization(Object sender)</summary>
        </member>
        <member name="P:System.Collections.Generic.Fakes.StubSortedSet`1.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Collections.Generic.Fakes.StubSortedSet`1.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Collections.Generic.Fakes.StubSortedSet`1.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Collections.Generic.Fakes.StubStack`1">
            <summary>Stub type of System.Collections.Generic.Stack`1</summary>
        </member>
        <member name="M:System.Collections.Generic.Fakes.StubStack`1.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Collections.Generic.Fakes.StubStack`1.#ctor(System.Collections.Generic.IEnumerable{`0})">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Collections.Generic.Fakes.StubStack`1.#ctor(System.Int32)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Collections.Generic.Fakes.StubStack`1.InitializeStub">
            <summary>Initializes a new instance of type StubStack</summary>
        </member>
        <member name="P:System.Collections.Generic.Fakes.StubStack`1.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Collections.Generic.Fakes.StubStack`1.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Collections.Generic.Fakes.StubStack`1.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Collections.ObjectModel.Fakes.ShimObservableCollection`1">
            <summary>Shim type of System.Collections.ObjectModel.ObservableCollection`1</summary>
        </member>
        <member name="M:System.Collections.ObjectModel.Fakes.ShimObservableCollection`1.#ctor">
            <summary>Initializes a new shim instance</summary>
        </member>
        <member name="M:System.Collections.ObjectModel.Fakes.ShimObservableCollection`1.#ctor(System.Collections.ObjectModel.ObservableCollection{`0})">
            <summary>Initializes a new shim for the given instance</summary>
        </member>
        <member name="M:System.Collections.ObjectModel.Fakes.ShimObservableCollection`1.BehaveAsCurrent">
            <summary>Assigns the &apos;Current&apos; behavior for all methods of the shimmed type</summary>
        </member>
        <member name="M:System.Collections.ObjectModel.Fakes.ShimObservableCollection`1.BehaveAsNotImplemented">
            <summary>Assigns the &apos;NotImplemented&apos; behavior for all methods of the shimmed type</summary>
        </member>
        <member name="M:System.Collections.ObjectModel.Fakes.ShimObservableCollection`1.Bind(System.Collections.Specialized.INotifyCollectionChanged)">
            <summary>Binds the members of the interface to the shim.</summary>
        </member>
        <member name="M:System.Collections.ObjectModel.Fakes.ShimObservableCollection`1.Bind(System.ComponentModel.INotifyPropertyChanged)">
            <summary>Binds the members of the interface to the shim.</summary>
        </member>
        <member name="M:System.Collections.ObjectModel.Fakes.ShimObservableCollection`1.Bind(System.Collections.ICollection)">
            <summary>Binds the members of the interface to the shim.</summary>
        </member>
        <member name="M:System.Collections.ObjectModel.Fakes.ShimObservableCollection`1.Bind(System.Collections.IEnumerable)">
            <summary>Binds the members of the interface to the shim.</summary>
        </member>
        <member name="M:System.Collections.ObjectModel.Fakes.ShimObservableCollection`1.Bind(System.Collections.IList)">
            <summary>Binds the members of the interface to the shim.</summary>
        </member>
        <member name="M:System.Collections.ObjectModel.Fakes.ShimObservableCollection`1.Bind(System.Collections.Generic.ICollection{`0})">
            <summary>Binds the members of the interface to the shim.</summary>
        </member>
        <member name="M:System.Collections.ObjectModel.Fakes.ShimObservableCollection`1.Bind(System.Collections.Generic.IEnumerable{`0})">
            <summary>Binds the members of the interface to the shim.</summary>
        </member>
        <member name="M:System.Collections.ObjectModel.Fakes.ShimObservableCollection`1.Bind(System.Collections.Generic.IList{`0})">
            <summary>Binds the members of the interface to the shim.</summary>
        </member>
        <member name="P:System.Collections.ObjectModel.Fakes.ShimObservableCollection`1.Behavior">
            <summary>Assigns the behavior for all methods of the shimmed type</summary>
        </member>
        <member name="P:System.Collections.ObjectModel.Fakes.ShimObservableCollection`1.BlockReentrancy">
            <summary>Sets the shim of ObservableCollection`1.BlockReentrancy()</summary>
        </member>
        <member name="P:System.Collections.ObjectModel.Fakes.ShimObservableCollection`1.CheckReentrancy">
            <summary>Sets the shim of ObservableCollection`1.CheckReentrancy()</summary>
        </member>
        <member name="P:System.Collections.ObjectModel.Fakes.ShimObservableCollection`1.ClearItems">
            <summary>Sets the shim of ObservableCollection`1.ClearItems()</summary>
        </member>
        <member name="P:System.Collections.ObjectModel.Fakes.ShimObservableCollection`1.CollectionChangedAddNotifyCollectionChangedEventHandler">
            <summary>Sets the shim of ObservableCollection`1.add_CollectionChanged(NotifyCollectionChangedEventHandler value)</summary>
        </member>
        <member name="P:System.Collections.ObjectModel.Fakes.ShimObservableCollection`1.CollectionChangedRemoveNotifyCollectionChangedEventHandler">
            <summary>Sets the shim of ObservableCollection`1.remove_CollectionChanged(NotifyCollectionChangedEventHandler value)</summary>
        </member>
        <member name="P:System.Collections.ObjectModel.Fakes.ShimObservableCollection`1.Constructor">
            <summary>Sets the shim of ObservableCollection`1.ObservableCollection`1()</summary>
        </member>
        <member name="P:System.Collections.ObjectModel.Fakes.ShimObservableCollection`1.ConstructorIEnumerableOfT0">
            <summary>Sets the shim of ObservableCollection`1.ObservableCollection`1(IEnumerable`1&lt;!0&gt; collection)</summary>
        </member>
        <member name="P:System.Collections.ObjectModel.Fakes.ShimObservableCollection`1.ConstructorListOfT0">
            <summary>Sets the shim of ObservableCollection`1.ObservableCollection`1(List`1&lt;!0&gt; list)</summary>
        </member>
        <member name="P:System.Collections.ObjectModel.Fakes.ShimObservableCollection`1.InsertItemInt32T0">
            <summary>Sets the shim of ObservableCollection`1.InsertItem(Int32 index, !0 item)</summary>
        </member>
        <member name="P:System.Collections.ObjectModel.Fakes.ShimObservableCollection`1.MoveInt32Int32">
            <summary>Sets the shim of ObservableCollection`1.Move(Int32 oldIndex, Int32 newIndex)</summary>
        </member>
        <member name="P:System.Collections.ObjectModel.Fakes.ShimObservableCollection`1.MoveItemInt32Int32">
            <summary>Sets the shim of ObservableCollection`1.MoveItem(Int32 oldIndex, Int32 newIndex)</summary>
        </member>
        <member name="P:System.Collections.ObjectModel.Fakes.ShimObservableCollection`1.OnCollectionChangedNotifyCollectionChangedEventArgs">
            <summary>Sets the shim of ObservableCollection`1.OnCollectionChanged(NotifyCollectionChangedEventArgs e)</summary>
        </member>
        <member name="P:System.Collections.ObjectModel.Fakes.ShimObservableCollection`1.OnPropertyChangedPropertyChangedEventArgs">
            <summary>Sets the shim of ObservableCollection`1.OnPropertyChanged(PropertyChangedEventArgs e)</summary>
        </member>
        <member name="P:System.Collections.ObjectModel.Fakes.ShimObservableCollection`1.PropertyChangedAddPropertyChangedEventHandler">
            <summary>Sets the shim of ObservableCollection`1.add_PropertyChanged(PropertyChangedEventHandler value)</summary>
        </member>
        <member name="P:System.Collections.ObjectModel.Fakes.ShimObservableCollection`1.PropertyChangedRemovePropertyChangedEventHandler">
            <summary>Sets the shim of ObservableCollection`1.remove_PropertyChanged(PropertyChangedEventHandler value)</summary>
        </member>
        <member name="P:System.Collections.ObjectModel.Fakes.ShimObservableCollection`1.RemoveItemInt32">
            <summary>Sets the shim of ObservableCollection`1.RemoveItem(Int32 index)</summary>
        </member>
        <member name="P:System.Collections.ObjectModel.Fakes.ShimObservableCollection`1.SetItemInt32T0">
            <summary>Sets the shim of ObservableCollection`1.SetItem(Int32 index, !0 item)</summary>
        </member>
        <member name="P:System.Collections.ObjectModel.Fakes.ShimObservableCollection`1.SystemComponentModelINotifyPropertyChangedadd_PropertyChangedPropertyChangedEventHandler">
            <summary>Sets the shim of ObservableCollection`1.System.ComponentModel.INotifyPropertyChanged.add_PropertyChanged(PropertyChangedEventHandler value)</summary>
        </member>
        <member name="P:System.Collections.ObjectModel.Fakes.ShimObservableCollection`1.SystemComponentModelINotifyPropertyChangedremove_PropertyChangedPropertyChangedEventHandler">
            <summary>Sets the shim of ObservableCollection`1.System.ComponentModel.INotifyPropertyChanged.remove_PropertyChanged(PropertyChangedEventHandler value)</summary>
        </member>
        <member name="T:System.Collections.ObjectModel.Fakes.ShimObservableCollection`1.AllInstances">
            <summary>Define shims for all instances members</summary>
        </member>
        <member name="P:System.Collections.ObjectModel.Fakes.ShimObservableCollection`1.AllInstances.BlockReentrancy">
            <summary>Sets the shim of ObservableCollection`1.BlockReentrancy()</summary>
        </member>
        <member name="P:System.Collections.ObjectModel.Fakes.ShimObservableCollection`1.AllInstances.CheckReentrancy">
            <summary>Sets the shim of ObservableCollection`1.CheckReentrancy()</summary>
        </member>
        <member name="P:System.Collections.ObjectModel.Fakes.ShimObservableCollection`1.AllInstances.ClearItems">
            <summary>Sets the shim of ObservableCollection`1.ClearItems()</summary>
        </member>
        <member name="P:System.Collections.ObjectModel.Fakes.ShimObservableCollection`1.AllInstances.CollectionChangedAddNotifyCollectionChangedEventHandler">
            <summary>Sets the shim of ObservableCollection`1.add_CollectionChanged(NotifyCollectionChangedEventHandler value)</summary>
        </member>
        <member name="P:System.Collections.ObjectModel.Fakes.ShimObservableCollection`1.AllInstances.CollectionChangedRemoveNotifyCollectionChangedEventHandler">
            <summary>Sets the shim of ObservableCollection`1.remove_CollectionChanged(NotifyCollectionChangedEventHandler value)</summary>
        </member>
        <member name="P:System.Collections.ObjectModel.Fakes.ShimObservableCollection`1.AllInstances.InsertItemInt32T0">
            <summary>Sets the shim of ObservableCollection`1.InsertItem(Int32 index, !0 item)</summary>
        </member>
        <member name="P:System.Collections.ObjectModel.Fakes.ShimObservableCollection`1.AllInstances.MoveInt32Int32">
            <summary>Sets the shim of ObservableCollection`1.Move(Int32 oldIndex, Int32 newIndex)</summary>
        </member>
        <member name="P:System.Collections.ObjectModel.Fakes.ShimObservableCollection`1.AllInstances.MoveItemInt32Int32">
            <summary>Sets the shim of ObservableCollection`1.MoveItem(Int32 oldIndex, Int32 newIndex)</summary>
        </member>
        <member name="P:System.Collections.ObjectModel.Fakes.ShimObservableCollection`1.AllInstances.OnCollectionChangedNotifyCollectionChangedEventArgs">
            <summary>Sets the shim of ObservableCollection`1.OnCollectionChanged(NotifyCollectionChangedEventArgs e)</summary>
        </member>
        <member name="P:System.Collections.ObjectModel.Fakes.ShimObservableCollection`1.AllInstances.OnPropertyChangedPropertyChangedEventArgs">
            <summary>Sets the shim of ObservableCollection`1.OnPropertyChanged(PropertyChangedEventArgs e)</summary>
        </member>
        <member name="P:System.Collections.ObjectModel.Fakes.ShimObservableCollection`1.AllInstances.PropertyChangedAddPropertyChangedEventHandler">
            <summary>Sets the shim of ObservableCollection`1.add_PropertyChanged(PropertyChangedEventHandler value)</summary>
        </member>
        <member name="P:System.Collections.ObjectModel.Fakes.ShimObservableCollection`1.AllInstances.PropertyChangedRemovePropertyChangedEventHandler">
            <summary>Sets the shim of ObservableCollection`1.remove_PropertyChanged(PropertyChangedEventHandler value)</summary>
        </member>
        <member name="P:System.Collections.ObjectModel.Fakes.ShimObservableCollection`1.AllInstances.RemoveItemInt32">
            <summary>Sets the shim of ObservableCollection`1.RemoveItem(Int32 index)</summary>
        </member>
        <member name="P:System.Collections.ObjectModel.Fakes.ShimObservableCollection`1.AllInstances.SetItemInt32T0">
            <summary>Sets the shim of ObservableCollection`1.SetItem(Int32 index, !0 item)</summary>
        </member>
        <member name="P:System.Collections.ObjectModel.Fakes.ShimObservableCollection`1.AllInstances.SystemComponentModelINotifyPropertyChangedadd_PropertyChangedPropertyChangedEventHandler">
            <summary>Sets the shim of ObservableCollection`1.System.ComponentModel.INotifyPropertyChanged.add_PropertyChanged(PropertyChangedEventHandler value)</summary>
        </member>
        <member name="P:System.Collections.ObjectModel.Fakes.ShimObservableCollection`1.AllInstances.SystemComponentModelINotifyPropertyChangedremove_PropertyChangedPropertyChangedEventHandler">
            <summary>Sets the shim of ObservableCollection`1.System.ComponentModel.INotifyPropertyChanged.remove_PropertyChanged(PropertyChangedEventHandler value)</summary>
        </member>
        <member name="T:System.Collections.ObjectModel.Fakes.ShimReadOnlyObservableCollection`1">
            <summary>Shim type of System.Collections.ObjectModel.ReadOnlyObservableCollection`1</summary>
        </member>
        <member name="M:System.Collections.ObjectModel.Fakes.ShimReadOnlyObservableCollection`1.#ctor">
            <summary>Initializes a new shim instance</summary>
        </member>
        <member name="M:System.Collections.ObjectModel.Fakes.ShimReadOnlyObservableCollection`1.#ctor(System.Collections.ObjectModel.ReadOnlyObservableCollection{`0})">
            <summary>Initializes a new shim for the given instance</summary>
        </member>
        <member name="M:System.Collections.ObjectModel.Fakes.ShimReadOnlyObservableCollection`1.BehaveAsCurrent">
            <summary>Assigns the &apos;Current&apos; behavior for all methods of the shimmed type</summary>
        </member>
        <member name="M:System.Collections.ObjectModel.Fakes.ShimReadOnlyObservableCollection`1.BehaveAsNotImplemented">
            <summary>Assigns the &apos;NotImplemented&apos; behavior for all methods of the shimmed type</summary>
        </member>
        <member name="M:System.Collections.ObjectModel.Fakes.ShimReadOnlyObservableCollection`1.Bind(System.Collections.Specialized.INotifyCollectionChanged)">
            <summary>Binds the members of the interface to the shim.</summary>
        </member>
        <member name="M:System.Collections.ObjectModel.Fakes.ShimReadOnlyObservableCollection`1.Bind(System.ComponentModel.INotifyPropertyChanged)">
            <summary>Binds the members of the interface to the shim.</summary>
        </member>
        <member name="M:System.Collections.ObjectModel.Fakes.ShimReadOnlyObservableCollection`1.Bind(System.Collections.ICollection)">
            <summary>Binds the members of the interface to the shim.</summary>
        </member>
        <member name="M:System.Collections.ObjectModel.Fakes.ShimReadOnlyObservableCollection`1.Bind(System.Collections.IEnumerable)">
            <summary>Binds the members of the interface to the shim.</summary>
        </member>
        <member name="M:System.Collections.ObjectModel.Fakes.ShimReadOnlyObservableCollection`1.Bind(System.Collections.IList)">
            <summary>Binds the members of the interface to the shim.</summary>
        </member>
        <member name="M:System.Collections.ObjectModel.Fakes.ShimReadOnlyObservableCollection`1.Bind(System.Collections.Generic.ICollection{`0})">
            <summary>Binds the members of the interface to the shim.</summary>
        </member>
        <member name="M:System.Collections.ObjectModel.Fakes.ShimReadOnlyObservableCollection`1.Bind(System.Collections.Generic.IEnumerable{`0})">
            <summary>Binds the members of the interface to the shim.</summary>
        </member>
        <member name="M:System.Collections.ObjectModel.Fakes.ShimReadOnlyObservableCollection`1.Bind(System.Collections.Generic.IList{`0})">
            <summary>Binds the members of the interface to the shim.</summary>
        </member>
        <member name="P:System.Collections.ObjectModel.Fakes.ShimReadOnlyObservableCollection`1.Behavior">
            <summary>Assigns the behavior for all methods of the shimmed type</summary>
        </member>
        <member name="P:System.Collections.ObjectModel.Fakes.ShimReadOnlyObservableCollection`1.CollectionChangedAddNotifyCollectionChangedEventHandler">
            <summary>Sets the shim of ReadOnlyObservableCollection`1.add_CollectionChanged(NotifyCollectionChangedEventHandler value)</summary>
        </member>
        <member name="P:System.Collections.ObjectModel.Fakes.ShimReadOnlyObservableCollection`1.CollectionChangedRemoveNotifyCollectionChangedEventHandler">
            <summary>Sets the shim of ReadOnlyObservableCollection`1.remove_CollectionChanged(NotifyCollectionChangedEventHandler value)</summary>
        </member>
        <member name="P:System.Collections.ObjectModel.Fakes.ShimReadOnlyObservableCollection`1.ConstructorObservableCollectionOfT0">
            <summary>Sets the shim of ReadOnlyObservableCollection`1.ReadOnlyObservableCollection`1(ObservableCollection`1&lt;!0&gt; list)</summary>
        </member>
        <member name="P:System.Collections.ObjectModel.Fakes.ShimReadOnlyObservableCollection`1.OnCollectionChangedNotifyCollectionChangedEventArgs">
            <summary>Sets the shim of ReadOnlyObservableCollection`1.OnCollectionChanged(NotifyCollectionChangedEventArgs args)</summary>
        </member>
        <member name="P:System.Collections.ObjectModel.Fakes.ShimReadOnlyObservableCollection`1.OnPropertyChangedPropertyChangedEventArgs">
            <summary>Sets the shim of ReadOnlyObservableCollection`1.OnPropertyChanged(PropertyChangedEventArgs args)</summary>
        </member>
        <member name="P:System.Collections.ObjectModel.Fakes.ShimReadOnlyObservableCollection`1.PropertyChangedAddPropertyChangedEventHandler">
            <summary>Sets the shim of ReadOnlyObservableCollection`1.add_PropertyChanged(PropertyChangedEventHandler value)</summary>
        </member>
        <member name="P:System.Collections.ObjectModel.Fakes.ShimReadOnlyObservableCollection`1.PropertyChangedRemovePropertyChangedEventHandler">
            <summary>Sets the shim of ReadOnlyObservableCollection`1.remove_PropertyChanged(PropertyChangedEventHandler value)</summary>
        </member>
        <member name="P:System.Collections.ObjectModel.Fakes.ShimReadOnlyObservableCollection`1.SystemCollectionsSpecializedINotifyCollectionChangedadd_CollectionChangedNotifyCollectionChangedEventHandler">
            <summary>Sets the shim of ReadOnlyObservableCollection`1.System.Collections.Specialized.INotifyCollectionChanged.add_CollectionChanged(NotifyCollectionChangedEventHandler value)</summary>
        </member>
        <member name="P:System.Collections.ObjectModel.Fakes.ShimReadOnlyObservableCollection`1.SystemCollectionsSpecializedINotifyCollectionChangedremove_CollectionChangedNotifyCollectionChangedEventHandler">
            <summary>Sets the shim of ReadOnlyObservableCollection`1.System.Collections.Specialized.INotifyCollectionChanged.remove_CollectionChanged(NotifyCollectionChangedEventHandler value)</summary>
        </member>
        <member name="P:System.Collections.ObjectModel.Fakes.ShimReadOnlyObservableCollection`1.SystemComponentModelINotifyPropertyChangedadd_PropertyChangedPropertyChangedEventHandler">
            <summary>Sets the shim of ReadOnlyObservableCollection`1.System.ComponentModel.INotifyPropertyChanged.add_PropertyChanged(PropertyChangedEventHandler value)</summary>
        </member>
        <member name="P:System.Collections.ObjectModel.Fakes.ShimReadOnlyObservableCollection`1.SystemComponentModelINotifyPropertyChangedremove_PropertyChangedPropertyChangedEventHandler">
            <summary>Sets the shim of ReadOnlyObservableCollection`1.System.ComponentModel.INotifyPropertyChanged.remove_PropertyChanged(PropertyChangedEventHandler value)</summary>
        </member>
        <member name="T:System.Collections.ObjectModel.Fakes.ShimReadOnlyObservableCollection`1.AllInstances">
            <summary>Define shims for all instances members</summary>
        </member>
        <member name="P:System.Collections.ObjectModel.Fakes.ShimReadOnlyObservableCollection`1.AllInstances.CollectionChangedAddNotifyCollectionChangedEventHandler">
            <summary>Sets the shim of ReadOnlyObservableCollection`1.add_CollectionChanged(NotifyCollectionChangedEventHandler value)</summary>
        </member>
        <member name="P:System.Collections.ObjectModel.Fakes.ShimReadOnlyObservableCollection`1.AllInstances.CollectionChangedRemoveNotifyCollectionChangedEventHandler">
            <summary>Sets the shim of ReadOnlyObservableCollection`1.remove_CollectionChanged(NotifyCollectionChangedEventHandler value)</summary>
        </member>
        <member name="P:System.Collections.ObjectModel.Fakes.ShimReadOnlyObservableCollection`1.AllInstances.OnCollectionChangedNotifyCollectionChangedEventArgs">
            <summary>Sets the shim of ReadOnlyObservableCollection`1.OnCollectionChanged(NotifyCollectionChangedEventArgs args)</summary>
        </member>
        <member name="P:System.Collections.ObjectModel.Fakes.ShimReadOnlyObservableCollection`1.AllInstances.OnPropertyChangedPropertyChangedEventArgs">
            <summary>Sets the shim of ReadOnlyObservableCollection`1.OnPropertyChanged(PropertyChangedEventArgs args)</summary>
        </member>
        <member name="P:System.Collections.ObjectModel.Fakes.ShimReadOnlyObservableCollection`1.AllInstances.PropertyChangedAddPropertyChangedEventHandler">
            <summary>Sets the shim of ReadOnlyObservableCollection`1.add_PropertyChanged(PropertyChangedEventHandler value)</summary>
        </member>
        <member name="P:System.Collections.ObjectModel.Fakes.ShimReadOnlyObservableCollection`1.AllInstances.PropertyChangedRemovePropertyChangedEventHandler">
            <summary>Sets the shim of ReadOnlyObservableCollection`1.remove_PropertyChanged(PropertyChangedEventHandler value)</summary>
        </member>
        <member name="P:System.Collections.ObjectModel.Fakes.ShimReadOnlyObservableCollection`1.AllInstances.SystemCollectionsSpecializedINotifyCollectionChangedadd_CollectionChangedNotifyCollectionChangedEventHandler">
            <summary>Sets the shim of ReadOnlyObservableCollection`1.System.Collections.Specialized.INotifyCollectionChanged.add_CollectionChanged(NotifyCollectionChangedEventHandler value)</summary>
        </member>
        <member name="P:System.Collections.ObjectModel.Fakes.ShimReadOnlyObservableCollection`1.AllInstances.SystemCollectionsSpecializedINotifyCollectionChangedremove_CollectionChangedNotifyCollectionChangedEventHandler">
            <summary>Sets the shim of ReadOnlyObservableCollection`1.System.Collections.Specialized.INotifyCollectionChanged.remove_CollectionChanged(NotifyCollectionChangedEventHandler value)</summary>
        </member>
        <member name="P:System.Collections.ObjectModel.Fakes.ShimReadOnlyObservableCollection`1.AllInstances.SystemComponentModelINotifyPropertyChangedadd_PropertyChangedPropertyChangedEventHandler">
            <summary>Sets the shim of ReadOnlyObservableCollection`1.System.ComponentModel.INotifyPropertyChanged.add_PropertyChanged(PropertyChangedEventHandler value)</summary>
        </member>
        <member name="P:System.Collections.ObjectModel.Fakes.ShimReadOnlyObservableCollection`1.AllInstances.SystemComponentModelINotifyPropertyChangedremove_PropertyChangedPropertyChangedEventHandler">
            <summary>Sets the shim of ReadOnlyObservableCollection`1.System.ComponentModel.INotifyPropertyChanged.remove_PropertyChanged(PropertyChangedEventHandler value)</summary>
        </member>
        <member name="T:System.Collections.ObjectModel.Fakes.StubObservableCollection`1">
            <summary>Stub type of System.Collections.ObjectModel.ObservableCollection`1</summary>
        </member>
        <member name="M:System.Collections.ObjectModel.Fakes.StubObservableCollection`1.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Collections.ObjectModel.Fakes.StubObservableCollection`1.#ctor(System.Collections.Generic.IEnumerable{`0})">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Collections.ObjectModel.Fakes.StubObservableCollection`1.#ctor(System.Collections.Generic.List{`0})">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Collections.ObjectModel.Fakes.StubObservableCollection`1.ClearItems">
            <summary>Sets the stub of ObservableCollection`1.ClearItems()</summary>
        </member>
        <member name="F:System.Collections.ObjectModel.Fakes.StubObservableCollection`1.ClearItems01">
            <summary>Sets the stub of ObservableCollection`1.ClearItems()</summary>
        </member>
        <member name="M:System.Collections.ObjectModel.Fakes.StubObservableCollection`1.InitializeStub">
            <summary>Initializes a new instance of type StubObservableCollection</summary>
        </member>
        <member name="M:System.Collections.ObjectModel.Fakes.StubObservableCollection`1.InsertItem(System.Int32,`0)">
            <summary>Sets the stub of ObservableCollection`1.InsertItem(Int32 index, !0 item)</summary>
        </member>
        <member name="F:System.Collections.ObjectModel.Fakes.StubObservableCollection`1.InsertItemInt32T0">
            <summary>Sets the stub of ObservableCollection`1.InsertItem(Int32 index, !0 item)</summary>
        </member>
        <member name="M:System.Collections.ObjectModel.Fakes.StubObservableCollection`1.MoveItem(System.Int32,System.Int32)">
            <summary>Sets the stub of ObservableCollection`1.MoveItem(Int32 oldIndex, Int32 newIndex)</summary>
        </member>
        <member name="F:System.Collections.ObjectModel.Fakes.StubObservableCollection`1.MoveItemInt32Int32">
            <summary>Sets the stub of ObservableCollection`1.MoveItem(Int32 oldIndex, Int32 newIndex)</summary>
        </member>
        <member name="M:System.Collections.ObjectModel.Fakes.StubObservableCollection`1.OnCollectionChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs)">
            <summary>Sets the stub of ObservableCollection`1.OnCollectionChanged(NotifyCollectionChangedEventArgs e)</summary>
        </member>
        <member name="F:System.Collections.ObjectModel.Fakes.StubObservableCollection`1.OnCollectionChangedNotifyCollectionChangedEventArgs">
            <summary>Sets the stub of ObservableCollection`1.OnCollectionChanged(NotifyCollectionChangedEventArgs e)</summary>
        </member>
        <member name="M:System.Collections.ObjectModel.Fakes.StubObservableCollection`1.OnPropertyChanged(System.ComponentModel.PropertyChangedEventArgs)">
            <summary>Sets the stub of ObservableCollection`1.OnPropertyChanged(PropertyChangedEventArgs e)</summary>
        </member>
        <member name="F:System.Collections.ObjectModel.Fakes.StubObservableCollection`1.OnPropertyChangedPropertyChangedEventArgs">
            <summary>Sets the stub of ObservableCollection`1.OnPropertyChanged(PropertyChangedEventArgs e)</summary>
        </member>
        <member name="M:System.Collections.ObjectModel.Fakes.StubObservableCollection`1.RemoveItem(System.Int32)">
            <summary>Sets the stub of ObservableCollection`1.RemoveItem(Int32 index)</summary>
        </member>
        <member name="F:System.Collections.ObjectModel.Fakes.StubObservableCollection`1.RemoveItemInt32">
            <summary>Sets the stub of ObservableCollection`1.RemoveItem(Int32 index)</summary>
        </member>
        <member name="M:System.Collections.ObjectModel.Fakes.StubObservableCollection`1.SetItem(System.Int32,`0)">
            <summary>Sets the stub of ObservableCollection`1.SetItem(Int32 index, !0 item)</summary>
        </member>
        <member name="F:System.Collections.ObjectModel.Fakes.StubObservableCollection`1.SetItemInt32T0">
            <summary>Sets the stub of ObservableCollection`1.SetItem(Int32 index, !0 item)</summary>
        </member>
        <member name="P:System.Collections.ObjectModel.Fakes.StubObservableCollection`1.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Collections.ObjectModel.Fakes.StubObservableCollection`1.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Collections.ObjectModel.Fakes.StubObservableCollection`1.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Collections.ObjectModel.Fakes.StubReadOnlyObservableCollection`1">
            <summary>Stub type of System.Collections.ObjectModel.ReadOnlyObservableCollection`1</summary>
        </member>
        <member name="M:System.Collections.ObjectModel.Fakes.StubReadOnlyObservableCollection`1.#ctor(System.Collections.ObjectModel.ObservableCollection{`0})">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Collections.ObjectModel.Fakes.StubReadOnlyObservableCollection`1.InitializeStub">
            <summary>Initializes a new instance of type StubReadOnlyObservableCollection</summary>
        </member>
        <member name="M:System.Collections.ObjectModel.Fakes.StubReadOnlyObservableCollection`1.OnCollectionChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs)">
            <summary>Sets the stub of ReadOnlyObservableCollection`1.OnCollectionChanged(NotifyCollectionChangedEventArgs args)</summary>
        </member>
        <member name="F:System.Collections.ObjectModel.Fakes.StubReadOnlyObservableCollection`1.OnCollectionChangedNotifyCollectionChangedEventArgs">
            <summary>Sets the stub of ReadOnlyObservableCollection`1.OnCollectionChanged(NotifyCollectionChangedEventArgs args)</summary>
        </member>
        <member name="M:System.Collections.ObjectModel.Fakes.StubReadOnlyObservableCollection`1.OnPropertyChanged(System.ComponentModel.PropertyChangedEventArgs)">
            <summary>Sets the stub of ReadOnlyObservableCollection`1.OnPropertyChanged(PropertyChangedEventArgs args)</summary>
        </member>
        <member name="F:System.Collections.ObjectModel.Fakes.StubReadOnlyObservableCollection`1.OnPropertyChangedPropertyChangedEventArgs">
            <summary>Sets the stub of ReadOnlyObservableCollection`1.OnPropertyChanged(PropertyChangedEventArgs args)</summary>
        </member>
        <member name="P:System.Collections.ObjectModel.Fakes.StubReadOnlyObservableCollection`1.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Collections.ObjectModel.Fakes.StubReadOnlyObservableCollection`1.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Collections.ObjectModel.Fakes.StubReadOnlyObservableCollection`1.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Collections.Specialized.Fakes.ShimNameObjectCollectionBase">
            <summary>Shim type of System.Collections.Specialized.NameObjectCollectionBase</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.ShimNameObjectCollectionBase.#ctor(System.Collections.Specialized.NameObjectCollectionBase)">
            <summary>Initializes a new shim for the given instance</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.ShimNameObjectCollectionBase.BehaveAsCurrent">
            <summary>Assigns the &apos;Current&apos; behavior for all methods of the shimmed type</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.ShimNameObjectCollectionBase.BehaveAsNotImplemented">
            <summary>Assigns the &apos;NotImplemented&apos; behavior for all methods of the shimmed type</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.ShimNameObjectCollectionBase.Bind(System.Collections.ICollection)">
            <summary>Binds the members of the interface to the shim.</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.ShimNameObjectCollectionBase.Bind(System.Collections.IEnumerable)">
            <summary>Binds the members of the interface to the shim.</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.ShimNameObjectCollectionBase.Bind(System.Runtime.Serialization.IDeserializationCallback)">
            <summary>Binds the members of the interface to the shim.</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.ShimNameObjectCollectionBase.Bind(System.Runtime.Serialization.ISerializable)">
            <summary>Binds the members of the interface to the shim.</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameObjectCollectionBase.BaseAddStringObject">
            <summary>Sets the shim of NameObjectCollectionBase.BaseAdd(String name, Object value)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameObjectCollectionBase.BaseClear">
            <summary>Sets the shim of NameObjectCollectionBase.BaseClear()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameObjectCollectionBase.BaseGetAllKeys">
            <summary>Sets the shim of NameObjectCollectionBase.BaseGetAllKeys()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameObjectCollectionBase.BaseGetAllValues">
            <summary>Sets the shim of NameObjectCollectionBase.BaseGetAllValues()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameObjectCollectionBase.BaseGetAllValuesType">
            <summary>Sets the shim of NameObjectCollectionBase.BaseGetAllValues(Type type)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameObjectCollectionBase.BaseGetInt32">
            <summary>Sets the shim of NameObjectCollectionBase.BaseGet(Int32 index)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameObjectCollectionBase.BaseGetKeyInt32">
            <summary>Sets the shim of NameObjectCollectionBase.BaseGetKey(Int32 index)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameObjectCollectionBase.BaseGetString">
            <summary>Sets the shim of NameObjectCollectionBase.BaseGet(String name)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameObjectCollectionBase.BaseHasKeys">
            <summary>Sets the shim of NameObjectCollectionBase.BaseHasKeys()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameObjectCollectionBase.BaseRemoveAtInt32">
            <summary>Sets the shim of NameObjectCollectionBase.BaseRemoveAt(Int32 index)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameObjectCollectionBase.BaseRemoveString">
            <summary>Sets the shim of NameObjectCollectionBase.BaseRemove(String name)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameObjectCollectionBase.BaseSetInt32Object">
            <summary>Sets the shim of NameObjectCollectionBase.BaseSet(Int32 index, Object value)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameObjectCollectionBase.BaseSetStringObject">
            <summary>Sets the shim of NameObjectCollectionBase.BaseSet(String name, Object value)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameObjectCollectionBase.Behavior">
            <summary>Assigns the behavior for all methods of the shimmed type</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameObjectCollectionBase.Constructor">
            <summary>Sets the shim of NameObjectCollectionBase.NameObjectCollectionBase()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameObjectCollectionBase.ConstructorIEqualityComparer">
            <summary>Sets the shim of NameObjectCollectionBase.NameObjectCollectionBase(IEqualityComparer equalityComparer)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameObjectCollectionBase.ConstructorIHashCodeProviderIComparer">
            <summary>Sets the shim of NameObjectCollectionBase.NameObjectCollectionBase(IHashCodeProvider hashProvider, IComparer comparer)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameObjectCollectionBase.ConstructorInt32">
            <summary>Sets the shim of NameObjectCollectionBase.NameObjectCollectionBase(Int32 capacity)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameObjectCollectionBase.ConstructorInt32IEqualityComparer">
            <summary>Sets the shim of NameObjectCollectionBase.NameObjectCollectionBase(Int32 capacity, IEqualityComparer equalityComparer)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameObjectCollectionBase.ConstructorInt32IHashCodeProviderIComparer">
            <summary>Sets the shim of NameObjectCollectionBase.NameObjectCollectionBase(Int32 capacity, IHashCodeProvider hashProvider, IComparer comparer)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameObjectCollectionBase.ConstructorSerializationInfoStreamingContext">
            <summary>Sets the shim of NameObjectCollectionBase.NameObjectCollectionBase(SerializationInfo info, StreamingContext context)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameObjectCollectionBase.CountGet">
            <summary>Sets the shim of NameObjectCollectionBase.get_Count()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameObjectCollectionBase.GetEnumerator">
            <summary>Sets the shim of NameObjectCollectionBase.GetEnumerator()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameObjectCollectionBase.GetObjectDataSerializationInfoStreamingContext">
            <summary>Sets the shim of NameObjectCollectionBase.GetObjectData(SerializationInfo info, StreamingContext context)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameObjectCollectionBase.IsReadOnlyGet">
            <summary>Sets the shim of NameObjectCollectionBase.get_IsReadOnly()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameObjectCollectionBase.IsReadOnlySetBoolean">
            <summary>Sets the shim of NameObjectCollectionBase.set_IsReadOnly(Boolean value)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameObjectCollectionBase.IsSynchronizedSystemCollectionsICollectionget">
            <summary>Sets the shim of NameObjectCollectionBase.System.Collections.ICollection.get_IsSynchronized()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameObjectCollectionBase.KeysGet">
            <summary>Sets the shim of NameObjectCollectionBase.get_Keys()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameObjectCollectionBase.OnDeserializationObject">
            <summary>Sets the shim of NameObjectCollectionBase.OnDeserialization(Object sender)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameObjectCollectionBase.StaticConstructor">
            <summary>Sets the shim of NameObjectCollectionBase.NameObjectCollectionBase()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameObjectCollectionBase.SyncRootSystemCollectionsICollectionget">
            <summary>Sets the shim of NameObjectCollectionBase.System.Collections.ICollection.get_SyncRoot()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameObjectCollectionBase.SystemCollectionsICollectionCopyToArrayInt32">
            <summary>Sets the shim of NameObjectCollectionBase.System.Collections.ICollection.CopyTo(Array array, Int32 index)</summary>
        </member>
        <member name="T:System.Collections.Specialized.Fakes.ShimNameObjectCollectionBase.AllInstances">
            <summary>Define shims for all instances members</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameObjectCollectionBase.AllInstances.BaseAddStringObject">
            <summary>Sets the shim of NameObjectCollectionBase.BaseAdd(String name, Object value)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameObjectCollectionBase.AllInstances.BaseClear">
            <summary>Sets the shim of NameObjectCollectionBase.BaseClear()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameObjectCollectionBase.AllInstances.BaseGetAllKeys">
            <summary>Sets the shim of NameObjectCollectionBase.BaseGetAllKeys()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameObjectCollectionBase.AllInstances.BaseGetAllValues">
            <summary>Sets the shim of NameObjectCollectionBase.BaseGetAllValues()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameObjectCollectionBase.AllInstances.BaseGetAllValuesType">
            <summary>Sets the shim of NameObjectCollectionBase.BaseGetAllValues(Type type)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameObjectCollectionBase.AllInstances.BaseGetInt32">
            <summary>Sets the shim of NameObjectCollectionBase.BaseGet(Int32 index)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameObjectCollectionBase.AllInstances.BaseGetKeyInt32">
            <summary>Sets the shim of NameObjectCollectionBase.BaseGetKey(Int32 index)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameObjectCollectionBase.AllInstances.BaseGetString">
            <summary>Sets the shim of NameObjectCollectionBase.BaseGet(String name)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameObjectCollectionBase.AllInstances.BaseHasKeys">
            <summary>Sets the shim of NameObjectCollectionBase.BaseHasKeys()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameObjectCollectionBase.AllInstances.BaseRemoveAtInt32">
            <summary>Sets the shim of NameObjectCollectionBase.BaseRemoveAt(Int32 index)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameObjectCollectionBase.AllInstances.BaseRemoveString">
            <summary>Sets the shim of NameObjectCollectionBase.BaseRemove(String name)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameObjectCollectionBase.AllInstances.BaseSetInt32Object">
            <summary>Sets the shim of NameObjectCollectionBase.BaseSet(Int32 index, Object value)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameObjectCollectionBase.AllInstances.BaseSetStringObject">
            <summary>Sets the shim of NameObjectCollectionBase.BaseSet(String name, Object value)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameObjectCollectionBase.AllInstances.CountGet">
            <summary>Sets the shim of NameObjectCollectionBase.get_Count()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameObjectCollectionBase.AllInstances.GetEnumerator">
            <summary>Sets the shim of NameObjectCollectionBase.GetEnumerator()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameObjectCollectionBase.AllInstances.GetObjectDataSerializationInfoStreamingContext">
            <summary>Sets the shim of NameObjectCollectionBase.GetObjectData(SerializationInfo info, StreamingContext context)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameObjectCollectionBase.AllInstances.IsReadOnlyGet">
            <summary>Sets the shim of NameObjectCollectionBase.get_IsReadOnly()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameObjectCollectionBase.AllInstances.IsReadOnlySetBoolean">
            <summary>Sets the shim of NameObjectCollectionBase.set_IsReadOnly(Boolean value)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameObjectCollectionBase.AllInstances.IsSynchronizedSystemCollectionsICollectionget">
            <summary>Sets the shim of NameObjectCollectionBase.System.Collections.ICollection.get_IsSynchronized()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameObjectCollectionBase.AllInstances.KeysGet">
            <summary>Sets the shim of NameObjectCollectionBase.get_Keys()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameObjectCollectionBase.AllInstances.OnDeserializationObject">
            <summary>Sets the shim of NameObjectCollectionBase.OnDeserialization(Object sender)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameObjectCollectionBase.AllInstances.SyncRootSystemCollectionsICollectionget">
            <summary>Sets the shim of NameObjectCollectionBase.System.Collections.ICollection.get_SyncRoot()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameObjectCollectionBase.AllInstances.SystemCollectionsICollectionCopyToArrayInt32">
            <summary>Sets the shim of NameObjectCollectionBase.System.Collections.ICollection.CopyTo(Array array, Int32 index)</summary>
        </member>
        <member name="T:System.Collections.Specialized.Fakes.ShimNameValueCollection">
            <summary>Shim type of System.Collections.Specialized.NameValueCollection</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.ShimNameValueCollection.#ctor">
            <summary>Initializes a new shim instance</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.ShimNameValueCollection.#ctor(System.Collections.Specialized.NameValueCollection)">
            <summary>Initializes a new shim for the given instance</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.ShimNameValueCollection.BehaveAsCurrent">
            <summary>Assigns the &apos;Current&apos; behavior for all methods of the shimmed type</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.ShimNameValueCollection.BehaveAsNotImplemented">
            <summary>Assigns the &apos;NotImplemented&apos; behavior for all methods of the shimmed type</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.ShimNameValueCollection.Bind(System.Collections.ICollection)">
            <summary>Binds the members of the interface to the shim.</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.ShimNameValueCollection.Bind(System.Collections.IEnumerable)">
            <summary>Binds the members of the interface to the shim.</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.ShimNameValueCollection.Bind(System.Runtime.Serialization.IDeserializationCallback)">
            <summary>Binds the members of the interface to the shim.</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.ShimNameValueCollection.Bind(System.Runtime.Serialization.ISerializable)">
            <summary>Binds the members of the interface to the shim.</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameValueCollection.AddNameValueCollection">
            <summary>Sets the shim of NameValueCollection.Add(NameValueCollection c)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameValueCollection.AddStringString">
            <summary>Sets the shim of NameValueCollection.Add(String name, String value)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameValueCollection.AllKeysGet">
            <summary>Sets the shim of NameValueCollection.get_AllKeys()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameValueCollection.Behavior">
            <summary>Assigns the behavior for all methods of the shimmed type</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameValueCollection.Clear">
            <summary>Sets the shim of NameValueCollection.Clear()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameValueCollection.Constructor">
            <summary>Sets the shim of NameValueCollection.NameValueCollection()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameValueCollection.ConstructorIEqualityComparer">
            <summary>Sets the shim of NameValueCollection.NameValueCollection(IEqualityComparer equalityComparer)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameValueCollection.ConstructorIHashCodeProviderIComparer">
            <summary>Sets the shim of NameValueCollection.NameValueCollection(IHashCodeProvider hashProvider, IComparer comparer)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameValueCollection.ConstructorInt32">
            <summary>Sets the shim of NameValueCollection.NameValueCollection(Int32 capacity)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameValueCollection.ConstructorInt32IEqualityComparer">
            <summary>Sets the shim of NameValueCollection.NameValueCollection(Int32 capacity, IEqualityComparer equalityComparer)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameValueCollection.ConstructorInt32IHashCodeProviderIComparer">
            <summary>Sets the shim of NameValueCollection.NameValueCollection(Int32 capacity, IHashCodeProvider hashProvider, IComparer comparer)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameValueCollection.ConstructorInt32NameValueCollection">
            <summary>Sets the shim of NameValueCollection.NameValueCollection(Int32 capacity, NameValueCollection col)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameValueCollection.ConstructorNameValueCollection">
            <summary>Sets the shim of NameValueCollection.NameValueCollection(NameValueCollection col)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameValueCollection.ConstructorSerializationInfoStreamingContext">
            <summary>Sets the shim of NameValueCollection.NameValueCollection(SerializationInfo info, StreamingContext context)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameValueCollection.CopyToArrayInt32">
            <summary>Sets the shim of NameValueCollection.CopyTo(Array dest, Int32 index)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameValueCollection.GetInt32">
            <summary>Sets the shim of NameValueCollection.Get(Int32 index)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameValueCollection.GetKeyInt32">
            <summary>Sets the shim of NameValueCollection.GetKey(Int32 index)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameValueCollection.GetString">
            <summary>Sets the shim of NameValueCollection.Get(String name)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameValueCollection.GetValuesInt32">
            <summary>Sets the shim of NameValueCollection.GetValues(Int32 index)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameValueCollection.GetValuesString">
            <summary>Sets the shim of NameValueCollection.GetValues(String name)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameValueCollection.HasKeys">
            <summary>Sets the shim of NameValueCollection.HasKeys()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameValueCollection.InvalidateCachedArrays">
            <summary>Sets the shim of NameValueCollection.InvalidateCachedArrays()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameValueCollection.ItemGetInt32">
            <summary>Sets the shim of NameValueCollection.get_Item(Int32 index)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameValueCollection.ItemGetString">
            <summary>Sets the shim of NameValueCollection.get_Item(String name)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameValueCollection.ItemSetStringString">
            <summary>Sets the shim of NameValueCollection.set_Item(String name, String value)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameValueCollection.RemoveString">
            <summary>Sets the shim of NameValueCollection.Remove(String name)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameValueCollection.SetStringString">
            <summary>Sets the shim of NameValueCollection.Set(String name, String value)</summary>
        </member>
        <member name="T:System.Collections.Specialized.Fakes.ShimNameValueCollection.AllInstances">
            <summary>Define shims for all instances members</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameValueCollection.AllInstances.AddNameValueCollection">
            <summary>Sets the shim of NameValueCollection.Add(NameValueCollection c)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameValueCollection.AllInstances.AddStringString">
            <summary>Sets the shim of NameValueCollection.Add(String name, String value)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameValueCollection.AllInstances.AllKeysGet">
            <summary>Sets the shim of NameValueCollection.get_AllKeys()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameValueCollection.AllInstances.Clear">
            <summary>Sets the shim of NameValueCollection.Clear()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameValueCollection.AllInstances.CopyToArrayInt32">
            <summary>Sets the shim of NameValueCollection.CopyTo(Array dest, Int32 index)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameValueCollection.AllInstances.GetInt32">
            <summary>Sets the shim of NameValueCollection.Get(Int32 index)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameValueCollection.AllInstances.GetKeyInt32">
            <summary>Sets the shim of NameValueCollection.GetKey(Int32 index)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameValueCollection.AllInstances.GetString">
            <summary>Sets the shim of NameValueCollection.Get(String name)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameValueCollection.AllInstances.GetValuesInt32">
            <summary>Sets the shim of NameValueCollection.GetValues(Int32 index)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameValueCollection.AllInstances.GetValuesString">
            <summary>Sets the shim of NameValueCollection.GetValues(String name)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameValueCollection.AllInstances.HasKeys">
            <summary>Sets the shim of NameValueCollection.HasKeys()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameValueCollection.AllInstances.InvalidateCachedArrays">
            <summary>Sets the shim of NameValueCollection.InvalidateCachedArrays()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameValueCollection.AllInstances.ItemGetInt32">
            <summary>Sets the shim of NameValueCollection.get_Item(Int32 index)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameValueCollection.AllInstances.ItemGetString">
            <summary>Sets the shim of NameValueCollection.get_Item(String name)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameValueCollection.AllInstances.ItemSetStringString">
            <summary>Sets the shim of NameValueCollection.set_Item(String name, String value)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameValueCollection.AllInstances.RemoveString">
            <summary>Sets the shim of NameValueCollection.Remove(String name)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimNameValueCollection.AllInstances.SetStringString">
            <summary>Sets the shim of NameValueCollection.Set(String name, String value)</summary>
        </member>
        <member name="T:System.Collections.Specialized.Fakes.ShimStringCollection">
            <summary>Shim type of System.Collections.Specialized.StringCollection</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.ShimStringCollection.#ctor">
            <summary>Initializes a new shim instance</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.ShimStringCollection.#ctor(System.Collections.Specialized.StringCollection)">
            <summary>Initializes a new shim for the given instance</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.ShimStringCollection.BehaveAsCurrent">
            <summary>Assigns the &apos;Current&apos; behavior for all methods of the shimmed type</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.ShimStringCollection.BehaveAsNotImplemented">
            <summary>Assigns the &apos;NotImplemented&apos; behavior for all methods of the shimmed type</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.ShimStringCollection.Bind(System.Collections.ICollection)">
            <summary>Binds the members of the interface to the shim.</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.ShimStringCollection.Bind(System.Collections.IEnumerable)">
            <summary>Binds the members of the interface to the shim.</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.ShimStringCollection.Bind(System.Collections.IList)">
            <summary>Binds the members of the interface to the shim.</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringCollection.AddRangeStringArray">
            <summary>Sets the shim of StringCollection.AddRange(String[] value)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringCollection.AddString">
            <summary>Sets the shim of StringCollection.Add(String value)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringCollection.Behavior">
            <summary>Assigns the behavior for all methods of the shimmed type</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringCollection.Clear">
            <summary>Sets the shim of StringCollection.Clear()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringCollection.Constructor">
            <summary>Sets the shim of StringCollection.StringCollection()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringCollection.ContainsString">
            <summary>Sets the shim of StringCollection.Contains(String value)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringCollection.CopyToStringArrayInt32">
            <summary>Sets the shim of StringCollection.CopyTo(String[] array, Int32 index)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringCollection.CountGet">
            <summary>Sets the shim of StringCollection.get_Count()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringCollection.GetEnumerator">
            <summary>Sets the shim of StringCollection.GetEnumerator()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringCollection.IndexOfString">
            <summary>Sets the shim of StringCollection.IndexOf(String value)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringCollection.InsertInt32String">
            <summary>Sets the shim of StringCollection.Insert(Int32 index, String value)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringCollection.IsFixedSizeSystemCollectionsIListget">
            <summary>Sets the shim of StringCollection.System.Collections.IList.get_IsFixedSize()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringCollection.IsReadOnlyGet">
            <summary>Sets the shim of StringCollection.get_IsReadOnly()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringCollection.IsReadOnlySystemCollectionsIListget">
            <summary>Sets the shim of StringCollection.System.Collections.IList.get_IsReadOnly()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringCollection.IsSynchronizedGet">
            <summary>Sets the shim of StringCollection.get_IsSynchronized()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringCollection.ItemGetInt32">
            <summary>Sets the shim of StringCollection.get_Item(Int32 index)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringCollection.ItemSetInt32String">
            <summary>Sets the shim of StringCollection.set_Item(Int32 index, String value)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringCollection.ItemSystemCollectionsIListgetInt32">
            <summary>Sets the shim of StringCollection.System.Collections.IList.get_Item(Int32 index)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringCollection.ItemSystemCollectionsIListsetInt32Object">
            <summary>Sets the shim of StringCollection.System.Collections.IList.set_Item(Int32 index, Object value)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringCollection.RemoveAtInt32">
            <summary>Sets the shim of StringCollection.RemoveAt(Int32 index)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringCollection.RemoveString">
            <summary>Sets the shim of StringCollection.Remove(String value)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringCollection.SyncRootGet">
            <summary>Sets the shim of StringCollection.get_SyncRoot()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringCollection.SystemCollectionsICollectionCopyToArrayInt32">
            <summary>Sets the shim of StringCollection.System.Collections.ICollection.CopyTo(Array array, Int32 index)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringCollection.SystemCollectionsIEnumerableGetEnumerator">
            <summary>Sets the shim of StringCollection.System.Collections.IEnumerable.GetEnumerator()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringCollection.SystemCollectionsIListAddObject">
            <summary>Sets the shim of StringCollection.System.Collections.IList.Add(Object value)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringCollection.SystemCollectionsIListContainsObject">
            <summary>Sets the shim of StringCollection.System.Collections.IList.Contains(Object value)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringCollection.SystemCollectionsIListIndexOfObject">
            <summary>Sets the shim of StringCollection.System.Collections.IList.IndexOf(Object value)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringCollection.SystemCollectionsIListInsertInt32Object">
            <summary>Sets the shim of StringCollection.System.Collections.IList.Insert(Int32 index, Object value)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringCollection.SystemCollectionsIListRemoveObject">
            <summary>Sets the shim of StringCollection.System.Collections.IList.Remove(Object value)</summary>
        </member>
        <member name="T:System.Collections.Specialized.Fakes.ShimStringCollection.AllInstances">
            <summary>Define shims for all instances members</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringCollection.AllInstances.AddRangeStringArray">
            <summary>Sets the shim of StringCollection.AddRange(String[] value)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringCollection.AllInstances.AddString">
            <summary>Sets the shim of StringCollection.Add(String value)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringCollection.AllInstances.Clear">
            <summary>Sets the shim of StringCollection.Clear()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringCollection.AllInstances.ContainsString">
            <summary>Sets the shim of StringCollection.Contains(String value)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringCollection.AllInstances.CopyToStringArrayInt32">
            <summary>Sets the shim of StringCollection.CopyTo(String[] array, Int32 index)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringCollection.AllInstances.CountGet">
            <summary>Sets the shim of StringCollection.get_Count()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringCollection.AllInstances.GetEnumerator">
            <summary>Sets the shim of StringCollection.GetEnumerator()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringCollection.AllInstances.IndexOfString">
            <summary>Sets the shim of StringCollection.IndexOf(String value)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringCollection.AllInstances.InsertInt32String">
            <summary>Sets the shim of StringCollection.Insert(Int32 index, String value)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringCollection.AllInstances.IsFixedSizeSystemCollectionsIListget">
            <summary>Sets the shim of StringCollection.System.Collections.IList.get_IsFixedSize()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringCollection.AllInstances.IsReadOnlyGet">
            <summary>Sets the shim of StringCollection.get_IsReadOnly()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringCollection.AllInstances.IsReadOnlySystemCollectionsIListget">
            <summary>Sets the shim of StringCollection.System.Collections.IList.get_IsReadOnly()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringCollection.AllInstances.IsSynchronizedGet">
            <summary>Sets the shim of StringCollection.get_IsSynchronized()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringCollection.AllInstances.ItemGetInt32">
            <summary>Sets the shim of StringCollection.get_Item(Int32 index)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringCollection.AllInstances.ItemSetInt32String">
            <summary>Sets the shim of StringCollection.set_Item(Int32 index, String value)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringCollection.AllInstances.ItemSystemCollectionsIListgetInt32">
            <summary>Sets the shim of StringCollection.System.Collections.IList.get_Item(Int32 index)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringCollection.AllInstances.ItemSystemCollectionsIListsetInt32Object">
            <summary>Sets the shim of StringCollection.System.Collections.IList.set_Item(Int32 index, Object value)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringCollection.AllInstances.RemoveAtInt32">
            <summary>Sets the shim of StringCollection.RemoveAt(Int32 index)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringCollection.AllInstances.RemoveString">
            <summary>Sets the shim of StringCollection.Remove(String value)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringCollection.AllInstances.SyncRootGet">
            <summary>Sets the shim of StringCollection.get_SyncRoot()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringCollection.AllInstances.SystemCollectionsICollectionCopyToArrayInt32">
            <summary>Sets the shim of StringCollection.System.Collections.ICollection.CopyTo(Array array, Int32 index)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringCollection.AllInstances.SystemCollectionsIEnumerableGetEnumerator">
            <summary>Sets the shim of StringCollection.System.Collections.IEnumerable.GetEnumerator()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringCollection.AllInstances.SystemCollectionsIListAddObject">
            <summary>Sets the shim of StringCollection.System.Collections.IList.Add(Object value)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringCollection.AllInstances.SystemCollectionsIListContainsObject">
            <summary>Sets the shim of StringCollection.System.Collections.IList.Contains(Object value)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringCollection.AllInstances.SystemCollectionsIListIndexOfObject">
            <summary>Sets the shim of StringCollection.System.Collections.IList.IndexOf(Object value)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringCollection.AllInstances.SystemCollectionsIListInsertInt32Object">
            <summary>Sets the shim of StringCollection.System.Collections.IList.Insert(Int32 index, Object value)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringCollection.AllInstances.SystemCollectionsIListRemoveObject">
            <summary>Sets the shim of StringCollection.System.Collections.IList.Remove(Object value)</summary>
        </member>
        <member name="T:System.Collections.Specialized.Fakes.ShimStringDictionary">
            <summary>Shim type of System.Collections.Specialized.StringDictionary</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.ShimStringDictionary.#ctor">
            <summary>Initializes a new shim instance</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.ShimStringDictionary.#ctor(System.Collections.Specialized.StringDictionary)">
            <summary>Initializes a new shim for the given instance</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.ShimStringDictionary.BehaveAsCurrent">
            <summary>Assigns the &apos;Current&apos; behavior for all methods of the shimmed type</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.ShimStringDictionary.BehaveAsNotImplemented">
            <summary>Assigns the &apos;NotImplemented&apos; behavior for all methods of the shimmed type</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.ShimStringDictionary.Bind(System.Collections.IEnumerable)">
            <summary>Binds the members of the interface to the shim.</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringDictionary.AddStringString">
            <summary>Sets the shim of StringDictionary.Add(String key, String value)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringDictionary.Behavior">
            <summary>Assigns the behavior for all methods of the shimmed type</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringDictionary.Clear">
            <summary>Sets the shim of StringDictionary.Clear()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringDictionary.Constructor">
            <summary>Sets the shim of StringDictionary.StringDictionary()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringDictionary.ContainsKeyString">
            <summary>Sets the shim of StringDictionary.ContainsKey(String key)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringDictionary.ContainsValueString">
            <summary>Sets the shim of StringDictionary.ContainsValue(String value)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringDictionary.CopyToArrayInt32">
            <summary>Sets the shim of StringDictionary.CopyTo(Array array, Int32 index)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringDictionary.CountGet">
            <summary>Sets the shim of StringDictionary.get_Count()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringDictionary.GetEnumerator">
            <summary>Sets the shim of StringDictionary.GetEnumerator()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringDictionary.IsSynchronizedGet">
            <summary>Sets the shim of StringDictionary.get_IsSynchronized()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringDictionary.ItemGetString">
            <summary>Sets the shim of StringDictionary.get_Item(String key)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringDictionary.ItemSetStringString">
            <summary>Sets the shim of StringDictionary.set_Item(String key, String value)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringDictionary.KeysGet">
            <summary>Sets the shim of StringDictionary.get_Keys()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringDictionary.RemoveString">
            <summary>Sets the shim of StringDictionary.Remove(String key)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringDictionary.SyncRootGet">
            <summary>Sets the shim of StringDictionary.get_SyncRoot()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringDictionary.ValuesGet">
            <summary>Sets the shim of StringDictionary.get_Values()</summary>
        </member>
        <member name="T:System.Collections.Specialized.Fakes.ShimStringDictionary.AllInstances">
            <summary>Define shims for all instances members</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringDictionary.AllInstances.AddStringString">
            <summary>Sets the shim of StringDictionary.Add(String key, String value)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringDictionary.AllInstances.Clear">
            <summary>Sets the shim of StringDictionary.Clear()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringDictionary.AllInstances.ContainsKeyString">
            <summary>Sets the shim of StringDictionary.ContainsKey(String key)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringDictionary.AllInstances.ContainsValueString">
            <summary>Sets the shim of StringDictionary.ContainsValue(String value)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringDictionary.AllInstances.CopyToArrayInt32">
            <summary>Sets the shim of StringDictionary.CopyTo(Array array, Int32 index)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringDictionary.AllInstances.CountGet">
            <summary>Sets the shim of StringDictionary.get_Count()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringDictionary.AllInstances.GetEnumerator">
            <summary>Sets the shim of StringDictionary.GetEnumerator()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringDictionary.AllInstances.IsSynchronizedGet">
            <summary>Sets the shim of StringDictionary.get_IsSynchronized()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringDictionary.AllInstances.ItemGetString">
            <summary>Sets the shim of StringDictionary.get_Item(String key)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringDictionary.AllInstances.ItemSetStringString">
            <summary>Sets the shim of StringDictionary.set_Item(String key, String value)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringDictionary.AllInstances.KeysGet">
            <summary>Sets the shim of StringDictionary.get_Keys()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringDictionary.AllInstances.RemoveString">
            <summary>Sets the shim of StringDictionary.Remove(String key)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringDictionary.AllInstances.SyncRootGet">
            <summary>Sets the shim of StringDictionary.get_SyncRoot()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringDictionary.AllInstances.ValuesGet">
            <summary>Sets the shim of StringDictionary.get_Values()</summary>
        </member>
        <member name="T:System.Collections.Specialized.Fakes.ShimStringEnumerator">
            <summary>Shim type of System.Collections.Specialized.StringEnumerator</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.ShimStringEnumerator.#ctor">
            <summary>Initializes a new shim instance</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.ShimStringEnumerator.#ctor(System.Collections.Specialized.StringEnumerator)">
            <summary>Initializes a new shim for the given instance</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.ShimStringEnumerator.BehaveAsCurrent">
            <summary>Assigns the &apos;Current&apos; behavior for all methods of the shimmed type</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.ShimStringEnumerator.BehaveAsNotImplemented">
            <summary>Assigns the &apos;NotImplemented&apos; behavior for all methods of the shimmed type</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringEnumerator.Behavior">
            <summary>Assigns the behavior for all methods of the shimmed type</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringEnumerator.CurrentGet">
            <summary>Sets the shim of StringEnumerator.get_Current()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringEnumerator.MoveNext">
            <summary>Sets the shim of StringEnumerator.MoveNext()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringEnumerator.Reset">
            <summary>Sets the shim of StringEnumerator.Reset()</summary>
        </member>
        <member name="T:System.Collections.Specialized.Fakes.ShimStringEnumerator.AllInstances">
            <summary>Define shims for all instances members</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringEnumerator.AllInstances.CurrentGet">
            <summary>Sets the shim of StringEnumerator.get_Current()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringEnumerator.AllInstances.MoveNext">
            <summary>Sets the shim of StringEnumerator.MoveNext()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.ShimStringEnumerator.AllInstances.Reset">
            <summary>Sets the shim of StringEnumerator.Reset()</summary>
        </member>
        <member name="T:System.Collections.Specialized.Fakes.StubCollectionsUtil">
            <summary>Stub type of System.Collections.Specialized.CollectionsUtil</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubCollectionsUtil.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubCollectionsUtil.InitializeStub">
            <summary>Initializes a new instance of type StubCollectionsUtil</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.StubCollectionsUtil.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.StubCollectionsUtil.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.StubCollectionsUtil.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Collections.Specialized.Fakes.StubHybridDictionary">
            <summary>Stub type of System.Collections.Specialized.HybridDictionary</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubHybridDictionary.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubHybridDictionary.#ctor(System.Boolean)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubHybridDictionary.#ctor(System.Int32)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubHybridDictionary.#ctor(System.Int32,System.Boolean)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubHybridDictionary.InitializeStub">
            <summary>Initializes a new instance of type StubHybridDictionary</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.StubHybridDictionary.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.StubHybridDictionary.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.StubHybridDictionary.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Collections.Specialized.Fakes.StubINotifyCollectionChanged">
            <summary>Stub type of System.Collections.Specialized.INotifyCollectionChanged</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubINotifyCollectionChanged.#ctor">
            <summary>Initializes a new instance of type StubINotifyCollectionChanged</summary>
        </member>
        <member name="T:System.Collections.Specialized.Fakes.StubIOrderedDictionary">
            <summary>Stub type of System.Collections.Specialized.IOrderedDictionary</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubIOrderedDictionary.#ctor">
            <summary>Initializes a new instance of type StubIOrderedDictionary</summary>
        </member>
        <member name="F:System.Collections.Specialized.Fakes.StubIOrderedDictionary.AddObjectObject">
            <summary>Sets the stub of IDictionary.Add(Object key, Object value)</summary>
        </member>
        <member name="F:System.Collections.Specialized.Fakes.StubIOrderedDictionary.Clear">
            <summary>Sets the stub of IDictionary.Clear()</summary>
        </member>
        <member name="F:System.Collections.Specialized.Fakes.StubIOrderedDictionary.ContainsObject">
            <summary>Sets the stub of IDictionary.Contains(Object key)</summary>
        </member>
        <member name="F:System.Collections.Specialized.Fakes.StubIOrderedDictionary.CopyToArrayInt32">
            <summary>Sets the stub of ICollection.CopyTo(Array array, Int32 index)</summary>
        </member>
        <member name="F:System.Collections.Specialized.Fakes.StubIOrderedDictionary.CountGet">
            <summary>Sets the stub of ICollection.get_Count()</summary>
        </member>
        <member name="F:System.Collections.Specialized.Fakes.StubIOrderedDictionary.GetEnumerator">
            <summary>Sets the stub of IOrderedDictionary.GetEnumerator()</summary>
        </member>
        <member name="F:System.Collections.Specialized.Fakes.StubIOrderedDictionary.GetEnumerator01">
            <summary>Sets the stub of IDictionary.GetEnumerator()</summary>
        </member>
        <member name="F:System.Collections.Specialized.Fakes.StubIOrderedDictionary.GetEnumerator02">
            <summary>Sets the stub of IEnumerable.GetEnumerator()</summary>
        </member>
        <member name="F:System.Collections.Specialized.Fakes.StubIOrderedDictionary.InsertInt32ObjectObject">
            <summary>Sets the stub of IOrderedDictionary.Insert(Int32 index, Object key, Object value)</summary>
        </member>
        <member name="F:System.Collections.Specialized.Fakes.StubIOrderedDictionary.IsFixedSizeGet">
            <summary>Sets the stub of IDictionary.get_IsFixedSize()</summary>
        </member>
        <member name="F:System.Collections.Specialized.Fakes.StubIOrderedDictionary.IsReadOnlyGet">
            <summary>Sets the stub of IDictionary.get_IsReadOnly()</summary>
        </member>
        <member name="F:System.Collections.Specialized.Fakes.StubIOrderedDictionary.IsSynchronizedGet">
            <summary>Sets the stub of ICollection.get_IsSynchronized()</summary>
        </member>
        <member name="F:System.Collections.Specialized.Fakes.StubIOrderedDictionary.ItemGetInt32">
            <summary>Sets the stub of IOrderedDictionary.get_Item(Int32 index)</summary>
        </member>
        <member name="F:System.Collections.Specialized.Fakes.StubIOrderedDictionary.ItemGetObject">
            <summary>Sets the stub of IDictionary.get_Item(Object key)</summary>
        </member>
        <member name="F:System.Collections.Specialized.Fakes.StubIOrderedDictionary.ItemSetInt32Object">
            <summary>Sets the stub of IOrderedDictionary.set_Item(Int32 index, Object value)</summary>
        </member>
        <member name="F:System.Collections.Specialized.Fakes.StubIOrderedDictionary.ItemSetObjectObject">
            <summary>Sets the stub of IDictionary.set_Item(Object key, Object value)</summary>
        </member>
        <member name="F:System.Collections.Specialized.Fakes.StubIOrderedDictionary.KeysGet">
            <summary>Sets the stub of IDictionary.get_Keys()</summary>
        </member>
        <member name="F:System.Collections.Specialized.Fakes.StubIOrderedDictionary.RemoveAtInt32">
            <summary>Sets the stub of IOrderedDictionary.RemoveAt(Int32 index)</summary>
        </member>
        <member name="F:System.Collections.Specialized.Fakes.StubIOrderedDictionary.RemoveObject">
            <summary>Sets the stub of IDictionary.Remove(Object key)</summary>
        </member>
        <member name="F:System.Collections.Specialized.Fakes.StubIOrderedDictionary.SyncRootGet">
            <summary>Sets the stub of ICollection.get_SyncRoot()</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubIOrderedDictionary.global::System#Collections#ICollection#CopyTo(System.Array,System.Int32)">
            <summary>Sets the stub of ICollection.CopyTo(Array array, Int32 index)</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubIOrderedDictionary.global::System#Collections#IDictionary#Add(System.Object,System.Object)">
            <summary>Sets the stub of IDictionary.Add(Object key, Object value)</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubIOrderedDictionary.global::System#Collections#IDictionary#Clear">
            <summary>Sets the stub of IDictionary.Clear()</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubIOrderedDictionary.global::System#Collections#IDictionary#Contains(System.Object)">
            <summary>Sets the stub of IDictionary.Contains(Object key)</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubIOrderedDictionary.global::System#Collections#IDictionary#GetEnumerator">
            <summary>Sets the stub of IDictionary.GetEnumerator()</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubIOrderedDictionary.global::System#Collections#IDictionary#Remove(System.Object)">
            <summary>Sets the stub of IDictionary.Remove(Object key)</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubIOrderedDictionary.global::System#Collections#IEnumerable#GetEnumerator">
            <summary>Sets the stub of IEnumerable.GetEnumerator()</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubIOrderedDictionary.global::System#Collections#Specialized#IOrderedDictionary#GetEnumerator">
            <summary>Sets the stub of IOrderedDictionary.GetEnumerator()</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubIOrderedDictionary.global::System#Collections#Specialized#IOrderedDictionary#Insert(System.Int32,System.Object,System.Object)">
            <summary>Sets the stub of IOrderedDictionary.Insert(Int32 index, Object key, Object value)</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubIOrderedDictionary.global::System#Collections#Specialized#IOrderedDictionary#RemoveAt(System.Int32)">
            <summary>Sets the stub of IOrderedDictionary.RemoveAt(Int32 index)</summary>
        </member>
        <member name="F:System.Collections.Specialized.Fakes.StubIOrderedDictionary.ValuesGet">
            <summary>Sets the stub of IDictionary.get_Values()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.StubIOrderedDictionary.global::System#Collections#ICollection#Count">
            <summary>Sets the stub of ICollection.get_Count()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.StubIOrderedDictionary.global::System#Collections#IDictionary#IsFixedSize">
            <summary>Sets the stub of IDictionary.get_IsFixedSize()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.StubIOrderedDictionary.global::System#Collections#IDictionary#IsReadOnly">
            <summary>Sets the stub of IDictionary.get_IsReadOnly()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.StubIOrderedDictionary.global::System#Collections#ICollection#IsSynchronized">
            <summary>Sets the stub of ICollection.get_IsSynchronized()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.StubIOrderedDictionary.System#Collections#Specialized#IOrderedDictionary#Item(System.Int32)">
            <summary>Sets the stub of IOrderedDictionary.get_Item(Int32 index)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.StubIOrderedDictionary.System#Collections#IDictionary#Item(System.Object)">
            <summary>Sets the stub of IDictionary.get_Item(Object key)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.StubIOrderedDictionary.global::System#Collections#IDictionary#Keys">
            <summary>Sets the stub of IDictionary.get_Keys()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.StubIOrderedDictionary.global::System#Collections#ICollection#SyncRoot">
            <summary>Sets the stub of ICollection.get_SyncRoot()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.StubIOrderedDictionary.global::System#Collections#IDictionary#Values">
            <summary>Sets the stub of IDictionary.get_Values()</summary>
        </member>
        <member name="T:System.Collections.Specialized.Fakes.StubListDictionary">
            <summary>Stub type of System.Collections.Specialized.ListDictionary</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubListDictionary.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubListDictionary.#ctor(System.Collections.IComparer)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubListDictionary.InitializeStub">
            <summary>Initializes a new instance of type StubListDictionary</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.StubListDictionary.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.StubListDictionary.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.StubListDictionary.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Collections.Specialized.Fakes.StubNameObjectCollectionBase">
            <summary>Stub type of System.Collections.Specialized.NameObjectCollectionBase</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubNameObjectCollectionBase.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubNameObjectCollectionBase.#ctor(System.Collections.IEqualityComparer)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubNameObjectCollectionBase.#ctor(System.Int32)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubNameObjectCollectionBase.#ctor(System.Int32,System.Collections.IEqualityComparer)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubNameObjectCollectionBase.#ctor(System.Collections.IHashCodeProvider,System.Collections.IComparer)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubNameObjectCollectionBase.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubNameObjectCollectionBase.#ctor(System.Int32,System.Collections.IHashCodeProvider,System.Collections.IComparer)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="F:System.Collections.Specialized.Fakes.StubNameObjectCollectionBase.CountGet">
            <summary>Sets the stub of NameObjectCollectionBase.get_Count()</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubNameObjectCollectionBase.GetEnumerator">
            <summary>Sets the stub of NameObjectCollectionBase.GetEnumerator()</summary>
        </member>
        <member name="F:System.Collections.Specialized.Fakes.StubNameObjectCollectionBase.GetEnumerator01">
            <summary>Sets the stub of NameObjectCollectionBase.GetEnumerator()</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubNameObjectCollectionBase.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Sets the stub of NameObjectCollectionBase.GetObjectData(SerializationInfo info, StreamingContext context)</summary>
        </member>
        <member name="F:System.Collections.Specialized.Fakes.StubNameObjectCollectionBase.GetObjectDataSerializationInfoStreamingContext">
            <summary>Sets the stub of NameObjectCollectionBase.GetObjectData(SerializationInfo info, StreamingContext context)</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubNameObjectCollectionBase.InitializeStub">
            <summary>Initializes a new instance of type StubNameObjectCollectionBase</summary>
        </member>
        <member name="F:System.Collections.Specialized.Fakes.StubNameObjectCollectionBase.KeysGet">
            <summary>Sets the stub of NameObjectCollectionBase.get_Keys()</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubNameObjectCollectionBase.OnDeserialization(System.Object)">
            <summary>Sets the stub of NameObjectCollectionBase.OnDeserialization(Object sender)</summary>
        </member>
        <member name="F:System.Collections.Specialized.Fakes.StubNameObjectCollectionBase.OnDeserializationObject">
            <summary>Sets the stub of NameObjectCollectionBase.OnDeserialization(Object sender)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.StubNameObjectCollectionBase.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.StubNameObjectCollectionBase.Count">
            <summary>Sets the stub of NameObjectCollectionBase.get_Count()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.StubNameObjectCollectionBase.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.StubNameObjectCollectionBase.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.StubNameObjectCollectionBase.Keys">
            <summary>Sets the stub of NameObjectCollectionBase.get_Keys()</summary>
        </member>
        <member name="T:System.Collections.Specialized.Fakes.StubNameValueCollection">
            <summary>Stub type of System.Collections.Specialized.NameValueCollection</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubNameValueCollection.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubNameValueCollection.#ctor(System.Collections.Specialized.NameValueCollection)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubNameValueCollection.#ctor(System.Collections.IEqualityComparer)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubNameValueCollection.#ctor(System.Int32)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubNameValueCollection.#ctor(System.Int32,System.Collections.Specialized.NameValueCollection)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubNameValueCollection.#ctor(System.Int32,System.Collections.IEqualityComparer)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubNameValueCollection.#ctor(System.Collections.IHashCodeProvider,System.Collections.IComparer)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubNameValueCollection.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubNameValueCollection.#ctor(System.Int32,System.Collections.IHashCodeProvider,System.Collections.IComparer)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubNameValueCollection.Add(System.String,System.String)">
            <summary>Sets the stub of NameValueCollection.Add(String name, String value)</summary>
        </member>
        <member name="F:System.Collections.Specialized.Fakes.StubNameValueCollection.AddStringString">
            <summary>Sets the stub of NameValueCollection.Add(String name, String value)</summary>
        </member>
        <member name="F:System.Collections.Specialized.Fakes.StubNameValueCollection.AllKeysGet">
            <summary>Sets the stub of NameValueCollection.get_AllKeys()</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubNameValueCollection.Clear">
            <summary>Sets the stub of NameValueCollection.Clear()</summary>
        </member>
        <member name="F:System.Collections.Specialized.Fakes.StubNameValueCollection.Clear01">
            <summary>Sets the stub of NameValueCollection.Clear()</summary>
        </member>
        <member name="F:System.Collections.Specialized.Fakes.StubNameValueCollection.CountGet">
            <summary>Sets the stub of NameObjectCollectionBase.get_Count()</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubNameValueCollection.Get(System.Int32)">
            <summary>Sets the stub of NameValueCollection.Get(Int32 index)</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubNameValueCollection.Get(System.String)">
            <summary>Sets the stub of NameValueCollection.Get(String name)</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubNameValueCollection.GetEnumerator">
            <summary>Sets the stub of NameObjectCollectionBase.GetEnumerator()</summary>
        </member>
        <member name="F:System.Collections.Specialized.Fakes.StubNameValueCollection.GetEnumerator01">
            <summary>Sets the stub of NameObjectCollectionBase.GetEnumerator()</summary>
        </member>
        <member name="F:System.Collections.Specialized.Fakes.StubNameValueCollection.GetInt32">
            <summary>Sets the stub of NameValueCollection.Get(Int32 index)</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubNameValueCollection.GetKey(System.Int32)">
            <summary>Sets the stub of NameValueCollection.GetKey(Int32 index)</summary>
        </member>
        <member name="F:System.Collections.Specialized.Fakes.StubNameValueCollection.GetKeyInt32">
            <summary>Sets the stub of NameValueCollection.GetKey(Int32 index)</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubNameValueCollection.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Sets the stub of NameObjectCollectionBase.GetObjectData(SerializationInfo info, StreamingContext context)</summary>
        </member>
        <member name="F:System.Collections.Specialized.Fakes.StubNameValueCollection.GetObjectDataSerializationInfoStreamingContext">
            <summary>Sets the stub of NameObjectCollectionBase.GetObjectData(SerializationInfo info, StreamingContext context)</summary>
        </member>
        <member name="F:System.Collections.Specialized.Fakes.StubNameValueCollection.GetString">
            <summary>Sets the stub of NameValueCollection.Get(String name)</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubNameValueCollection.GetValues(System.String)">
            <summary>Sets the stub of NameValueCollection.GetValues(String name)</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubNameValueCollection.GetValues(System.Int32)">
            <summary>Sets the stub of NameValueCollection.GetValues(Int32 index)</summary>
        </member>
        <member name="F:System.Collections.Specialized.Fakes.StubNameValueCollection.GetValuesInt32">
            <summary>Sets the stub of NameValueCollection.GetValues(Int32 index)</summary>
        </member>
        <member name="F:System.Collections.Specialized.Fakes.StubNameValueCollection.GetValuesString">
            <summary>Sets the stub of NameValueCollection.GetValues(String name)</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubNameValueCollection.InitializeStub">
            <summary>Initializes a new instance of type StubNameValueCollection</summary>
        </member>
        <member name="F:System.Collections.Specialized.Fakes.StubNameValueCollection.KeysGet">
            <summary>Sets the stub of NameObjectCollectionBase.get_Keys()</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubNameValueCollection.OnDeserialization(System.Object)">
            <summary>Sets the stub of NameObjectCollectionBase.OnDeserialization(Object sender)</summary>
        </member>
        <member name="F:System.Collections.Specialized.Fakes.StubNameValueCollection.OnDeserializationObject">
            <summary>Sets the stub of NameObjectCollectionBase.OnDeserialization(Object sender)</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubNameValueCollection.Remove(System.String)">
            <summary>Sets the stub of NameValueCollection.Remove(String name)</summary>
        </member>
        <member name="F:System.Collections.Specialized.Fakes.StubNameValueCollection.RemoveString">
            <summary>Sets the stub of NameValueCollection.Remove(String name)</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubNameValueCollection.Set(System.String,System.String)">
            <summary>Sets the stub of NameValueCollection.Set(String name, String value)</summary>
        </member>
        <member name="F:System.Collections.Specialized.Fakes.StubNameValueCollection.SetStringString">
            <summary>Sets the stub of NameValueCollection.Set(String name, String value)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.StubNameValueCollection.AllKeys">
            <summary>Sets the stub of NameValueCollection.get_AllKeys()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.StubNameValueCollection.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.StubNameValueCollection.Count">
            <summary>Sets the stub of NameObjectCollectionBase.get_Count()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.StubNameValueCollection.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.StubNameValueCollection.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.StubNameValueCollection.Keys">
            <summary>Sets the stub of NameObjectCollectionBase.get_Keys()</summary>
        </member>
        <member name="T:System.Collections.Specialized.Fakes.StubNotifyCollectionChangedEventArgs">
            <summary>Stub type of System.Collections.Specialized.NotifyCollectionChangedEventArgs</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubNotifyCollectionChangedEventArgs.#ctor(System.Collections.Specialized.NotifyCollectionChangedAction)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubNotifyCollectionChangedEventArgs.#ctor(System.Collections.Specialized.NotifyCollectionChangedAction,System.Object)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubNotifyCollectionChangedEventArgs.#ctor(System.Collections.Specialized.NotifyCollectionChangedAction,System.Collections.IList)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubNotifyCollectionChangedEventArgs.#ctor(System.Collections.Specialized.NotifyCollectionChangedAction,System.Object,System.Int32)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubNotifyCollectionChangedEventArgs.#ctor(System.Collections.Specialized.NotifyCollectionChangedAction,System.Object,System.Object)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubNotifyCollectionChangedEventArgs.#ctor(System.Collections.Specialized.NotifyCollectionChangedAction,System.Collections.IList,System.Int32)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubNotifyCollectionChangedEventArgs.#ctor(System.Collections.Specialized.NotifyCollectionChangedAction,System.Collections.IList,System.Collections.IList)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubNotifyCollectionChangedEventArgs.#ctor(System.Collections.Specialized.NotifyCollectionChangedAction,System.Object,System.Int32,System.Int32)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubNotifyCollectionChangedEventArgs.#ctor(System.Collections.Specialized.NotifyCollectionChangedAction,System.Object,System.Object,System.Int32)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubNotifyCollectionChangedEventArgs.#ctor(System.Collections.Specialized.NotifyCollectionChangedAction,System.Collections.IList,System.Int32,System.Int32)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubNotifyCollectionChangedEventArgs.#ctor(System.Collections.Specialized.NotifyCollectionChangedAction,System.Collections.IList,System.Collections.IList,System.Int32)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubNotifyCollectionChangedEventArgs.InitializeStub">
            <summary>Initializes a new instance of type StubNotifyCollectionChangedEventArgs</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.StubNotifyCollectionChangedEventArgs.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.StubNotifyCollectionChangedEventArgs.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.StubNotifyCollectionChangedEventArgs.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Collections.Specialized.Fakes.StubOrderedDictionary">
            <summary>Stub type of System.Collections.Specialized.OrderedDictionary</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubOrderedDictionary.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubOrderedDictionary.#ctor(System.Collections.IEqualityComparer)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubOrderedDictionary.#ctor(System.Int32)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubOrderedDictionary.#ctor(System.Int32,System.Collections.IEqualityComparer)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubOrderedDictionary.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubOrderedDictionary.GetEnumerator">
            <summary>Sets the stub of OrderedDictionary.GetEnumerator()</summary>
        </member>
        <member name="F:System.Collections.Specialized.Fakes.StubOrderedDictionary.GetEnumerator01">
            <summary>Sets the stub of OrderedDictionary.GetEnumerator()</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubOrderedDictionary.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Sets the stub of OrderedDictionary.GetObjectData(SerializationInfo info, StreamingContext context)</summary>
        </member>
        <member name="F:System.Collections.Specialized.Fakes.StubOrderedDictionary.GetObjectDataSerializationInfoStreamingContext">
            <summary>Sets the stub of OrderedDictionary.GetObjectData(SerializationInfo info, StreamingContext context)</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubOrderedDictionary.InitializeStub">
            <summary>Initializes a new instance of type StubOrderedDictionary</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubOrderedDictionary.OnDeserialization(System.Object)">
            <summary>Sets the stub of OrderedDictionary.OnDeserialization(Object sender)</summary>
        </member>
        <member name="F:System.Collections.Specialized.Fakes.StubOrderedDictionary.OnDeserializationObject">
            <summary>Sets the stub of OrderedDictionary.OnDeserialization(Object sender)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.StubOrderedDictionary.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.StubOrderedDictionary.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.StubOrderedDictionary.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Collections.Specialized.Fakes.StubStringCollection">
            <summary>Stub type of System.Collections.Specialized.StringCollection</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubStringCollection.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubStringCollection.InitializeStub">
            <summary>Initializes a new instance of type StubStringCollection</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.StubStringCollection.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.StubStringCollection.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.StubStringCollection.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Collections.Specialized.Fakes.StubStringDictionary">
            <summary>Stub type of System.Collections.Specialized.StringDictionary</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubStringDictionary.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubStringDictionary.Add(System.String,System.String)">
            <summary>Sets the stub of StringDictionary.Add(String key, String value)</summary>
        </member>
        <member name="F:System.Collections.Specialized.Fakes.StubStringDictionary.AddStringString">
            <summary>Sets the stub of StringDictionary.Add(String key, String value)</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubStringDictionary.Clear">
            <summary>Sets the stub of StringDictionary.Clear()</summary>
        </member>
        <member name="F:System.Collections.Specialized.Fakes.StubStringDictionary.Clear01">
            <summary>Sets the stub of StringDictionary.Clear()</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubStringDictionary.ContainsKey(System.String)">
            <summary>Sets the stub of StringDictionary.ContainsKey(String key)</summary>
        </member>
        <member name="F:System.Collections.Specialized.Fakes.StubStringDictionary.ContainsKeyString">
            <summary>Sets the stub of StringDictionary.ContainsKey(String key)</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubStringDictionary.ContainsValue(System.String)">
            <summary>Sets the stub of StringDictionary.ContainsValue(String value)</summary>
        </member>
        <member name="F:System.Collections.Specialized.Fakes.StubStringDictionary.ContainsValueString">
            <summary>Sets the stub of StringDictionary.ContainsValue(String value)</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubStringDictionary.CopyTo(System.Array,System.Int32)">
            <summary>Sets the stub of StringDictionary.CopyTo(Array array, Int32 index)</summary>
        </member>
        <member name="F:System.Collections.Specialized.Fakes.StubStringDictionary.CopyToArrayInt32">
            <summary>Sets the stub of StringDictionary.CopyTo(Array array, Int32 index)</summary>
        </member>
        <member name="F:System.Collections.Specialized.Fakes.StubStringDictionary.CountGet">
            <summary>Sets the stub of StringDictionary.get_Count()</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubStringDictionary.GetEnumerator">
            <summary>Sets the stub of StringDictionary.GetEnumerator()</summary>
        </member>
        <member name="F:System.Collections.Specialized.Fakes.StubStringDictionary.GetEnumerator01">
            <summary>Sets the stub of StringDictionary.GetEnumerator()</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubStringDictionary.InitializeStub">
            <summary>Initializes a new instance of type StubStringDictionary</summary>
        </member>
        <member name="F:System.Collections.Specialized.Fakes.StubStringDictionary.IsSynchronizedGet">
            <summary>Sets the stub of StringDictionary.get_IsSynchronized()</summary>
        </member>
        <member name="F:System.Collections.Specialized.Fakes.StubStringDictionary.ItemGetString">
            <summary>Sets the stub of StringDictionary.get_Item(String key)</summary>
        </member>
        <member name="F:System.Collections.Specialized.Fakes.StubStringDictionary.ItemSetStringString">
            <summary>Sets the stub of StringDictionary.set_Item(String key, String value)</summary>
        </member>
        <member name="F:System.Collections.Specialized.Fakes.StubStringDictionary.KeysGet">
            <summary>Sets the stub of StringDictionary.get_Keys()</summary>
        </member>
        <member name="M:System.Collections.Specialized.Fakes.StubStringDictionary.Remove(System.String)">
            <summary>Sets the stub of StringDictionary.Remove(String key)</summary>
        </member>
        <member name="F:System.Collections.Specialized.Fakes.StubStringDictionary.RemoveString">
            <summary>Sets the stub of StringDictionary.Remove(String key)</summary>
        </member>
        <member name="F:System.Collections.Specialized.Fakes.StubStringDictionary.SyncRootGet">
            <summary>Sets the stub of StringDictionary.get_SyncRoot()</summary>
        </member>
        <member name="F:System.Collections.Specialized.Fakes.StubStringDictionary.ValuesGet">
            <summary>Sets the stub of StringDictionary.get_Values()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.StubStringDictionary.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.StubStringDictionary.Count">
            <summary>Sets the stub of StringDictionary.get_Count()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.StubStringDictionary.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.StubStringDictionary.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.StubStringDictionary.IsSynchronized">
            <summary>Sets the stub of StringDictionary.get_IsSynchronized()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.StubStringDictionary.Item(System.String)">
            <summary>Sets the stub of StringDictionary.get_Item(String key)</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.StubStringDictionary.Keys">
            <summary>Sets the stub of StringDictionary.get_Keys()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.StubStringDictionary.SyncRoot">
            <summary>Sets the stub of StringDictionary.get_SyncRoot()</summary>
        </member>
        <member name="P:System.Collections.Specialized.Fakes.StubStringDictionary.Values">
            <summary>Sets the stub of StringDictionary.get_Values()</summary>
        </member>
        <member name="T:System.ComponentModel.Design.Fakes.StubActiveDesignerEventArgs">
            <summary>Stub type of System.ComponentModel.Design.ActiveDesignerEventArgs</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubActiveDesignerEventArgs.#ctor(System.ComponentModel.Design.IDesignerHost,System.ComponentModel.Design.IDesignerHost)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubActiveDesignerEventArgs.InitializeStub">
            <summary>Initializes a new instance of type StubActiveDesignerEventArgs</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubActiveDesignerEventArgs.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubActiveDesignerEventArgs.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubActiveDesignerEventArgs.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.ComponentModel.Design.Fakes.StubCheckoutException">
            <summary>Stub type of System.ComponentModel.Design.CheckoutException</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubCheckoutException.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubCheckoutException.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubCheckoutException.#ctor(System.String,System.Int32)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubCheckoutException.#ctor(System.String,System.Exception)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubCheckoutException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubCheckoutException.AttachBackingFieldToHelpLink">
            <summary>Attaches delegates to emulate StubCheckoutException.HelpLink as a property with a backing field.</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubCheckoutException.AttachBackingFieldToSource">
            <summary>Attaches delegates to emulate StubCheckoutException.Source as a property with a backing field.</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubCheckoutException.DataGet">
            <summary>Sets the stub of Exception.get_Data()</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubCheckoutException.ErrorCodeGet">
            <summary>Sets the stub of ExternalException.get_ErrorCode()</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubCheckoutException.GetBaseException">
            <summary>Sets the stub of Exception.GetBaseException()</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubCheckoutException.GetBaseException01">
            <summary>Sets the stub of Exception.GetBaseException()</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubCheckoutException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubCheckoutException.GetObjectDataSerializationInfoStreamingContext">
            <summary>Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubCheckoutException.HelpLinkGet">
            <summary>Sets the stub of Exception.get_HelpLink()</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubCheckoutException.HelpLinkSetString">
            <summary>Sets the stub of Exception.set_HelpLink(String value)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubCheckoutException.InitializeStub">
            <summary>Initializes a new instance of type StubCheckoutException</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubCheckoutException.MessageGet">
            <summary>Sets the stub of Exception.get_Message()</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubCheckoutException.SourceGet">
            <summary>Sets the stub of Exception.get_Source()</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubCheckoutException.SourceSetString">
            <summary>Sets the stub of Exception.set_Source(String value)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubCheckoutException.StackTraceGet">
            <summary>Sets the stub of Exception.get_StackTrace()</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubCheckoutException.ToString">
            <summary>Sets the stub of ExternalException.ToString()</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubCheckoutException.ToString01">
            <summary>Sets the stub of ExternalException.ToString()</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubCheckoutException.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubCheckoutException.Data">
            <summary>Sets the stub of Exception.get_Data()</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubCheckoutException.ErrorCode">
            <summary>Sets the stub of ExternalException.get_ErrorCode()</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubCheckoutException.HelpLink">
            <summary>Sets the stub of Exception.get_HelpLink()</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubCheckoutException.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubCheckoutException.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubCheckoutException.Message">
            <summary>Sets the stub of Exception.get_Message()</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubCheckoutException.Source">
            <summary>Sets the stub of Exception.get_Source()</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubCheckoutException.StackTrace">
            <summary>Sets the stub of Exception.get_StackTrace()</summary>
        </member>
        <member name="T:System.ComponentModel.Design.Fakes.StubCommandID">
            <summary>Stub type of System.ComponentModel.Design.CommandID</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubCommandID.#ctor(System.Guid,System.Int32)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubCommandID.Equals(System.Object)">
            <summary>Sets the stub of CommandID.Equals(Object obj)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubCommandID.EqualsObject">
            <summary>Sets the stub of CommandID.Equals(Object obj)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubCommandID.GetHashCode">
            <summary>Sets the stub of CommandID.GetHashCode()</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubCommandID.GetHashCode01">
            <summary>Sets the stub of CommandID.GetHashCode()</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubCommandID.GuidGet">
            <summary>Sets the stub of CommandID.get_Guid()</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubCommandID.IDGet">
            <summary>Sets the stub of CommandID.get_ID()</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubCommandID.InitializeStub">
            <summary>Initializes a new instance of type StubCommandID</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubCommandID.ToString">
            <summary>Sets the stub of CommandID.ToString()</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubCommandID.ToString01">
            <summary>Sets the stub of CommandID.ToString()</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubCommandID.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubCommandID.Guid">
            <summary>Sets the stub of CommandID.get_Guid()</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubCommandID.ID">
            <summary>Sets the stub of CommandID.get_ID()</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubCommandID.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubCommandID.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.ComponentModel.Design.Fakes.StubComponentEventArgs">
            <summary>Stub type of System.ComponentModel.Design.ComponentEventArgs</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubComponentEventArgs.#ctor(System.ComponentModel.IComponent)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubComponentEventArgs.ComponentGet">
            <summary>Sets the stub of ComponentEventArgs.get_Component()</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubComponentEventArgs.InitializeStub">
            <summary>Initializes a new instance of type StubComponentEventArgs</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubComponentEventArgs.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubComponentEventArgs.Component">
            <summary>Sets the stub of ComponentEventArgs.get_Component()</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubComponentEventArgs.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubComponentEventArgs.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.ComponentModel.Design.Fakes.StubComponentRenameEventArgs">
            <summary>Stub type of System.ComponentModel.Design.ComponentRenameEventArgs</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubComponentRenameEventArgs.#ctor(System.Object,System.String,System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubComponentRenameEventArgs.InitializeStub">
            <summary>Initializes a new instance of type StubComponentRenameEventArgs</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubComponentRenameEventArgs.NewNameGet">
            <summary>Sets the stub of ComponentRenameEventArgs.get_NewName()</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubComponentRenameEventArgs.OldNameGet">
            <summary>Sets the stub of ComponentRenameEventArgs.get_OldName()</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubComponentRenameEventArgs.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubComponentRenameEventArgs.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubComponentRenameEventArgs.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubComponentRenameEventArgs.NewName">
            <summary>Sets the stub of ComponentRenameEventArgs.get_NewName()</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubComponentRenameEventArgs.OldName">
            <summary>Sets the stub of ComponentRenameEventArgs.get_OldName()</summary>
        </member>
        <member name="T:System.ComponentModel.Design.Fakes.StubDesignerCollection">
            <summary>Stub type of System.ComponentModel.Design.DesignerCollection</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubDesignerCollection.#ctor(System.Collections.IList)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubDesignerCollection.#ctor(System.ComponentModel.Design.IDesignerHost[])">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubDesignerCollection.InitializeStub">
            <summary>Initializes a new instance of type StubDesignerCollection</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubDesignerCollection.ItemGetInt32">
            <summary>Sets the stub of DesignerCollection.get_Item(Int32 index)</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubDesignerCollection.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubDesignerCollection.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubDesignerCollection.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubDesignerCollection.Item(System.Int32)">
            <summary>Sets the stub of DesignerCollection.get_Item(Int32 index)</summary>
        </member>
        <member name="T:System.ComponentModel.Design.Fakes.StubDesignerEventArgs">
            <summary>Stub type of System.ComponentModel.Design.DesignerEventArgs</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubDesignerEventArgs.#ctor(System.ComponentModel.Design.IDesignerHost)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubDesignerEventArgs.InitializeStub">
            <summary>Initializes a new instance of type StubDesignerEventArgs</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubDesignerEventArgs.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubDesignerEventArgs.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubDesignerEventArgs.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.ComponentModel.Design.Fakes.StubDesignerOptionService">
            <summary>Stub type of System.ComponentModel.Design.DesignerOptionService</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubDesignerOptionService.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubDesignerOptionService.InitializeStub">
            <summary>Initializes a new instance of type StubDesignerOptionService</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubDesignerOptionService.PopulateOptionCollection(System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection)">
            <summary>Sets the stub of DesignerOptionService.PopulateOptionCollection(DesignerOptionCollection options)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubDesignerOptionService.PopulateOptionCollectionDesignerOptionServiceDesignerOptionCollection">
            <summary>Sets the stub of DesignerOptionService.PopulateOptionCollection(DesignerOptionCollection options)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubDesignerOptionService.ShowDialog(System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection,System.Object)">
            <summary>Sets the stub of DesignerOptionService.ShowDialog(DesignerOptionCollection options, Object optionObject)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubDesignerOptionService.ShowDialogDesignerOptionServiceDesignerOptionCollectionObject">
            <summary>Sets the stub of DesignerOptionService.ShowDialog(DesignerOptionCollection options, Object optionObject)</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubDesignerOptionService.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubDesignerOptionService.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubDesignerOptionService.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.ComponentModel.Design.Fakes.StubDesignerTransaction">
            <summary>Stub type of System.ComponentModel.Design.DesignerTransaction</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubDesignerTransaction.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubDesignerTransaction.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubDesignerTransaction.Dispose(System.Boolean)">
            <summary>Sets the stub of DesignerTransaction.Dispose(Boolean disposing)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubDesignerTransaction.DisposeBoolean">
            <summary>Sets the stub of DesignerTransaction.Dispose(Boolean disposing)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubDesignerTransaction.InitializeStub">
            <summary>Initializes a new instance of type StubDesignerTransaction</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubDesignerTransaction.OnCancel">
            <summary>Sets the stub of DesignerTransaction.OnCancel()</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubDesignerTransaction.OnCancel01">
            <summary>Sets the stub of DesignerTransaction.OnCancel()</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubDesignerTransaction.OnCommit">
            <summary>Sets the stub of DesignerTransaction.OnCommit()</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubDesignerTransaction.OnCommit01">
            <summary>Sets the stub of DesignerTransaction.OnCommit()</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubDesignerTransaction.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubDesignerTransaction.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubDesignerTransaction.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.ComponentModel.Design.Fakes.StubDesignerTransactionCloseEventArgs">
            <summary>Stub type of System.ComponentModel.Design.DesignerTransactionCloseEventArgs</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubDesignerTransactionCloseEventArgs.#ctor(System.Boolean)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubDesignerTransactionCloseEventArgs.#ctor(System.Boolean,System.Boolean)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubDesignerTransactionCloseEventArgs.InitializeStub">
            <summary>Initializes a new instance of type StubDesignerTransactionCloseEventArgs</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubDesignerTransactionCloseEventArgs.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubDesignerTransactionCloseEventArgs.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubDesignerTransactionCloseEventArgs.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.ComponentModel.Design.Fakes.StubDesignerVerb">
            <summary>Stub type of System.ComponentModel.Design.DesignerVerb</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubDesignerVerb.#ctor(System.String,System.EventHandler)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubDesignerVerb.#ctor(System.String,System.EventHandler,System.ComponentModel.Design.CommandID)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubDesignerVerb.AttachBackingFieldToChecked">
            <summary>Attaches delegates to emulate StubDesignerVerb.Checked as a property with a backing field.</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubDesignerVerb.AttachBackingFieldToEnabled">
            <summary>Attaches delegates to emulate StubDesignerVerb.Enabled as a property with a backing field.</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubDesignerVerb.AttachBackingFieldToSupported">
            <summary>Attaches delegates to emulate StubDesignerVerb.Supported as a property with a backing field.</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubDesignerVerb.AttachBackingFieldToVisible">
            <summary>Attaches delegates to emulate StubDesignerVerb.Visible as a property with a backing field.</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubDesignerVerb.CheckedGet">
            <summary>Sets the stub of MenuCommand.get_Checked()</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubDesignerVerb.CheckedSetBoolean">
            <summary>Sets the stub of MenuCommand.set_Checked(Boolean value)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubDesignerVerb.CommandIDGet">
            <summary>Sets the stub of MenuCommand.get_CommandID()</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubDesignerVerb.EnabledGet">
            <summary>Sets the stub of MenuCommand.get_Enabled()</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubDesignerVerb.EnabledSetBoolean">
            <summary>Sets the stub of MenuCommand.set_Enabled(Boolean value)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubDesignerVerb.InitializeStub">
            <summary>Initializes a new instance of type StubDesignerVerb</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubDesignerVerb.Invoke">
            <summary>Sets the stub of MenuCommand.Invoke()</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubDesignerVerb.Invoke(System.Object)">
            <summary>Sets the stub of MenuCommand.Invoke(Object arg)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubDesignerVerb.Invoke01">
            <summary>Sets the stub of MenuCommand.Invoke()</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubDesignerVerb.InvokeObject">
            <summary>Sets the stub of MenuCommand.Invoke(Object arg)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubDesignerVerb.OleStatusGet">
            <summary>Sets the stub of MenuCommand.get_OleStatus()</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubDesignerVerb.OnCommandChanged(System.EventArgs)">
            <summary>Sets the stub of MenuCommand.OnCommandChanged(EventArgs e)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubDesignerVerb.OnCommandChangedEventArgs">
            <summary>Sets the stub of MenuCommand.OnCommandChanged(EventArgs e)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubDesignerVerb.PropertiesGet">
            <summary>Sets the stub of MenuCommand.get_Properties()</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubDesignerVerb.SupportedGet">
            <summary>Sets the stub of MenuCommand.get_Supported()</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubDesignerVerb.SupportedSetBoolean">
            <summary>Sets the stub of MenuCommand.set_Supported(Boolean value)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubDesignerVerb.ToString">
            <summary>Sets the stub of DesignerVerb.ToString()</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubDesignerVerb.ToString01">
            <summary>Sets the stub of DesignerVerb.ToString()</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubDesignerVerb.VisibleGet">
            <summary>Sets the stub of MenuCommand.get_Visible()</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubDesignerVerb.VisibleSetBoolean">
            <summary>Sets the stub of MenuCommand.set_Visible(Boolean value)</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubDesignerVerb.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubDesignerVerb.Checked">
            <summary>Sets the stub of MenuCommand.get_Checked()</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubDesignerVerb.CommandID">
            <summary>Sets the stub of MenuCommand.get_CommandID()</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubDesignerVerb.Enabled">
            <summary>Sets the stub of MenuCommand.get_Enabled()</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubDesignerVerb.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubDesignerVerb.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubDesignerVerb.OleStatus">
            <summary>Sets the stub of MenuCommand.get_OleStatus()</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubDesignerVerb.Properties">
            <summary>Sets the stub of MenuCommand.get_Properties()</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubDesignerVerb.Supported">
            <summary>Sets the stub of MenuCommand.get_Supported()</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubDesignerVerb.Visible">
            <summary>Sets the stub of MenuCommand.get_Visible()</summary>
        </member>
        <member name="T:System.ComponentModel.Design.Fakes.StubDesignerVerbCollection">
            <summary>Stub type of System.ComponentModel.Design.DesignerVerbCollection</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubDesignerVerbCollection.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubDesignerVerbCollection.#ctor(System.ComponentModel.Design.DesignerVerb[])">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubDesignerVerbCollection.InitializeStub">
            <summary>Initializes a new instance of type StubDesignerVerbCollection</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubDesignerVerbCollection.OnClear">
            <summary>Sets the stub of DesignerVerbCollection.OnClear()</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubDesignerVerbCollection.OnClear01">
            <summary>Sets the stub of DesignerVerbCollection.OnClear()</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubDesignerVerbCollection.OnClearComplete">
            <summary>Sets the stub of CollectionBase.OnClearComplete()</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubDesignerVerbCollection.OnClearComplete01">
            <summary>Sets the stub of CollectionBase.OnClearComplete()</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubDesignerVerbCollection.OnInsert(System.Int32,System.Object)">
            <summary>Sets the stub of DesignerVerbCollection.OnInsert(Int32 index, Object value)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubDesignerVerbCollection.OnInsertComplete(System.Int32,System.Object)">
            <summary>Sets the stub of CollectionBase.OnInsertComplete(Int32 index, Object value)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubDesignerVerbCollection.OnInsertCompleteInt32Object">
            <summary>Sets the stub of CollectionBase.OnInsertComplete(Int32 index, Object value)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubDesignerVerbCollection.OnInsertInt32Object">
            <summary>Sets the stub of DesignerVerbCollection.OnInsert(Int32 index, Object value)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubDesignerVerbCollection.OnRemove(System.Int32,System.Object)">
            <summary>Sets the stub of DesignerVerbCollection.OnRemove(Int32 index, Object value)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubDesignerVerbCollection.OnRemoveComplete(System.Int32,System.Object)">
            <summary>Sets the stub of CollectionBase.OnRemoveComplete(Int32 index, Object value)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubDesignerVerbCollection.OnRemoveCompleteInt32Object">
            <summary>Sets the stub of CollectionBase.OnRemoveComplete(Int32 index, Object value)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubDesignerVerbCollection.OnRemoveInt32Object">
            <summary>Sets the stub of DesignerVerbCollection.OnRemove(Int32 index, Object value)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubDesignerVerbCollection.OnSet(System.Int32,System.Object,System.Object)">
            <summary>Sets the stub of DesignerVerbCollection.OnSet(Int32 index, Object oldValue, Object newValue)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubDesignerVerbCollection.OnSetComplete(System.Int32,System.Object,System.Object)">
            <summary>Sets the stub of CollectionBase.OnSetComplete(Int32 index, Object oldValue, Object newValue)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubDesignerVerbCollection.OnSetCompleteInt32ObjectObject">
            <summary>Sets the stub of CollectionBase.OnSetComplete(Int32 index, Object oldValue, Object newValue)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubDesignerVerbCollection.OnSetInt32ObjectObject">
            <summary>Sets the stub of DesignerVerbCollection.OnSet(Int32 index, Object oldValue, Object newValue)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubDesignerVerbCollection.OnValidate(System.Object)">
            <summary>Sets the stub of DesignerVerbCollection.OnValidate(Object value)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubDesignerVerbCollection.OnValidateObject">
            <summary>Sets the stub of DesignerVerbCollection.OnValidate(Object value)</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubDesignerVerbCollection.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubDesignerVerbCollection.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubDesignerVerbCollection.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.ComponentModel.Design.Fakes.StubDesigntimeLicenseContext">
            <summary>Stub type of System.ComponentModel.Design.DesigntimeLicenseContext</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubDesigntimeLicenseContext.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubDesigntimeLicenseContext.GetSavedLicenseKey(System.Type,System.Reflection.Assembly)">
            <summary>Sets the stub of DesigntimeLicenseContext.GetSavedLicenseKey(Type type, Assembly resourceAssembly)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubDesigntimeLicenseContext.GetSavedLicenseKeyTypeAssembly">
            <summary>Sets the stub of DesigntimeLicenseContext.GetSavedLicenseKey(Type type, Assembly resourceAssembly)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubDesigntimeLicenseContext.GetService(System.Type)">
            <summary>Sets the stub of LicenseContext.GetService(Type type)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubDesigntimeLicenseContext.GetServiceType">
            <summary>Sets the stub of LicenseContext.GetService(Type type)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubDesigntimeLicenseContext.InitializeStub">
            <summary>Initializes a new instance of type StubDesigntimeLicenseContext</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubDesigntimeLicenseContext.SetSavedLicenseKey(System.Type,System.String)">
            <summary>Sets the stub of DesigntimeLicenseContext.SetSavedLicenseKey(Type type, String key)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubDesigntimeLicenseContext.SetSavedLicenseKeyTypeString">
            <summary>Sets the stub of DesigntimeLicenseContext.SetSavedLicenseKey(Type type, String key)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubDesigntimeLicenseContext.UsageModeGet">
            <summary>Sets the stub of DesigntimeLicenseContext.get_UsageMode()</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubDesigntimeLicenseContext.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubDesigntimeLicenseContext.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubDesigntimeLicenseContext.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubDesigntimeLicenseContext.UsageMode">
            <summary>Sets the stub of DesigntimeLicenseContext.get_UsageMode()</summary>
        </member>
        <member name="T:System.ComponentModel.Design.Fakes.StubIComponentChangeService">
            <summary>Stub type of System.ComponentModel.Design.IComponentChangeService</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIComponentChangeService.#ctor">
            <summary>Initializes a new instance of type StubIComponentChangeService</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIComponentChangeService.OnComponentChangedObjectMemberDescriptorObjectObject">
            <summary>Sets the stub of IComponentChangeService.OnComponentChanged(Object component, MemberDescriptor member, Object oldValue, Object newValue)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIComponentChangeService.OnComponentChangingObjectMemberDescriptor">
            <summary>Sets the stub of IComponentChangeService.OnComponentChanging(Object component, MemberDescriptor member)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIComponentChangeService.global::System#ComponentModel#Design#IComponentChangeService#OnComponentChanged(System.Object,System.ComponentModel.MemberDescriptor,System.Object,System.Object)">
            <summary>Sets the stub of IComponentChangeService.OnComponentChanged(Object component, MemberDescriptor member, Object oldValue, Object newValue)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIComponentChangeService.global::System#ComponentModel#Design#IComponentChangeService#OnComponentChanging(System.Object,System.ComponentModel.MemberDescriptor)">
            <summary>Sets the stub of IComponentChangeService.OnComponentChanging(Object component, MemberDescriptor member)</summary>
        </member>
        <member name="T:System.ComponentModel.Design.Fakes.StubIComponentDiscoveryService">
            <summary>Stub type of System.ComponentModel.Design.IComponentDiscoveryService</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIComponentDiscoveryService.#ctor">
            <summary>Initializes a new instance of type StubIComponentDiscoveryService</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIComponentDiscoveryService.GetComponentTypesIDesignerHostType">
            <summary>Sets the stub of IComponentDiscoveryService.GetComponentTypes(IDesignerHost designerHost, Type baseType)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIComponentDiscoveryService.global::System#ComponentModel#Design#IComponentDiscoveryService#GetComponentTypes(System.ComponentModel.Design.IDesignerHost,System.Type)">
            <summary>Sets the stub of IComponentDiscoveryService.GetComponentTypes(IDesignerHost designerHost, Type baseType)</summary>
        </member>
        <member name="T:System.ComponentModel.Design.Fakes.StubIComponentInitializer">
            <summary>Stub type of System.ComponentModel.Design.IComponentInitializer</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIComponentInitializer.#ctor">
            <summary>Initializes a new instance of type StubIComponentInitializer</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIComponentInitializer.InitializeExistingComponentIDictionary">
            <summary>Sets the stub of IComponentInitializer.InitializeExistingComponent(IDictionary defaultValues)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIComponentInitializer.InitializeNewComponentIDictionary">
            <summary>Sets the stub of IComponentInitializer.InitializeNewComponent(IDictionary defaultValues)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIComponentInitializer.global::System#ComponentModel#Design#IComponentInitializer#InitializeExistingComponent(System.Collections.IDictionary)">
            <summary>Sets the stub of IComponentInitializer.InitializeExistingComponent(IDictionary defaultValues)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIComponentInitializer.global::System#ComponentModel#Design#IComponentInitializer#InitializeNewComponent(System.Collections.IDictionary)">
            <summary>Sets the stub of IComponentInitializer.InitializeNewComponent(IDictionary defaultValues)</summary>
        </member>
        <member name="T:System.ComponentModel.Design.Fakes.StubIDesigner">
            <summary>Stub type of System.ComponentModel.Design.IDesigner</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIDesigner.#ctor">
            <summary>Initializes a new instance of type StubIDesigner</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIDesigner.ComponentGet">
            <summary>Sets the stub of IDesigner.get_Component()</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIDesigner.Dispose">
            <summary>Sets the stub of IDisposable.Dispose()</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIDesigner.DoDefaultAction">
            <summary>Sets the stub of IDesigner.DoDefaultAction()</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIDesigner.InitializeIComponent">
            <summary>Sets the stub of IDesigner.Initialize(IComponent component)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIDesigner.global::System#ComponentModel#Design#IDesigner#DoDefaultAction">
            <summary>Sets the stub of IDesigner.DoDefaultAction()</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIDesigner.global::System#ComponentModel#Design#IDesigner#Initialize(System.ComponentModel.IComponent)">
            <summary>Sets the stub of IDesigner.Initialize(IComponent component)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIDesigner.global::System#IDisposable#Dispose">
            <summary>Sets the stub of IDisposable.Dispose()</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIDesigner.VerbsGet">
            <summary>Sets the stub of IDesigner.get_Verbs()</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubIDesigner.global::System#ComponentModel#Design#IDesigner#Component">
            <summary>Sets the stub of IDesigner.get_Component()</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubIDesigner.global::System#ComponentModel#Design#IDesigner#Verbs">
            <summary>Sets the stub of IDesigner.get_Verbs()</summary>
        </member>
        <member name="T:System.ComponentModel.Design.Fakes.StubIDesignerEventService">
            <summary>Stub type of System.ComponentModel.Design.IDesignerEventService</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIDesignerEventService.#ctor">
            <summary>Initializes a new instance of type StubIDesignerEventService</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIDesignerEventService.ActiveDesignerGet">
            <summary>Sets the stub of IDesignerEventService.get_ActiveDesigner()</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIDesignerEventService.DesignersGet">
            <summary>Sets the stub of IDesignerEventService.get_Designers()</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubIDesignerEventService.global::System#ComponentModel#Design#IDesignerEventService#ActiveDesigner">
            <summary>Sets the stub of IDesignerEventService.get_ActiveDesigner()</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubIDesignerEventService.global::System#ComponentModel#Design#IDesignerEventService#Designers">
            <summary>Sets the stub of IDesignerEventService.get_Designers()</summary>
        </member>
        <member name="T:System.ComponentModel.Design.Fakes.StubIDesignerFilter">
            <summary>Stub type of System.ComponentModel.Design.IDesignerFilter</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIDesignerFilter.#ctor">
            <summary>Initializes a new instance of type StubIDesignerFilter</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIDesignerFilter.PostFilterAttributesIDictionary">
            <summary>Sets the stub of IDesignerFilter.PostFilterAttributes(IDictionary attributes)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIDesignerFilter.PostFilterEventsIDictionary">
            <summary>Sets the stub of IDesignerFilter.PostFilterEvents(IDictionary events)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIDesignerFilter.PostFilterPropertiesIDictionary">
            <summary>Sets the stub of IDesignerFilter.PostFilterProperties(IDictionary properties)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIDesignerFilter.PreFilterAttributesIDictionary">
            <summary>Sets the stub of IDesignerFilter.PreFilterAttributes(IDictionary attributes)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIDesignerFilter.PreFilterEventsIDictionary">
            <summary>Sets the stub of IDesignerFilter.PreFilterEvents(IDictionary events)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIDesignerFilter.PreFilterPropertiesIDictionary">
            <summary>Sets the stub of IDesignerFilter.PreFilterProperties(IDictionary properties)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIDesignerFilter.global::System#ComponentModel#Design#IDesignerFilter#PostFilterAttributes(System.Collections.IDictionary)">
            <summary>Sets the stub of IDesignerFilter.PostFilterAttributes(IDictionary attributes)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIDesignerFilter.global::System#ComponentModel#Design#IDesignerFilter#PostFilterEvents(System.Collections.IDictionary)">
            <summary>Sets the stub of IDesignerFilter.PostFilterEvents(IDictionary events)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIDesignerFilter.global::System#ComponentModel#Design#IDesignerFilter#PostFilterProperties(System.Collections.IDictionary)">
            <summary>Sets the stub of IDesignerFilter.PostFilterProperties(IDictionary properties)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIDesignerFilter.global::System#ComponentModel#Design#IDesignerFilter#PreFilterAttributes(System.Collections.IDictionary)">
            <summary>Sets the stub of IDesignerFilter.PreFilterAttributes(IDictionary attributes)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIDesignerFilter.global::System#ComponentModel#Design#IDesignerFilter#PreFilterEvents(System.Collections.IDictionary)">
            <summary>Sets the stub of IDesignerFilter.PreFilterEvents(IDictionary events)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIDesignerFilter.global::System#ComponentModel#Design#IDesignerFilter#PreFilterProperties(System.Collections.IDictionary)">
            <summary>Sets the stub of IDesignerFilter.PreFilterProperties(IDictionary properties)</summary>
        </member>
        <member name="T:System.ComponentModel.Design.Fakes.StubIDesignerHost">
            <summary>Stub type of System.ComponentModel.Design.IDesignerHost</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIDesignerHost.#ctor">
            <summary>Initializes a new instance of type StubIDesignerHost</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIDesignerHost.Activate">
            <summary>Sets the stub of IDesignerHost.Activate()</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIDesignerHost.AddServiceTypeObject">
            <summary>Sets the stub of IServiceContainer.AddService(Type serviceType, Object serviceInstance)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIDesignerHost.AddServiceTypeObjectBoolean">
            <summary>Sets the stub of IServiceContainer.AddService(Type serviceType, Object serviceInstance, Boolean promote)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIDesignerHost.AddServiceTypeServiceCreatorCallback">
            <summary>Sets the stub of IServiceContainer.AddService(Type serviceType, ServiceCreatorCallback callback)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIDesignerHost.AddServiceTypeServiceCreatorCallbackBoolean">
            <summary>Sets the stub of IServiceContainer.AddService(Type serviceType, ServiceCreatorCallback callback, Boolean promote)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIDesignerHost.ContainerGet">
            <summary>Sets the stub of IDesignerHost.get_Container()</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIDesignerHost.CreateComponentType">
            <summary>Sets the stub of IDesignerHost.CreateComponent(Type componentClass)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIDesignerHost.CreateComponentTypeString">
            <summary>Sets the stub of IDesignerHost.CreateComponent(Type componentClass, String name)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIDesignerHost.CreateTransaction">
            <summary>Sets the stub of IDesignerHost.CreateTransaction()</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIDesignerHost.CreateTransactionString">
            <summary>Sets the stub of IDesignerHost.CreateTransaction(String description)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIDesignerHost.DestroyComponentIComponent">
            <summary>Sets the stub of IDesignerHost.DestroyComponent(IComponent component)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIDesignerHost.GetDesignerIComponent">
            <summary>Sets the stub of IDesignerHost.GetDesigner(IComponent component)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIDesignerHost.GetServiceType">
            <summary>Sets the stub of IServiceProvider.GetService(Type serviceType)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIDesignerHost.GetTypeString">
            <summary>Sets the stub of IDesignerHost.GetType(String typeName)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIDesignerHost.InTransactionGet">
            <summary>Sets the stub of IDesignerHost.get_InTransaction()</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIDesignerHost.LoadingGet">
            <summary>Sets the stub of IDesignerHost.get_Loading()</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIDesignerHost.RemoveServiceType">
            <summary>Sets the stub of IServiceContainer.RemoveService(Type serviceType)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIDesignerHost.RemoveServiceTypeBoolean">
            <summary>Sets the stub of IServiceContainer.RemoveService(Type serviceType, Boolean promote)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIDesignerHost.RootComponentClassNameGet">
            <summary>Sets the stub of IDesignerHost.get_RootComponentClassName()</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIDesignerHost.RootComponentGet">
            <summary>Sets the stub of IDesignerHost.get_RootComponent()</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIDesignerHost.global::System#ComponentModel#Design#IDesignerHost#Activate">
            <summary>Sets the stub of IDesignerHost.Activate()</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIDesignerHost.global::System#ComponentModel#Design#IDesignerHost#CreateComponent(System.Type)">
            <summary>Sets the stub of IDesignerHost.CreateComponent(Type componentClass)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIDesignerHost.global::System#ComponentModel#Design#IDesignerHost#CreateComponent(System.Type,System.String)">
            <summary>Sets the stub of IDesignerHost.CreateComponent(Type componentClass, String name)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIDesignerHost.global::System#ComponentModel#Design#IDesignerHost#CreateTransaction">
            <summary>Sets the stub of IDesignerHost.CreateTransaction()</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIDesignerHost.global::System#ComponentModel#Design#IDesignerHost#CreateTransaction(System.String)">
            <summary>Sets the stub of IDesignerHost.CreateTransaction(String description)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIDesignerHost.global::System#ComponentModel#Design#IDesignerHost#DestroyComponent(System.ComponentModel.IComponent)">
            <summary>Sets the stub of IDesignerHost.DestroyComponent(IComponent component)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIDesignerHost.global::System#ComponentModel#Design#IDesignerHost#GetDesigner(System.ComponentModel.IComponent)">
            <summary>Sets the stub of IDesignerHost.GetDesigner(IComponent component)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIDesignerHost.global::System#ComponentModel#Design#IDesignerHost#GetType(System.String)">
            <summary>Sets the stub of IDesignerHost.GetType(String typeName)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIDesignerHost.global::System#ComponentModel#Design#IServiceContainer#AddService(System.Type,System.ComponentModel.Design.ServiceCreatorCallback)">
            <summary>Sets the stub of IServiceContainer.AddService(Type serviceType, ServiceCreatorCallback callback)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIDesignerHost.global::System#ComponentModel#Design#IServiceContainer#AddService(System.Type,System.Object)">
            <summary>Sets the stub of IServiceContainer.AddService(Type serviceType, Object serviceInstance)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIDesignerHost.global::System#ComponentModel#Design#IServiceContainer#AddService(System.Type,System.ComponentModel.Design.ServiceCreatorCallback,System.Boolean)">
            <summary>Sets the stub of IServiceContainer.AddService(Type serviceType, ServiceCreatorCallback callback, Boolean promote)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIDesignerHost.global::System#ComponentModel#Design#IServiceContainer#AddService(System.Type,System.Object,System.Boolean)">
            <summary>Sets the stub of IServiceContainer.AddService(Type serviceType, Object serviceInstance, Boolean promote)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIDesignerHost.global::System#ComponentModel#Design#IServiceContainer#RemoveService(System.Type)">
            <summary>Sets the stub of IServiceContainer.RemoveService(Type serviceType)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIDesignerHost.global::System#ComponentModel#Design#IServiceContainer#RemoveService(System.Type,System.Boolean)">
            <summary>Sets the stub of IServiceContainer.RemoveService(Type serviceType, Boolean promote)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIDesignerHost.global::System#IServiceProvider#GetService(System.Type)">
            <summary>Sets the stub of IServiceProvider.GetService(Type serviceType)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIDesignerHost.TransactionDescriptionGet">
            <summary>Sets the stub of IDesignerHost.get_TransactionDescription()</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubIDesignerHost.global::System#ComponentModel#Design#IDesignerHost#Container">
            <summary>Sets the stub of IDesignerHost.get_Container()</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubIDesignerHost.global::System#ComponentModel#Design#IDesignerHost#InTransaction">
            <summary>Sets the stub of IDesignerHost.get_InTransaction()</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubIDesignerHost.global::System#ComponentModel#Design#IDesignerHost#Loading">
            <summary>Sets the stub of IDesignerHost.get_Loading()</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubIDesignerHost.global::System#ComponentModel#Design#IDesignerHost#RootComponent">
            <summary>Sets the stub of IDesignerHost.get_RootComponent()</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubIDesignerHost.global::System#ComponentModel#Design#IDesignerHost#RootComponentClassName">
            <summary>Sets the stub of IDesignerHost.get_RootComponentClassName()</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubIDesignerHost.global::System#ComponentModel#Design#IDesignerHost#TransactionDescription">
            <summary>Sets the stub of IDesignerHost.get_TransactionDescription()</summary>
        </member>
        <member name="T:System.ComponentModel.Design.Fakes.StubIDesignerHostTransactionState">
            <summary>Stub type of System.ComponentModel.Design.IDesignerHostTransactionState</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIDesignerHostTransactionState.#ctor">
            <summary>Initializes a new instance of type StubIDesignerHostTransactionState</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIDesignerHostTransactionState.IsClosingTransactionGet">
            <summary>Sets the stub of IDesignerHostTransactionState.get_IsClosingTransaction()</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubIDesignerHostTransactionState.global::System#ComponentModel#Design#IDesignerHostTransactionState#IsClosingTransaction">
            <summary>Sets the stub of IDesignerHostTransactionState.get_IsClosingTransaction()</summary>
        </member>
        <member name="T:System.ComponentModel.Design.Fakes.StubIDesignerOptionService">
            <summary>Stub type of System.ComponentModel.Design.IDesignerOptionService</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIDesignerOptionService.#ctor">
            <summary>Initializes a new instance of type StubIDesignerOptionService</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIDesignerOptionService.GetOptionValueStringString">
            <summary>Sets the stub of IDesignerOptionService.GetOptionValue(String pageName, String valueName)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIDesignerOptionService.SetOptionValueStringStringObject">
            <summary>Sets the stub of IDesignerOptionService.SetOptionValue(String pageName, String valueName, Object value)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIDesignerOptionService.global::System#ComponentModel#Design#IDesignerOptionService#GetOptionValue(System.String,System.String)">
            <summary>Sets the stub of IDesignerOptionService.GetOptionValue(String pageName, String valueName)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIDesignerOptionService.global::System#ComponentModel#Design#IDesignerOptionService#SetOptionValue(System.String,System.String,System.Object)">
            <summary>Sets the stub of IDesignerOptionService.SetOptionValue(String pageName, String valueName, Object value)</summary>
        </member>
        <member name="T:System.ComponentModel.Design.Fakes.StubIDictionaryService">
            <summary>Stub type of System.ComponentModel.Design.IDictionaryService</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIDictionaryService.#ctor">
            <summary>Initializes a new instance of type StubIDictionaryService</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIDictionaryService.GetKeyObject">
            <summary>Sets the stub of IDictionaryService.GetKey(Object value)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIDictionaryService.GetValueObject">
            <summary>Sets the stub of IDictionaryService.GetValue(Object key)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIDictionaryService.SetValueObjectObject">
            <summary>Sets the stub of IDictionaryService.SetValue(Object key, Object value)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIDictionaryService.global::System#ComponentModel#Design#IDictionaryService#GetKey(System.Object)">
            <summary>Sets the stub of IDictionaryService.GetKey(Object value)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIDictionaryService.global::System#ComponentModel#Design#IDictionaryService#GetValue(System.Object)">
            <summary>Sets the stub of IDictionaryService.GetValue(Object key)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIDictionaryService.global::System#ComponentModel#Design#IDictionaryService#SetValue(System.Object,System.Object)">
            <summary>Sets the stub of IDictionaryService.SetValue(Object key, Object value)</summary>
        </member>
        <member name="T:System.ComponentModel.Design.Fakes.StubIEventBindingService">
            <summary>Stub type of System.ComponentModel.Design.IEventBindingService</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIEventBindingService.#ctor">
            <summary>Initializes a new instance of type StubIEventBindingService</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIEventBindingService.CreateUniqueMethodNameIComponentEventDescriptor">
            <summary>Sets the stub of IEventBindingService.CreateUniqueMethodName(IComponent component, EventDescriptor e)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIEventBindingService.GetCompatibleMethodsEventDescriptor">
            <summary>Sets the stub of IEventBindingService.GetCompatibleMethods(EventDescriptor e)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIEventBindingService.GetEventPropertiesEventDescriptorCollection">
            <summary>Sets the stub of IEventBindingService.GetEventProperties(EventDescriptorCollection events)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIEventBindingService.GetEventPropertyDescriptor">
            <summary>Sets the stub of IEventBindingService.GetEvent(PropertyDescriptor property)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIEventBindingService.GetEventPropertyEventDescriptor">
            <summary>Sets the stub of IEventBindingService.GetEventProperty(EventDescriptor e)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIEventBindingService.ShowCode">
            <summary>Sets the stub of IEventBindingService.ShowCode()</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIEventBindingService.ShowCodeIComponentEventDescriptor">
            <summary>Sets the stub of IEventBindingService.ShowCode(IComponent component, EventDescriptor e)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIEventBindingService.ShowCodeInt32">
            <summary>Sets the stub of IEventBindingService.ShowCode(Int32 lineNumber)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIEventBindingService.global::System#ComponentModel#Design#IEventBindingService#CreateUniqueMethodName(System.ComponentModel.IComponent,System.ComponentModel.EventDescriptor)">
            <summary>Sets the stub of IEventBindingService.CreateUniqueMethodName(IComponent component, EventDescriptor e)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIEventBindingService.global::System#ComponentModel#Design#IEventBindingService#GetCompatibleMethods(System.ComponentModel.EventDescriptor)">
            <summary>Sets the stub of IEventBindingService.GetCompatibleMethods(EventDescriptor e)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIEventBindingService.global::System#ComponentModel#Design#IEventBindingService#GetEvent(System.ComponentModel.PropertyDescriptor)">
            <summary>Sets the stub of IEventBindingService.GetEvent(PropertyDescriptor property)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIEventBindingService.global::System#ComponentModel#Design#IEventBindingService#GetEventProperties(System.ComponentModel.EventDescriptorCollection)">
            <summary>Sets the stub of IEventBindingService.GetEventProperties(EventDescriptorCollection events)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIEventBindingService.global::System#ComponentModel#Design#IEventBindingService#GetEventProperty(System.ComponentModel.EventDescriptor)">
            <summary>Sets the stub of IEventBindingService.GetEventProperty(EventDescriptor e)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIEventBindingService.global::System#ComponentModel#Design#IEventBindingService#ShowCode">
            <summary>Sets the stub of IEventBindingService.ShowCode()</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIEventBindingService.global::System#ComponentModel#Design#IEventBindingService#ShowCode(System.Int32)">
            <summary>Sets the stub of IEventBindingService.ShowCode(Int32 lineNumber)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIEventBindingService.global::System#ComponentModel#Design#IEventBindingService#ShowCode(System.ComponentModel.IComponent,System.ComponentModel.EventDescriptor)">
            <summary>Sets the stub of IEventBindingService.ShowCode(IComponent component, EventDescriptor e)</summary>
        </member>
        <member name="T:System.ComponentModel.Design.Fakes.StubIExtenderListService">
            <summary>Stub type of System.ComponentModel.Design.IExtenderListService</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIExtenderListService.#ctor">
            <summary>Initializes a new instance of type StubIExtenderListService</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIExtenderListService.GetExtenderProviders">
            <summary>Sets the stub of IExtenderListService.GetExtenderProviders()</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIExtenderListService.global::System#ComponentModel#Design#IExtenderListService#GetExtenderProviders">
            <summary>Sets the stub of IExtenderListService.GetExtenderProviders()</summary>
        </member>
        <member name="T:System.ComponentModel.Design.Fakes.StubIExtenderProviderService">
            <summary>Stub type of System.ComponentModel.Design.IExtenderProviderService</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIExtenderProviderService.#ctor">
            <summary>Initializes a new instance of type StubIExtenderProviderService</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIExtenderProviderService.AddExtenderProviderIExtenderProvider">
            <summary>Sets the stub of IExtenderProviderService.AddExtenderProvider(IExtenderProvider provider)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIExtenderProviderService.RemoveExtenderProviderIExtenderProvider">
            <summary>Sets the stub of IExtenderProviderService.RemoveExtenderProvider(IExtenderProvider provider)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIExtenderProviderService.global::System#ComponentModel#Design#IExtenderProviderService#AddExtenderProvider(System.ComponentModel.IExtenderProvider)">
            <summary>Sets the stub of IExtenderProviderService.AddExtenderProvider(IExtenderProvider provider)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIExtenderProviderService.global::System#ComponentModel#Design#IExtenderProviderService#RemoveExtenderProvider(System.ComponentModel.IExtenderProvider)">
            <summary>Sets the stub of IExtenderProviderService.RemoveExtenderProvider(IExtenderProvider provider)</summary>
        </member>
        <member name="T:System.ComponentModel.Design.Fakes.StubIHelpService">
            <summary>Stub type of System.ComponentModel.Design.IHelpService</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIHelpService.#ctor">
            <summary>Initializes a new instance of type StubIHelpService</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIHelpService.AddContextAttributeStringStringHelpKeywordType">
            <summary>Sets the stub of IHelpService.AddContextAttribute(String name, String value, HelpKeywordType keywordType)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIHelpService.ClearContextAttributes">
            <summary>Sets the stub of IHelpService.ClearContextAttributes()</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIHelpService.CreateLocalContextHelpContextType">
            <summary>Sets the stub of IHelpService.CreateLocalContext(HelpContextType contextType)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIHelpService.RemoveContextAttributeStringString">
            <summary>Sets the stub of IHelpService.RemoveContextAttribute(String name, String value)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIHelpService.RemoveLocalContextIHelpService">
            <summary>Sets the stub of IHelpService.RemoveLocalContext(IHelpService localContext)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIHelpService.ShowHelpFromKeywordString">
            <summary>Sets the stub of IHelpService.ShowHelpFromKeyword(String helpKeyword)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIHelpService.ShowHelpFromUrlString">
            <summary>Sets the stub of IHelpService.ShowHelpFromUrl(String helpUrl)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIHelpService.global::System#ComponentModel#Design#IHelpService#AddContextAttribute(System.String,System.String,System.ComponentModel.Design.HelpKeywordType)">
            <summary>Sets the stub of IHelpService.AddContextAttribute(String name, String value, HelpKeywordType keywordType)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIHelpService.global::System#ComponentModel#Design#IHelpService#ClearContextAttributes">
            <summary>Sets the stub of IHelpService.ClearContextAttributes()</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIHelpService.global::System#ComponentModel#Design#IHelpService#CreateLocalContext(System.ComponentModel.Design.HelpContextType)">
            <summary>Sets the stub of IHelpService.CreateLocalContext(HelpContextType contextType)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIHelpService.global::System#ComponentModel#Design#IHelpService#RemoveContextAttribute(System.String,System.String)">
            <summary>Sets the stub of IHelpService.RemoveContextAttribute(String name, String value)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIHelpService.global::System#ComponentModel#Design#IHelpService#RemoveLocalContext(System.ComponentModel.Design.IHelpService)">
            <summary>Sets the stub of IHelpService.RemoveLocalContext(IHelpService localContext)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIHelpService.global::System#ComponentModel#Design#IHelpService#ShowHelpFromKeyword(System.String)">
            <summary>Sets the stub of IHelpService.ShowHelpFromKeyword(String helpKeyword)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIHelpService.global::System#ComponentModel#Design#IHelpService#ShowHelpFromUrl(System.String)">
            <summary>Sets the stub of IHelpService.ShowHelpFromUrl(String helpUrl)</summary>
        </member>
        <member name="T:System.ComponentModel.Design.Fakes.StubIInheritanceService">
            <summary>Stub type of System.ComponentModel.Design.IInheritanceService</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIInheritanceService.#ctor">
            <summary>Initializes a new instance of type StubIInheritanceService</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIInheritanceService.AddInheritedComponentsIComponentIContainer">
            <summary>Sets the stub of IInheritanceService.AddInheritedComponents(IComponent component, IContainer container)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIInheritanceService.GetInheritanceAttributeIComponent">
            <summary>Sets the stub of IInheritanceService.GetInheritanceAttribute(IComponent component)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIInheritanceService.global::System#ComponentModel#Design#IInheritanceService#AddInheritedComponents(System.ComponentModel.IComponent,System.ComponentModel.IContainer)">
            <summary>Sets the stub of IInheritanceService.AddInheritedComponents(IComponent component, IContainer container)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIInheritanceService.global::System#ComponentModel#Design#IInheritanceService#GetInheritanceAttribute(System.ComponentModel.IComponent)">
            <summary>Sets the stub of IInheritanceService.GetInheritanceAttribute(IComponent component)</summary>
        </member>
        <member name="T:System.ComponentModel.Design.Fakes.StubIMenuCommandService">
            <summary>Stub type of System.ComponentModel.Design.IMenuCommandService</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIMenuCommandService.#ctor">
            <summary>Initializes a new instance of type StubIMenuCommandService</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIMenuCommandService.AddCommandMenuCommand">
            <summary>Sets the stub of IMenuCommandService.AddCommand(MenuCommand command)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIMenuCommandService.AddVerbDesignerVerb">
            <summary>Sets the stub of IMenuCommandService.AddVerb(DesignerVerb verb)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIMenuCommandService.FindCommandCommandID">
            <summary>Sets the stub of IMenuCommandService.FindCommand(CommandID commandID)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIMenuCommandService.GlobalInvokeCommandID">
            <summary>Sets the stub of IMenuCommandService.GlobalInvoke(CommandID commandID)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIMenuCommandService.RemoveCommandMenuCommand">
            <summary>Sets the stub of IMenuCommandService.RemoveCommand(MenuCommand command)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIMenuCommandService.RemoveVerbDesignerVerb">
            <summary>Sets the stub of IMenuCommandService.RemoveVerb(DesignerVerb verb)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIMenuCommandService.ShowContextMenuCommandIDInt32Int32">
            <summary>Sets the stub of IMenuCommandService.ShowContextMenu(CommandID menuID, Int32 x, Int32 y)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIMenuCommandService.global::System#ComponentModel#Design#IMenuCommandService#AddCommand(System.ComponentModel.Design.MenuCommand)">
            <summary>Sets the stub of IMenuCommandService.AddCommand(MenuCommand command)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIMenuCommandService.global::System#ComponentModel#Design#IMenuCommandService#AddVerb(System.ComponentModel.Design.DesignerVerb)">
            <summary>Sets the stub of IMenuCommandService.AddVerb(DesignerVerb verb)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIMenuCommandService.global::System#ComponentModel#Design#IMenuCommandService#FindCommand(System.ComponentModel.Design.CommandID)">
            <summary>Sets the stub of IMenuCommandService.FindCommand(CommandID commandID)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIMenuCommandService.global::System#ComponentModel#Design#IMenuCommandService#GlobalInvoke(System.ComponentModel.Design.CommandID)">
            <summary>Sets the stub of IMenuCommandService.GlobalInvoke(CommandID commandID)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIMenuCommandService.global::System#ComponentModel#Design#IMenuCommandService#RemoveCommand(System.ComponentModel.Design.MenuCommand)">
            <summary>Sets the stub of IMenuCommandService.RemoveCommand(MenuCommand command)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIMenuCommandService.global::System#ComponentModel#Design#IMenuCommandService#RemoveVerb(System.ComponentModel.Design.DesignerVerb)">
            <summary>Sets the stub of IMenuCommandService.RemoveVerb(DesignerVerb verb)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIMenuCommandService.global::System#ComponentModel#Design#IMenuCommandService#ShowContextMenu(System.ComponentModel.Design.CommandID,System.Int32,System.Int32)">
            <summary>Sets the stub of IMenuCommandService.ShowContextMenu(CommandID menuID, Int32 x, Int32 y)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIMenuCommandService.VerbsGet">
            <summary>Sets the stub of IMenuCommandService.get_Verbs()</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubIMenuCommandService.global::System#ComponentModel#Design#IMenuCommandService#Verbs">
            <summary>Sets the stub of IMenuCommandService.get_Verbs()</summary>
        </member>
        <member name="T:System.ComponentModel.Design.Fakes.StubIReferenceService">
            <summary>Stub type of System.ComponentModel.Design.IReferenceService</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIReferenceService.#ctor">
            <summary>Initializes a new instance of type StubIReferenceService</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIReferenceService.GetComponentObject">
            <summary>Sets the stub of IReferenceService.GetComponent(Object reference)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIReferenceService.GetNameObject">
            <summary>Sets the stub of IReferenceService.GetName(Object reference)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIReferenceService.GetReferenceString">
            <summary>Sets the stub of IReferenceService.GetReference(String name)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIReferenceService.GetReferences">
            <summary>Sets the stub of IReferenceService.GetReferences()</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIReferenceService.GetReferencesType">
            <summary>Sets the stub of IReferenceService.GetReferences(Type baseType)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIReferenceService.global::System#ComponentModel#Design#IReferenceService#GetComponent(System.Object)">
            <summary>Sets the stub of IReferenceService.GetComponent(Object reference)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIReferenceService.global::System#ComponentModel#Design#IReferenceService#GetName(System.Object)">
            <summary>Sets the stub of IReferenceService.GetName(Object reference)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIReferenceService.global::System#ComponentModel#Design#IReferenceService#GetReference(System.String)">
            <summary>Sets the stub of IReferenceService.GetReference(String name)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIReferenceService.global::System#ComponentModel#Design#IReferenceService#GetReferences">
            <summary>Sets the stub of IReferenceService.GetReferences()</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIReferenceService.global::System#ComponentModel#Design#IReferenceService#GetReferences(System.Type)">
            <summary>Sets the stub of IReferenceService.GetReferences(Type baseType)</summary>
        </member>
        <member name="T:System.ComponentModel.Design.Fakes.StubIRootDesigner">
            <summary>Stub type of System.ComponentModel.Design.IRootDesigner</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIRootDesigner.#ctor">
            <summary>Initializes a new instance of type StubIRootDesigner</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIRootDesigner.ComponentGet">
            <summary>Sets the stub of IDesigner.get_Component()</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIRootDesigner.Dispose">
            <summary>Sets the stub of IDisposable.Dispose()</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIRootDesigner.DoDefaultAction">
            <summary>Sets the stub of IDesigner.DoDefaultAction()</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIRootDesigner.GetViewViewTechnology">
            <summary>Sets the stub of IRootDesigner.GetView(ViewTechnology technology)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIRootDesigner.InitializeIComponent">
            <summary>Sets the stub of IDesigner.Initialize(IComponent component)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIRootDesigner.SupportedTechnologiesGet">
            <summary>Sets the stub of IRootDesigner.get_SupportedTechnologies()</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIRootDesigner.global::System#ComponentModel#Design#IDesigner#DoDefaultAction">
            <summary>Sets the stub of IDesigner.DoDefaultAction()</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIRootDesigner.global::System#ComponentModel#Design#IDesigner#Initialize(System.ComponentModel.IComponent)">
            <summary>Sets the stub of IDesigner.Initialize(IComponent component)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIRootDesigner.global::System#ComponentModel#Design#IRootDesigner#GetView(System.ComponentModel.Design.ViewTechnology)">
            <summary>Sets the stub of IRootDesigner.GetView(ViewTechnology technology)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIRootDesigner.global::System#IDisposable#Dispose">
            <summary>Sets the stub of IDisposable.Dispose()</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIRootDesigner.VerbsGet">
            <summary>Sets the stub of IDesigner.get_Verbs()</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubIRootDesigner.global::System#ComponentModel#Design#IDesigner#Component">
            <summary>Sets the stub of IDesigner.get_Component()</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubIRootDesigner.global::System#ComponentModel#Design#IRootDesigner#SupportedTechnologies">
            <summary>Sets the stub of IRootDesigner.get_SupportedTechnologies()</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubIRootDesigner.global::System#ComponentModel#Design#IDesigner#Verbs">
            <summary>Sets the stub of IDesigner.get_Verbs()</summary>
        </member>
        <member name="T:System.ComponentModel.Design.Fakes.StubISelectionService">
            <summary>Stub type of System.ComponentModel.Design.ISelectionService</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubISelectionService.#ctor">
            <summary>Initializes a new instance of type StubISelectionService</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubISelectionService.GetComponentSelectedObject">
            <summary>Sets the stub of ISelectionService.GetComponentSelected(Object component)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubISelectionService.GetSelectedComponents">
            <summary>Sets the stub of ISelectionService.GetSelectedComponents()</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubISelectionService.PrimarySelectionGet">
            <summary>Sets the stub of ISelectionService.get_PrimarySelection()</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubISelectionService.SelectionCountGet">
            <summary>Sets the stub of ISelectionService.get_SelectionCount()</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubISelectionService.SetSelectedComponentsICollection">
            <summary>Sets the stub of ISelectionService.SetSelectedComponents(ICollection components)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubISelectionService.SetSelectedComponentsICollectionSelectionTypes">
            <summary>Sets the stub of ISelectionService.SetSelectedComponents(ICollection components, SelectionTypes selectionType)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubISelectionService.global::System#ComponentModel#Design#ISelectionService#GetComponentSelected(System.Object)">
            <summary>Sets the stub of ISelectionService.GetComponentSelected(Object component)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubISelectionService.global::System#ComponentModel#Design#ISelectionService#GetSelectedComponents">
            <summary>Sets the stub of ISelectionService.GetSelectedComponents()</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubISelectionService.global::System#ComponentModel#Design#ISelectionService#SetSelectedComponents(System.Collections.ICollection)">
            <summary>Sets the stub of ISelectionService.SetSelectedComponents(ICollection components)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubISelectionService.global::System#ComponentModel#Design#ISelectionService#SetSelectedComponents(System.Collections.ICollection,System.ComponentModel.Design.SelectionTypes)">
            <summary>Sets the stub of ISelectionService.SetSelectedComponents(ICollection components, SelectionTypes selectionType)</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubISelectionService.global::System#ComponentModel#Design#ISelectionService#PrimarySelection">
            <summary>Sets the stub of ISelectionService.get_PrimarySelection()</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubISelectionService.global::System#ComponentModel#Design#ISelectionService#SelectionCount">
            <summary>Sets the stub of ISelectionService.get_SelectionCount()</summary>
        </member>
        <member name="T:System.ComponentModel.Design.Fakes.StubIServiceContainer">
            <summary>Stub type of System.ComponentModel.Design.IServiceContainer</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIServiceContainer.#ctor">
            <summary>Initializes a new instance of type StubIServiceContainer</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIServiceContainer.AddServiceTypeObject">
            <summary>Sets the stub of IServiceContainer.AddService(Type serviceType, Object serviceInstance)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIServiceContainer.AddServiceTypeObjectBoolean">
            <summary>Sets the stub of IServiceContainer.AddService(Type serviceType, Object serviceInstance, Boolean promote)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIServiceContainer.AddServiceTypeServiceCreatorCallback">
            <summary>Sets the stub of IServiceContainer.AddService(Type serviceType, ServiceCreatorCallback callback)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIServiceContainer.AddServiceTypeServiceCreatorCallbackBoolean">
            <summary>Sets the stub of IServiceContainer.AddService(Type serviceType, ServiceCreatorCallback callback, Boolean promote)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIServiceContainer.GetServiceType">
            <summary>Sets the stub of IServiceProvider.GetService(Type serviceType)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIServiceContainer.RemoveServiceType">
            <summary>Sets the stub of IServiceContainer.RemoveService(Type serviceType)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubIServiceContainer.RemoveServiceTypeBoolean">
            <summary>Sets the stub of IServiceContainer.RemoveService(Type serviceType, Boolean promote)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIServiceContainer.global::System#ComponentModel#Design#IServiceContainer#AddService(System.Type,System.ComponentModel.Design.ServiceCreatorCallback)">
            <summary>Sets the stub of IServiceContainer.AddService(Type serviceType, ServiceCreatorCallback callback)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIServiceContainer.global::System#ComponentModel#Design#IServiceContainer#AddService(System.Type,System.Object)">
            <summary>Sets the stub of IServiceContainer.AddService(Type serviceType, Object serviceInstance)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIServiceContainer.global::System#ComponentModel#Design#IServiceContainer#AddService(System.Type,System.ComponentModel.Design.ServiceCreatorCallback,System.Boolean)">
            <summary>Sets the stub of IServiceContainer.AddService(Type serviceType, ServiceCreatorCallback callback, Boolean promote)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIServiceContainer.global::System#ComponentModel#Design#IServiceContainer#AddService(System.Type,System.Object,System.Boolean)">
            <summary>Sets the stub of IServiceContainer.AddService(Type serviceType, Object serviceInstance, Boolean promote)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIServiceContainer.global::System#ComponentModel#Design#IServiceContainer#RemoveService(System.Type)">
            <summary>Sets the stub of IServiceContainer.RemoveService(Type serviceType)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIServiceContainer.global::System#ComponentModel#Design#IServiceContainer#RemoveService(System.Type,System.Boolean)">
            <summary>Sets the stub of IServiceContainer.RemoveService(Type serviceType, Boolean promote)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubIServiceContainer.global::System#IServiceProvider#GetService(System.Type)">
            <summary>Sets the stub of IServiceProvider.GetService(Type serviceType)</summary>
        </member>
        <member name="T:System.ComponentModel.Design.Fakes.StubITreeDesigner">
            <summary>Stub type of System.ComponentModel.Design.ITreeDesigner</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubITreeDesigner.#ctor">
            <summary>Initializes a new instance of type StubITreeDesigner</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubITreeDesigner.ChildrenGet">
            <summary>Sets the stub of ITreeDesigner.get_Children()</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubITreeDesigner.ComponentGet">
            <summary>Sets the stub of IDesigner.get_Component()</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubITreeDesigner.Dispose">
            <summary>Sets the stub of IDisposable.Dispose()</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubITreeDesigner.DoDefaultAction">
            <summary>Sets the stub of IDesigner.DoDefaultAction()</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubITreeDesigner.InitializeIComponent">
            <summary>Sets the stub of IDesigner.Initialize(IComponent component)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubITreeDesigner.ParentGet">
            <summary>Sets the stub of ITreeDesigner.get_Parent()</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubITreeDesigner.global::System#ComponentModel#Design#IDesigner#DoDefaultAction">
            <summary>Sets the stub of IDesigner.DoDefaultAction()</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubITreeDesigner.global::System#ComponentModel#Design#IDesigner#Initialize(System.ComponentModel.IComponent)">
            <summary>Sets the stub of IDesigner.Initialize(IComponent component)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubITreeDesigner.global::System#IDisposable#Dispose">
            <summary>Sets the stub of IDisposable.Dispose()</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubITreeDesigner.VerbsGet">
            <summary>Sets the stub of IDesigner.get_Verbs()</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubITreeDesigner.global::System#ComponentModel#Design#ITreeDesigner#Children">
            <summary>Sets the stub of ITreeDesigner.get_Children()</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubITreeDesigner.global::System#ComponentModel#Design#IDesigner#Component">
            <summary>Sets the stub of IDesigner.get_Component()</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubITreeDesigner.global::System#ComponentModel#Design#ITreeDesigner#Parent">
            <summary>Sets the stub of ITreeDesigner.get_Parent()</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubITreeDesigner.global::System#ComponentModel#Design#IDesigner#Verbs">
            <summary>Sets the stub of IDesigner.get_Verbs()</summary>
        </member>
        <member name="T:System.ComponentModel.Design.Fakes.StubITypeDescriptorFilterService">
            <summary>Stub type of System.ComponentModel.Design.ITypeDescriptorFilterService</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubITypeDescriptorFilterService.#ctor">
            <summary>Initializes a new instance of type StubITypeDescriptorFilterService</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubITypeDescriptorFilterService.FilterAttributesIComponentIDictionary">
            <summary>Sets the stub of ITypeDescriptorFilterService.FilterAttributes(IComponent component, IDictionary attributes)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubITypeDescriptorFilterService.FilterEventsIComponentIDictionary">
            <summary>Sets the stub of ITypeDescriptorFilterService.FilterEvents(IComponent component, IDictionary events)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubITypeDescriptorFilterService.FilterPropertiesIComponentIDictionary">
            <summary>Sets the stub of ITypeDescriptorFilterService.FilterProperties(IComponent component, IDictionary properties)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubITypeDescriptorFilterService.global::System#ComponentModel#Design#ITypeDescriptorFilterService#FilterAttributes(System.ComponentModel.IComponent,System.Collections.IDictionary)">
            <summary>Sets the stub of ITypeDescriptorFilterService.FilterAttributes(IComponent component, IDictionary attributes)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubITypeDescriptorFilterService.global::System#ComponentModel#Design#ITypeDescriptorFilterService#FilterEvents(System.ComponentModel.IComponent,System.Collections.IDictionary)">
            <summary>Sets the stub of ITypeDescriptorFilterService.FilterEvents(IComponent component, IDictionary events)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubITypeDescriptorFilterService.global::System#ComponentModel#Design#ITypeDescriptorFilterService#FilterProperties(System.ComponentModel.IComponent,System.Collections.IDictionary)">
            <summary>Sets the stub of ITypeDescriptorFilterService.FilterProperties(IComponent component, IDictionary properties)</summary>
        </member>
        <member name="T:System.ComponentModel.Design.Fakes.StubITypeDiscoveryService">
            <summary>Stub type of System.ComponentModel.Design.ITypeDiscoveryService</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubITypeDiscoveryService.#ctor">
            <summary>Initializes a new instance of type StubITypeDiscoveryService</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubITypeDiscoveryService.GetTypesTypeBoolean">
            <summary>Sets the stub of ITypeDiscoveryService.GetTypes(Type baseType, Boolean excludeGlobalTypes)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubITypeDiscoveryService.global::System#ComponentModel#Design#ITypeDiscoveryService#GetTypes(System.Type,System.Boolean)">
            <summary>Sets the stub of ITypeDiscoveryService.GetTypes(Type baseType, Boolean excludeGlobalTypes)</summary>
        </member>
        <member name="T:System.ComponentModel.Design.Fakes.StubITypeResolutionService">
            <summary>Stub type of System.ComponentModel.Design.ITypeResolutionService</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubITypeResolutionService.#ctor">
            <summary>Initializes a new instance of type StubITypeResolutionService</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubITypeResolutionService.GetAssemblyAssemblyName">
            <summary>Sets the stub of ITypeResolutionService.GetAssembly(AssemblyName name)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubITypeResolutionService.GetAssemblyAssemblyNameBoolean">
            <summary>Sets the stub of ITypeResolutionService.GetAssembly(AssemblyName name, Boolean throwOnError)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubITypeResolutionService.GetPathOfAssemblyAssemblyName">
            <summary>Sets the stub of ITypeResolutionService.GetPathOfAssembly(AssemblyName name)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubITypeResolutionService.GetTypeString">
            <summary>Sets the stub of ITypeResolutionService.GetType(String name)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubITypeResolutionService.GetTypeStringBoolean">
            <summary>Sets the stub of ITypeResolutionService.GetType(String name, Boolean throwOnError)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubITypeResolutionService.GetTypeStringBooleanBoolean">
            <summary>Sets the stub of ITypeResolutionService.GetType(String name, Boolean throwOnError, Boolean ignoreCase)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubITypeResolutionService.ReferenceAssemblyAssemblyName">
            <summary>Sets the stub of ITypeResolutionService.ReferenceAssembly(AssemblyName name)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubITypeResolutionService.global::System#ComponentModel#Design#ITypeResolutionService#GetAssembly(System.Reflection.AssemblyName)">
            <summary>Sets the stub of ITypeResolutionService.GetAssembly(AssemblyName name)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubITypeResolutionService.global::System#ComponentModel#Design#ITypeResolutionService#GetAssembly(System.Reflection.AssemblyName,System.Boolean)">
            <summary>Sets the stub of ITypeResolutionService.GetAssembly(AssemblyName name, Boolean throwOnError)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubITypeResolutionService.global::System#ComponentModel#Design#ITypeResolutionService#GetPathOfAssembly(System.Reflection.AssemblyName)">
            <summary>Sets the stub of ITypeResolutionService.GetPathOfAssembly(AssemblyName name)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubITypeResolutionService.global::System#ComponentModel#Design#ITypeResolutionService#GetType(System.String)">
            <summary>Sets the stub of ITypeResolutionService.GetType(String name)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubITypeResolutionService.global::System#ComponentModel#Design#ITypeResolutionService#GetType(System.String,System.Boolean)">
            <summary>Sets the stub of ITypeResolutionService.GetType(String name, Boolean throwOnError)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubITypeResolutionService.global::System#ComponentModel#Design#ITypeResolutionService#GetType(System.String,System.Boolean,System.Boolean)">
            <summary>Sets the stub of ITypeResolutionService.GetType(String name, Boolean throwOnError, Boolean ignoreCase)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubITypeResolutionService.global::System#ComponentModel#Design#ITypeResolutionService#ReferenceAssembly(System.Reflection.AssemblyName)">
            <summary>Sets the stub of ITypeResolutionService.ReferenceAssembly(AssemblyName name)</summary>
        </member>
        <member name="T:System.ComponentModel.Design.Fakes.StubMenuCommand">
            <summary>Stub type of System.ComponentModel.Design.MenuCommand</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubMenuCommand.#ctor(System.EventHandler,System.ComponentModel.Design.CommandID)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubMenuCommand.AttachBackingFieldToChecked">
            <summary>Attaches delegates to emulate StubMenuCommand.Checked as a property with a backing field.</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubMenuCommand.AttachBackingFieldToEnabled">
            <summary>Attaches delegates to emulate StubMenuCommand.Enabled as a property with a backing field.</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubMenuCommand.AttachBackingFieldToSupported">
            <summary>Attaches delegates to emulate StubMenuCommand.Supported as a property with a backing field.</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubMenuCommand.AttachBackingFieldToVisible">
            <summary>Attaches delegates to emulate StubMenuCommand.Visible as a property with a backing field.</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubMenuCommand.CheckedGet">
            <summary>Sets the stub of MenuCommand.get_Checked()</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubMenuCommand.CheckedSetBoolean">
            <summary>Sets the stub of MenuCommand.set_Checked(Boolean value)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubMenuCommand.CommandIDGet">
            <summary>Sets the stub of MenuCommand.get_CommandID()</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubMenuCommand.EnabledGet">
            <summary>Sets the stub of MenuCommand.get_Enabled()</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubMenuCommand.EnabledSetBoolean">
            <summary>Sets the stub of MenuCommand.set_Enabled(Boolean value)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubMenuCommand.InitializeStub">
            <summary>Initializes a new instance of type StubMenuCommand</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubMenuCommand.Invoke">
            <summary>Sets the stub of MenuCommand.Invoke()</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubMenuCommand.Invoke(System.Object)">
            <summary>Sets the stub of MenuCommand.Invoke(Object arg)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubMenuCommand.Invoke01">
            <summary>Sets the stub of MenuCommand.Invoke()</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubMenuCommand.InvokeObject">
            <summary>Sets the stub of MenuCommand.Invoke(Object arg)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubMenuCommand.OleStatusGet">
            <summary>Sets the stub of MenuCommand.get_OleStatus()</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubMenuCommand.OnCommandChanged(System.EventArgs)">
            <summary>Sets the stub of MenuCommand.OnCommandChanged(EventArgs e)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubMenuCommand.OnCommandChangedEventArgs">
            <summary>Sets the stub of MenuCommand.OnCommandChanged(EventArgs e)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubMenuCommand.PropertiesGet">
            <summary>Sets the stub of MenuCommand.get_Properties()</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubMenuCommand.SupportedGet">
            <summary>Sets the stub of MenuCommand.get_Supported()</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubMenuCommand.SupportedSetBoolean">
            <summary>Sets the stub of MenuCommand.set_Supported(Boolean value)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubMenuCommand.ToString">
            <summary>Sets the stub of MenuCommand.ToString()</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubMenuCommand.ToString01">
            <summary>Sets the stub of MenuCommand.ToString()</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubMenuCommand.VisibleGet">
            <summary>Sets the stub of MenuCommand.get_Visible()</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubMenuCommand.VisibleSetBoolean">
            <summary>Sets the stub of MenuCommand.set_Visible(Boolean value)</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubMenuCommand.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubMenuCommand.Checked">
            <summary>Sets the stub of MenuCommand.get_Checked()</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubMenuCommand.CommandID">
            <summary>Sets the stub of MenuCommand.get_CommandID()</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubMenuCommand.Enabled">
            <summary>Sets the stub of MenuCommand.get_Enabled()</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubMenuCommand.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubMenuCommand.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubMenuCommand.OleStatus">
            <summary>Sets the stub of MenuCommand.get_OleStatus()</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubMenuCommand.Properties">
            <summary>Sets the stub of MenuCommand.get_Properties()</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubMenuCommand.Supported">
            <summary>Sets the stub of MenuCommand.get_Supported()</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubMenuCommand.Visible">
            <summary>Sets the stub of MenuCommand.get_Visible()</summary>
        </member>
        <member name="T:System.ComponentModel.Design.Fakes.StubServiceContainer">
            <summary>Stub type of System.ComponentModel.Design.ServiceContainer</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubServiceContainer.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubServiceContainer.#ctor(System.IServiceProvider)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubServiceContainer.AddService(System.Type,System.ComponentModel.Design.ServiceCreatorCallback,System.Boolean)">
            <summary>Sets the stub of ServiceContainer.AddService(Type serviceType, ServiceCreatorCallback callback, Boolean promote)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubServiceContainer.AddService(System.Type,System.Object,System.Boolean)">
            <summary>Sets the stub of ServiceContainer.AddService(Type serviceType, Object serviceInstance, Boolean promote)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubServiceContainer.AddServiceTypeObjectBoolean">
            <summary>Sets the stub of ServiceContainer.AddService(Type serviceType, Object serviceInstance, Boolean promote)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubServiceContainer.AddServiceTypeServiceCreatorCallbackBoolean">
            <summary>Sets the stub of ServiceContainer.AddService(Type serviceType, ServiceCreatorCallback callback, Boolean promote)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubServiceContainer.DefaultServicesGet">
            <summary>Sets the stub of ServiceContainer.get_DefaultServices()</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubServiceContainer.Dispose(System.Boolean)">
            <summary>Sets the stub of ServiceContainer.Dispose(Boolean disposing)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubServiceContainer.DisposeBoolean">
            <summary>Sets the stub of ServiceContainer.Dispose(Boolean disposing)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubServiceContainer.GetService(System.Type)">
            <summary>Sets the stub of ServiceContainer.GetService(Type serviceType)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubServiceContainer.GetServiceType">
            <summary>Sets the stub of ServiceContainer.GetService(Type serviceType)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubServiceContainer.InitializeStub">
            <summary>Initializes a new instance of type StubServiceContainer</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubServiceContainer.RemoveService(System.Type,System.Boolean)">
            <summary>Sets the stub of ServiceContainer.RemoveService(Type serviceType, Boolean promote)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubServiceContainer.RemoveServiceTypeBoolean">
            <summary>Sets the stub of ServiceContainer.RemoveService(Type serviceType, Boolean promote)</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubServiceContainer.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubServiceContainer.DefaultServices">
            <summary>Sets the stub of ServiceContainer.get_DefaultServices()</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubServiceContainer.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubServiceContainer.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.ComponentModel.Design.Fakes.StubStandardCommands">
            <summary>Stub type of System.ComponentModel.Design.StandardCommands</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubStandardCommands.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubStandardCommands.InitializeStub">
            <summary>Initializes a new instance of type StubStandardCommands</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubStandardCommands.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubStandardCommands.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubStandardCommands.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.ComponentModel.Design.Fakes.StubStandardToolWindows">
            <summary>Stub type of System.ComponentModel.Design.StandardToolWindows</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubStandardToolWindows.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubStandardToolWindows.InitializeStub">
            <summary>Initializes a new instance of type StubStandardToolWindows</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubStandardToolWindows.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubStandardToolWindows.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubStandardToolWindows.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.ComponentModel.Design.Fakes.StubTypeDescriptionProviderService">
            <summary>Stub type of System.ComponentModel.Design.TypeDescriptionProviderService</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubTypeDescriptionProviderService.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubTypeDescriptionProviderService.GetProvider(System.Object)">
            <summary>Sets the stub of TypeDescriptionProviderService.GetProvider(Object instance)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubTypeDescriptionProviderService.GetProvider(System.Type)">
            <summary>Sets the stub of TypeDescriptionProviderService.GetProvider(Type type)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubTypeDescriptionProviderService.GetProviderObject">
            <summary>Sets the stub of TypeDescriptionProviderService.GetProvider(Object instance)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Fakes.StubTypeDescriptionProviderService.GetProviderType">
            <summary>Sets the stub of TypeDescriptionProviderService.GetProvider(Type type)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Fakes.StubTypeDescriptionProviderService.InitializeStub">
            <summary>Initializes a new instance of type StubTypeDescriptionProviderService</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubTypeDescriptionProviderService.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubTypeDescriptionProviderService.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Fakes.StubTypeDescriptionProviderService.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.ComponentModel.Design.Serialization.Fakes.StubDesignerLoader">
            <summary>Stub type of System.ComponentModel.Design.Serialization.DesignerLoader</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Serialization.Fakes.StubDesignerLoader.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Serialization.Fakes.StubDesignerLoader.BeginLoad(System.ComponentModel.Design.Serialization.IDesignerLoaderHost)">
            <summary>Sets the stub of DesignerLoader.BeginLoad(IDesignerLoaderHost host)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Serialization.Fakes.StubDesignerLoader.BeginLoadIDesignerLoaderHost">
            <summary>Sets the stub of DesignerLoader.BeginLoad(IDesignerLoaderHost host)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Serialization.Fakes.StubDesignerLoader.Dispose">
            <summary>Sets the stub of DesignerLoader.Dispose()</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Serialization.Fakes.StubDesignerLoader.Dispose01">
            <summary>Sets the stub of DesignerLoader.Dispose()</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Serialization.Fakes.StubDesignerLoader.Flush">
            <summary>Sets the stub of DesignerLoader.Flush()</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Serialization.Fakes.StubDesignerLoader.Flush01">
            <summary>Sets the stub of DesignerLoader.Flush()</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Serialization.Fakes.StubDesignerLoader.InitializeStub">
            <summary>Initializes a new instance of type StubDesignerLoader</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Serialization.Fakes.StubDesignerLoader.LoadingGet">
            <summary>Sets the stub of DesignerLoader.get_Loading()</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Serialization.Fakes.StubDesignerLoader.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Serialization.Fakes.StubDesignerLoader.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Serialization.Fakes.StubDesignerLoader.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Serialization.Fakes.StubDesignerLoader.Loading">
            <summary>Sets the stub of DesignerLoader.get_Loading()</summary>
        </member>
        <member name="T:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost">
            <summary>Stub type of System.ComponentModel.Design.Serialization.IDesignerLoaderHost</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost.#ctor">
            <summary>Initializes a new instance of type StubIDesignerLoaderHost</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost.Activate">
            <summary>Sets the stub of IDesignerHost.Activate()</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost.AddServiceTypeObject">
            <summary>Sets the stub of IServiceContainer.AddService(Type serviceType, Object serviceInstance)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost.AddServiceTypeObjectBoolean">
            <summary>Sets the stub of IServiceContainer.AddService(Type serviceType, Object serviceInstance, Boolean promote)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost.AddServiceTypeServiceCreatorCallback">
            <summary>Sets the stub of IServiceContainer.AddService(Type serviceType, ServiceCreatorCallback callback)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost.AddServiceTypeServiceCreatorCallbackBoolean">
            <summary>Sets the stub of IServiceContainer.AddService(Type serviceType, ServiceCreatorCallback callback, Boolean promote)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost.ContainerGet">
            <summary>Sets the stub of IDesignerHost.get_Container()</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost.CreateComponentType">
            <summary>Sets the stub of IDesignerHost.CreateComponent(Type componentClass)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost.CreateComponentTypeString">
            <summary>Sets the stub of IDesignerHost.CreateComponent(Type componentClass, String name)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost.CreateTransaction">
            <summary>Sets the stub of IDesignerHost.CreateTransaction()</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost.CreateTransactionString">
            <summary>Sets the stub of IDesignerHost.CreateTransaction(String description)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost.DestroyComponentIComponent">
            <summary>Sets the stub of IDesignerHost.DestroyComponent(IComponent component)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost.EndLoadStringBooleanICollection">
            <summary>Sets the stub of IDesignerLoaderHost.EndLoad(String baseClassName, Boolean successful, ICollection errorCollection)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost.GetDesignerIComponent">
            <summary>Sets the stub of IDesignerHost.GetDesigner(IComponent component)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost.GetServiceType">
            <summary>Sets the stub of IServiceProvider.GetService(Type serviceType)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost.GetTypeString">
            <summary>Sets the stub of IDesignerHost.GetType(String typeName)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost.InTransactionGet">
            <summary>Sets the stub of IDesignerHost.get_InTransaction()</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost.LoadingGet">
            <summary>Sets the stub of IDesignerHost.get_Loading()</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost.Reload">
            <summary>Sets the stub of IDesignerLoaderHost.Reload()</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost.RemoveServiceType">
            <summary>Sets the stub of IServiceContainer.RemoveService(Type serviceType)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost.RemoveServiceTypeBoolean">
            <summary>Sets the stub of IServiceContainer.RemoveService(Type serviceType, Boolean promote)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost.RootComponentClassNameGet">
            <summary>Sets the stub of IDesignerHost.get_RootComponentClassName()</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost.RootComponentGet">
            <summary>Sets the stub of IDesignerHost.get_RootComponent()</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost.global::System#ComponentModel#Design#IDesignerHost#Activate">
            <summary>Sets the stub of IDesignerHost.Activate()</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost.global::System#ComponentModel#Design#IDesignerHost#CreateComponent(System.Type)">
            <summary>Sets the stub of IDesignerHost.CreateComponent(Type componentClass)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost.global::System#ComponentModel#Design#IDesignerHost#CreateComponent(System.Type,System.String)">
            <summary>Sets the stub of IDesignerHost.CreateComponent(Type componentClass, String name)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost.global::System#ComponentModel#Design#IDesignerHost#CreateTransaction">
            <summary>Sets the stub of IDesignerHost.CreateTransaction()</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost.global::System#ComponentModel#Design#IDesignerHost#CreateTransaction(System.String)">
            <summary>Sets the stub of IDesignerHost.CreateTransaction(String description)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost.global::System#ComponentModel#Design#IDesignerHost#DestroyComponent(System.ComponentModel.IComponent)">
            <summary>Sets the stub of IDesignerHost.DestroyComponent(IComponent component)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost.global::System#ComponentModel#Design#IDesignerHost#GetDesigner(System.ComponentModel.IComponent)">
            <summary>Sets the stub of IDesignerHost.GetDesigner(IComponent component)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost.global::System#ComponentModel#Design#IDesignerHost#GetType(System.String)">
            <summary>Sets the stub of IDesignerHost.GetType(String typeName)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost.global::System#ComponentModel#Design#IServiceContainer#AddService(System.Type,System.ComponentModel.Design.ServiceCreatorCallback)">
            <summary>Sets the stub of IServiceContainer.AddService(Type serviceType, ServiceCreatorCallback callback)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost.global::System#ComponentModel#Design#IServiceContainer#AddService(System.Type,System.Object)">
            <summary>Sets the stub of IServiceContainer.AddService(Type serviceType, Object serviceInstance)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost.global::System#ComponentModel#Design#IServiceContainer#AddService(System.Type,System.ComponentModel.Design.ServiceCreatorCallback,System.Boolean)">
            <summary>Sets the stub of IServiceContainer.AddService(Type serviceType, ServiceCreatorCallback callback, Boolean promote)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost.global::System#ComponentModel#Design#IServiceContainer#AddService(System.Type,System.Object,System.Boolean)">
            <summary>Sets the stub of IServiceContainer.AddService(Type serviceType, Object serviceInstance, Boolean promote)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost.global::System#ComponentModel#Design#IServiceContainer#RemoveService(System.Type)">
            <summary>Sets the stub of IServiceContainer.RemoveService(Type serviceType)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost.global::System#ComponentModel#Design#IServiceContainer#RemoveService(System.Type,System.Boolean)">
            <summary>Sets the stub of IServiceContainer.RemoveService(Type serviceType, Boolean promote)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost.global::System#ComponentModel#Design#Serialization#IDesignerLoaderHost#EndLoad(System.String,System.Boolean,System.Collections.ICollection)">
            <summary>Sets the stub of IDesignerLoaderHost.EndLoad(String baseClassName, Boolean successful, ICollection errorCollection)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost.global::System#ComponentModel#Design#Serialization#IDesignerLoaderHost#Reload">
            <summary>Sets the stub of IDesignerLoaderHost.Reload()</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost.global::System#IServiceProvider#GetService(System.Type)">
            <summary>Sets the stub of IServiceProvider.GetService(Type serviceType)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost.TransactionDescriptionGet">
            <summary>Sets the stub of IDesignerHost.get_TransactionDescription()</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost.global::System#ComponentModel#Design#IDesignerHost#Container">
            <summary>Sets the stub of IDesignerHost.get_Container()</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost.global::System#ComponentModel#Design#IDesignerHost#InTransaction">
            <summary>Sets the stub of IDesignerHost.get_InTransaction()</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost.global::System#ComponentModel#Design#IDesignerHost#Loading">
            <summary>Sets the stub of IDesignerHost.get_Loading()</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost.global::System#ComponentModel#Design#IDesignerHost#RootComponent">
            <summary>Sets the stub of IDesignerHost.get_RootComponent()</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost.global::System#ComponentModel#Design#IDesignerHost#RootComponentClassName">
            <summary>Sets the stub of IDesignerHost.get_RootComponentClassName()</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost.global::System#ComponentModel#Design#IDesignerHost#TransactionDescription">
            <summary>Sets the stub of IDesignerHost.get_TransactionDescription()</summary>
        </member>
        <member name="T:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost2">
            <summary>Stub type of System.ComponentModel.Design.Serialization.IDesignerLoaderHost2</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost2.#ctor">
            <summary>Initializes a new instance of type StubIDesignerLoaderHost2</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost2.Activate">
            <summary>Sets the stub of IDesignerHost.Activate()</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost2.AddServiceTypeObject">
            <summary>Sets the stub of IServiceContainer.AddService(Type serviceType, Object serviceInstance)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost2.AddServiceTypeObjectBoolean">
            <summary>Sets the stub of IServiceContainer.AddService(Type serviceType, Object serviceInstance, Boolean promote)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost2.AddServiceTypeServiceCreatorCallback">
            <summary>Sets the stub of IServiceContainer.AddService(Type serviceType, ServiceCreatorCallback callback)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost2.AddServiceTypeServiceCreatorCallbackBoolean">
            <summary>Sets the stub of IServiceContainer.AddService(Type serviceType, ServiceCreatorCallback callback, Boolean promote)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost2.AttachBackingFieldToCanReloadWithErrors">
            <summary>Attaches delegates to emulate StubIDesignerLoaderHost2.CanReloadWithErrors as a property with a backing field.</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost2.AttachBackingFieldToIgnoreErrorsDuringReload">
            <summary>Attaches delegates to emulate StubIDesignerLoaderHost2.IgnoreErrorsDuringReload as a property with a backing field.</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost2.CanReloadWithErrorsGet">
            <summary>Sets the stub of IDesignerLoaderHost2.get_CanReloadWithErrors()</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost2.CanReloadWithErrorsSetBoolean">
            <summary>Sets the stub of IDesignerLoaderHost2.set_CanReloadWithErrors(Boolean value)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost2.ContainerGet">
            <summary>Sets the stub of IDesignerHost.get_Container()</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost2.CreateComponentType">
            <summary>Sets the stub of IDesignerHost.CreateComponent(Type componentClass)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost2.CreateComponentTypeString">
            <summary>Sets the stub of IDesignerHost.CreateComponent(Type componentClass, String name)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost2.CreateTransaction">
            <summary>Sets the stub of IDesignerHost.CreateTransaction()</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost2.CreateTransactionString">
            <summary>Sets the stub of IDesignerHost.CreateTransaction(String description)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost2.DestroyComponentIComponent">
            <summary>Sets the stub of IDesignerHost.DestroyComponent(IComponent component)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost2.EndLoadStringBooleanICollection">
            <summary>Sets the stub of IDesignerLoaderHost.EndLoad(String baseClassName, Boolean successful, ICollection errorCollection)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost2.GetDesignerIComponent">
            <summary>Sets the stub of IDesignerHost.GetDesigner(IComponent component)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost2.GetServiceType">
            <summary>Sets the stub of IServiceProvider.GetService(Type serviceType)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost2.GetTypeString">
            <summary>Sets the stub of IDesignerHost.GetType(String typeName)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost2.IgnoreErrorsDuringReloadGet">
            <summary>Sets the stub of IDesignerLoaderHost2.get_IgnoreErrorsDuringReload()</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost2.IgnoreErrorsDuringReloadSetBoolean">
            <summary>Sets the stub of IDesignerLoaderHost2.set_IgnoreErrorsDuringReload(Boolean value)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost2.InTransactionGet">
            <summary>Sets the stub of IDesignerHost.get_InTransaction()</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost2.LoadingGet">
            <summary>Sets the stub of IDesignerHost.get_Loading()</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost2.Reload">
            <summary>Sets the stub of IDesignerLoaderHost.Reload()</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost2.RemoveServiceType">
            <summary>Sets the stub of IServiceContainer.RemoveService(Type serviceType)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost2.RemoveServiceTypeBoolean">
            <summary>Sets the stub of IServiceContainer.RemoveService(Type serviceType, Boolean promote)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost2.RootComponentClassNameGet">
            <summary>Sets the stub of IDesignerHost.get_RootComponentClassName()</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost2.RootComponentGet">
            <summary>Sets the stub of IDesignerHost.get_RootComponent()</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost2.global::System#ComponentModel#Design#IDesignerHost#Activate">
            <summary>Sets the stub of IDesignerHost.Activate()</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost2.global::System#ComponentModel#Design#IDesignerHost#CreateComponent(System.Type)">
            <summary>Sets the stub of IDesignerHost.CreateComponent(Type componentClass)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost2.global::System#ComponentModel#Design#IDesignerHost#CreateComponent(System.Type,System.String)">
            <summary>Sets the stub of IDesignerHost.CreateComponent(Type componentClass, String name)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost2.global::System#ComponentModel#Design#IDesignerHost#CreateTransaction">
            <summary>Sets the stub of IDesignerHost.CreateTransaction()</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost2.global::System#ComponentModel#Design#IDesignerHost#CreateTransaction(System.String)">
            <summary>Sets the stub of IDesignerHost.CreateTransaction(String description)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost2.global::System#ComponentModel#Design#IDesignerHost#DestroyComponent(System.ComponentModel.IComponent)">
            <summary>Sets the stub of IDesignerHost.DestroyComponent(IComponent component)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost2.global::System#ComponentModel#Design#IDesignerHost#GetDesigner(System.ComponentModel.IComponent)">
            <summary>Sets the stub of IDesignerHost.GetDesigner(IComponent component)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost2.global::System#ComponentModel#Design#IDesignerHost#GetType(System.String)">
            <summary>Sets the stub of IDesignerHost.GetType(String typeName)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost2.global::System#ComponentModel#Design#IServiceContainer#AddService(System.Type,System.ComponentModel.Design.ServiceCreatorCallback)">
            <summary>Sets the stub of IServiceContainer.AddService(Type serviceType, ServiceCreatorCallback callback)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost2.global::System#ComponentModel#Design#IServiceContainer#AddService(System.Type,System.Object)">
            <summary>Sets the stub of IServiceContainer.AddService(Type serviceType, Object serviceInstance)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost2.global::System#ComponentModel#Design#IServiceContainer#AddService(System.Type,System.ComponentModel.Design.ServiceCreatorCallback,System.Boolean)">
            <summary>Sets the stub of IServiceContainer.AddService(Type serviceType, ServiceCreatorCallback callback, Boolean promote)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost2.global::System#ComponentModel#Design#IServiceContainer#AddService(System.Type,System.Object,System.Boolean)">
            <summary>Sets the stub of IServiceContainer.AddService(Type serviceType, Object serviceInstance, Boolean promote)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost2.global::System#ComponentModel#Design#IServiceContainer#RemoveService(System.Type)">
            <summary>Sets the stub of IServiceContainer.RemoveService(Type serviceType)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost2.global::System#ComponentModel#Design#IServiceContainer#RemoveService(System.Type,System.Boolean)">
            <summary>Sets the stub of IServiceContainer.RemoveService(Type serviceType, Boolean promote)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost2.global::System#ComponentModel#Design#Serialization#IDesignerLoaderHost#EndLoad(System.String,System.Boolean,System.Collections.ICollection)">
            <summary>Sets the stub of IDesignerLoaderHost.EndLoad(String baseClassName, Boolean successful, ICollection errorCollection)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost2.global::System#ComponentModel#Design#Serialization#IDesignerLoaderHost#Reload">
            <summary>Sets the stub of IDesignerLoaderHost.Reload()</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost2.global::System#IServiceProvider#GetService(System.Type)">
            <summary>Sets the stub of IServiceProvider.GetService(Type serviceType)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost2.TransactionDescriptionGet">
            <summary>Sets the stub of IDesignerHost.get_TransactionDescription()</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost2.global::System#ComponentModel#Design#Serialization#IDesignerLoaderHost2#CanReloadWithErrors">
            <summary>Sets the stub of IDesignerLoaderHost2.get_CanReloadWithErrors()</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost2.global::System#ComponentModel#Design#IDesignerHost#Container">
            <summary>Sets the stub of IDesignerHost.get_Container()</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost2.global::System#ComponentModel#Design#Serialization#IDesignerLoaderHost2#IgnoreErrorsDuringReload">
            <summary>Sets the stub of IDesignerLoaderHost2.get_IgnoreErrorsDuringReload()</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost2.global::System#ComponentModel#Design#IDesignerHost#InTransaction">
            <summary>Sets the stub of IDesignerHost.get_InTransaction()</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost2.global::System#ComponentModel#Design#IDesignerHost#Loading">
            <summary>Sets the stub of IDesignerHost.get_Loading()</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost2.global::System#ComponentModel#Design#IDesignerHost#RootComponent">
            <summary>Sets the stub of IDesignerHost.get_RootComponent()</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost2.global::System#ComponentModel#Design#IDesignerHost#RootComponentClassName">
            <summary>Sets the stub of IDesignerHost.get_RootComponentClassName()</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderHost2.global::System#ComponentModel#Design#IDesignerHost#TransactionDescription">
            <summary>Sets the stub of IDesignerHost.get_TransactionDescription()</summary>
        </member>
        <member name="T:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderService">
            <summary>Stub type of System.ComponentModel.Design.Serialization.IDesignerLoaderService</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderService.#ctor">
            <summary>Initializes a new instance of type StubIDesignerLoaderService</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderService.AddLoadDependency">
            <summary>Sets the stub of IDesignerLoaderService.AddLoadDependency()</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderService.DependentLoadCompleteBooleanICollection">
            <summary>Sets the stub of IDesignerLoaderService.DependentLoadComplete(Boolean successful, ICollection errorCollection)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderService.Reload">
            <summary>Sets the stub of IDesignerLoaderService.Reload()</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderService.global::System#ComponentModel#Design#Serialization#IDesignerLoaderService#AddLoadDependency">
            <summary>Sets the stub of IDesignerLoaderService.AddLoadDependency()</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderService.global::System#ComponentModel#Design#Serialization#IDesignerLoaderService#DependentLoadComplete(System.Boolean,System.Collections.ICollection)">
            <summary>Sets the stub of IDesignerLoaderService.DependentLoadComplete(Boolean successful, ICollection errorCollection)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerLoaderService.global::System#ComponentModel#Design#Serialization#IDesignerLoaderService#Reload">
            <summary>Sets the stub of IDesignerLoaderService.Reload()</summary>
        </member>
        <member name="T:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerSerializationManager">
            <summary>Stub type of System.ComponentModel.Design.Serialization.IDesignerSerializationManager</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerSerializationManager.#ctor">
            <summary>Initializes a new instance of type StubIDesignerSerializationManager</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerSerializationManager.AddSerializationProviderIDesignerSerializationProvider">
            <summary>Sets the stub of IDesignerSerializationManager.AddSerializationProvider(IDesignerSerializationProvider provider)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerSerializationManager.ContextGet">
            <summary>Sets the stub of IDesignerSerializationManager.get_Context()</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerSerializationManager.CreateInstanceTypeICollectionStringBoolean">
            <summary>Sets the stub of IDesignerSerializationManager.CreateInstance(Type type, ICollection arguments, String name, Boolean addToContainer)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerSerializationManager.GetInstanceString">
            <summary>Sets the stub of IDesignerSerializationManager.GetInstance(String name)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerSerializationManager.GetNameObject">
            <summary>Sets the stub of IDesignerSerializationManager.GetName(Object value)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerSerializationManager.GetSerializerTypeType">
            <summary>Sets the stub of IDesignerSerializationManager.GetSerializer(Type objectType, Type serializerType)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerSerializationManager.GetServiceType">
            <summary>Sets the stub of IServiceProvider.GetService(Type serviceType)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerSerializationManager.GetTypeString">
            <summary>Sets the stub of IDesignerSerializationManager.GetType(String typeName)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerSerializationManager.PropertiesGet">
            <summary>Sets the stub of IDesignerSerializationManager.get_Properties()</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerSerializationManager.RemoveSerializationProviderIDesignerSerializationProvider">
            <summary>Sets the stub of IDesignerSerializationManager.RemoveSerializationProvider(IDesignerSerializationProvider provider)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerSerializationManager.ReportErrorObject">
            <summary>Sets the stub of IDesignerSerializationManager.ReportError(Object errorInformation)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerSerializationManager.SetNameObjectString">
            <summary>Sets the stub of IDesignerSerializationManager.SetName(Object instance, String name)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerSerializationManager.global::System#ComponentModel#Design#Serialization#IDesignerSerializationManager#AddSerializationProvider(System.ComponentModel.Design.Serialization.IDesignerSerializationProvider)">
            <summary>Sets the stub of IDesignerSerializationManager.AddSerializationProvider(IDesignerSerializationProvider provider)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerSerializationManager.global::System#ComponentModel#Design#Serialization#IDesignerSerializationManager#CreateInstance(System.Type,System.Collections.ICollection,System.String,System.Boolean)">
            <summary>Sets the stub of IDesignerSerializationManager.CreateInstance(Type type, ICollection arguments, String name, Boolean addToContainer)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerSerializationManager.global::System#ComponentModel#Design#Serialization#IDesignerSerializationManager#GetInstance(System.String)">
            <summary>Sets the stub of IDesignerSerializationManager.GetInstance(String name)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerSerializationManager.global::System#ComponentModel#Design#Serialization#IDesignerSerializationManager#GetName(System.Object)">
            <summary>Sets the stub of IDesignerSerializationManager.GetName(Object value)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerSerializationManager.global::System#ComponentModel#Design#Serialization#IDesignerSerializationManager#GetSerializer(System.Type,System.Type)">
            <summary>Sets the stub of IDesignerSerializationManager.GetSerializer(Type objectType, Type serializerType)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerSerializationManager.global::System#ComponentModel#Design#Serialization#IDesignerSerializationManager#GetType(System.String)">
            <summary>Sets the stub of IDesignerSerializationManager.GetType(String typeName)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerSerializationManager.global::System#ComponentModel#Design#Serialization#IDesignerSerializationManager#RemoveSerializationProvider(System.ComponentModel.Design.Serialization.IDesignerSerializationProvider)">
            <summary>Sets the stub of IDesignerSerializationManager.RemoveSerializationProvider(IDesignerSerializationProvider provider)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerSerializationManager.global::System#ComponentModel#Design#Serialization#IDesignerSerializationManager#ReportError(System.Object)">
            <summary>Sets the stub of IDesignerSerializationManager.ReportError(Object errorInformation)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerSerializationManager.global::System#ComponentModel#Design#Serialization#IDesignerSerializationManager#SetName(System.Object,System.String)">
            <summary>Sets the stub of IDesignerSerializationManager.SetName(Object instance, String name)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerSerializationManager.global::System#IServiceProvider#GetService(System.Type)">
            <summary>Sets the stub of IServiceProvider.GetService(Type serviceType)</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerSerializationManager.global::System#ComponentModel#Design#Serialization#IDesignerSerializationManager#Context">
            <summary>Sets the stub of IDesignerSerializationManager.get_Context()</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerSerializationManager.global::System#ComponentModel#Design#Serialization#IDesignerSerializationManager#Properties">
            <summary>Sets the stub of IDesignerSerializationManager.get_Properties()</summary>
        </member>
        <member name="T:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerSerializationProvider">
            <summary>Stub type of System.ComponentModel.Design.Serialization.IDesignerSerializationProvider</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerSerializationProvider.#ctor">
            <summary>Initializes a new instance of type StubIDesignerSerializationProvider</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerSerializationProvider.GetSerializerIDesignerSerializationManagerObjectTypeType">
            <summary>Sets the stub of IDesignerSerializationProvider.GetSerializer(IDesignerSerializationManager manager, Object currentSerializer, Type objectType, Type serializerType)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerSerializationProvider.global::System#ComponentModel#Design#Serialization#IDesignerSerializationProvider#GetSerializer(System.ComponentModel.Design.Serialization.IDesignerSerializationManager,System.Object,System.Type,System.Type)">
            <summary>Sets the stub of IDesignerSerializationProvider.GetSerializer(IDesignerSerializationManager manager, Object currentSerializer, Type objectType, Type serializerType)</summary>
        </member>
        <member name="T:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerSerializationService">
            <summary>Stub type of System.ComponentModel.Design.Serialization.IDesignerSerializationService</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerSerializationService.#ctor">
            <summary>Initializes a new instance of type StubIDesignerSerializationService</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerSerializationService.DeserializeObject">
            <summary>Sets the stub of IDesignerSerializationService.Deserialize(Object serializationData)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerSerializationService.SerializeICollection">
            <summary>Sets the stub of IDesignerSerializationService.Serialize(ICollection objects)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerSerializationService.global::System#ComponentModel#Design#Serialization#IDesignerSerializationService#Deserialize(System.Object)">
            <summary>Sets the stub of IDesignerSerializationService.Deserialize(Object serializationData)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Serialization.Fakes.StubIDesignerSerializationService.global::System#ComponentModel#Design#Serialization#IDesignerSerializationService#Serialize(System.Collections.ICollection)">
            <summary>Sets the stub of IDesignerSerializationService.Serialize(ICollection objects)</summary>
        </member>
        <member name="T:System.ComponentModel.Design.Serialization.Fakes.StubINameCreationService">
            <summary>Stub type of System.ComponentModel.Design.Serialization.INameCreationService</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Serialization.Fakes.StubINameCreationService.#ctor">
            <summary>Initializes a new instance of type StubINameCreationService</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Serialization.Fakes.StubINameCreationService.CreateNameIContainerType">
            <summary>Sets the stub of INameCreationService.CreateName(IContainer container, Type dataType)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Serialization.Fakes.StubINameCreationService.IsValidNameString">
            <summary>Sets the stub of INameCreationService.IsValidName(String name)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Serialization.Fakes.StubINameCreationService.global::System#ComponentModel#Design#Serialization#INameCreationService#CreateName(System.ComponentModel.IContainer,System.Type)">
            <summary>Sets the stub of INameCreationService.CreateName(IContainer container, Type dataType)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Serialization.Fakes.StubINameCreationService.global::System#ComponentModel#Design#Serialization#INameCreationService#IsValidName(System.String)">
            <summary>Sets the stub of INameCreationService.IsValidName(String name)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Serialization.Fakes.StubINameCreationService.global::System#ComponentModel#Design#Serialization#INameCreationService#ValidateName(System.String)">
            <summary>Sets the stub of INameCreationService.ValidateName(String name)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Serialization.Fakes.StubINameCreationService.ValidateNameString">
            <summary>Sets the stub of INameCreationService.ValidateName(String name)</summary>
        </member>
        <member name="T:System.ComponentModel.Design.Serialization.Fakes.StubMemberRelationshipService">
            <summary>Stub type of System.ComponentModel.Design.Serialization.MemberRelationshipService</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Serialization.Fakes.StubMemberRelationshipService.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Serialization.Fakes.StubMemberRelationshipService.GetRelationship(System.ComponentModel.Design.Serialization.MemberRelationship)">
            <summary>Sets the stub of MemberRelationshipService.GetRelationship(MemberRelationship source)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Serialization.Fakes.StubMemberRelationshipService.GetRelationshipMemberRelationship">
            <summary>Sets the stub of MemberRelationshipService.GetRelationship(MemberRelationship source)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Serialization.Fakes.StubMemberRelationshipService.InitializeStub">
            <summary>Initializes a new instance of type StubMemberRelationshipService</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Serialization.Fakes.StubMemberRelationshipService.SetRelationship(System.ComponentModel.Design.Serialization.MemberRelationship,System.ComponentModel.Design.Serialization.MemberRelationship)">
            <summary>Sets the stub of MemberRelationshipService.SetRelationship(MemberRelationship source, MemberRelationship relationship)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Serialization.Fakes.StubMemberRelationshipService.SetRelationshipMemberRelationshipMemberRelationship">
            <summary>Sets the stub of MemberRelationshipService.SetRelationship(MemberRelationship source, MemberRelationship relationship)</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Serialization.Fakes.StubMemberRelationshipService.SupportsRelationship(System.ComponentModel.Design.Serialization.MemberRelationship,System.ComponentModel.Design.Serialization.MemberRelationship)">
            <summary>Sets the stub of MemberRelationshipService.SupportsRelationship(MemberRelationship source, MemberRelationship relationship)</summary>
        </member>
        <member name="F:System.ComponentModel.Design.Serialization.Fakes.StubMemberRelationshipService.SupportsRelationshipMemberRelationshipMemberRelationship">
            <summary>Sets the stub of MemberRelationshipService.SupportsRelationship(MemberRelationship source, MemberRelationship relationship)</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Serialization.Fakes.StubMemberRelationshipService.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Serialization.Fakes.StubMemberRelationshipService.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Serialization.Fakes.StubMemberRelationshipService.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.ComponentModel.Design.Serialization.Fakes.StubResolveNameEventArgs">
            <summary>Stub type of System.ComponentModel.Design.Serialization.ResolveNameEventArgs</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Serialization.Fakes.StubResolveNameEventArgs.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Design.Serialization.Fakes.StubResolveNameEventArgs.InitializeStub">
            <summary>Initializes a new instance of type StubResolveNameEventArgs</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Serialization.Fakes.StubResolveNameEventArgs.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Serialization.Fakes.StubResolveNameEventArgs.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Design.Serialization.Fakes.StubResolveNameEventArgs.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubAddingNewEventArgs">
            <summary>Stub type of System.ComponentModel.AddingNewEventArgs</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubAddingNewEventArgs.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubAddingNewEventArgs.#ctor(System.Object)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubAddingNewEventArgs.InitializeStub">
            <summary>Initializes a new instance of type StubAddingNewEventArgs</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubAddingNewEventArgs.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubAddingNewEventArgs.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubAddingNewEventArgs.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubArrayConverter">
            <summary>Stub type of System.ComponentModel.ArrayConverter</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubArrayConverter.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubArrayConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
            <summary>Sets the stub of TypeConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubArrayConverter.CanConvertFromITypeDescriptorContextType">
            <summary>Sets the stub of TypeConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubArrayConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
            <summary>Sets the stub of TypeConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubArrayConverter.CanConvertToITypeDescriptorContextType">
            <summary>Sets the stub of TypeConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubArrayConverter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)">
            <summary>Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubArrayConverter.CreateInstanceITypeDescriptorContextIDictionary">
            <summary>Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubArrayConverter.GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubArrayConverter.GetCreateInstanceSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubArrayConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])">
            <summary>Sets the stub of ArrayConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubArrayConverter.GetPropertiesITypeDescriptorContextObjectAttributeArray">
            <summary>Sets the stub of ArrayConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubArrayConverter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of ArrayConverter.GetPropertiesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubArrayConverter.GetPropertiesSupportedITypeDescriptorContext">
            <summary>Sets the stub of ArrayConverter.GetPropertiesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubArrayConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetStandardValues(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubArrayConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubArrayConverter.GetStandardValuesExclusiveITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubArrayConverter.GetStandardValuesITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetStandardValues(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubArrayConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubArrayConverter.GetStandardValuesSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubArrayConverter.InitializeStub">
            <summary>Initializes a new instance of type StubArrayConverter</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubArrayConverter.IsValid(System.ComponentModel.ITypeDescriptorContext,System.Object)">
            <summary>Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubArrayConverter.IsValidITypeDescriptorContextObject">
            <summary>Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value)</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubArrayConverter.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubArrayConverter.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubArrayConverter.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubAsyncCompletedEventArgs">
            <summary>Stub type of System.ComponentModel.AsyncCompletedEventArgs</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubAsyncCompletedEventArgs.#ctor(System.Exception,System.Boolean,System.Object)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubAsyncCompletedEventArgs.InitializeStub">
            <summary>Initializes a new instance of type StubAsyncCompletedEventArgs</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubAsyncCompletedEventArgs.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubAsyncCompletedEventArgs.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubAsyncCompletedEventArgs.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubAttributeCollection">
            <summary>Stub type of System.ComponentModel.AttributeCollection</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubAttributeCollection.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubAttributeCollection.#ctor(System.Attribute[])">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubAttributeCollection.AttributesGet">
            <summary>Sets the stub of AttributeCollection.get_Attributes()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubAttributeCollection.InitializeStub">
            <summary>Initializes a new instance of type StubAttributeCollection</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubAttributeCollection.ItemGetInt32">
            <summary>Sets the stub of AttributeCollection.get_Item(Int32 index)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubAttributeCollection.ItemGetType">
            <summary>Sets the stub of AttributeCollection.get_Item(Type attributeType)</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubAttributeCollection.Attributes">
            <summary>Sets the stub of AttributeCollection.get_Attributes()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubAttributeCollection.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubAttributeCollection.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubAttributeCollection.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubAttributeCollection.Item(System.Type)">
            <summary>Sets the stub of AttributeCollection.get_Item(Type attributeType)</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubAttributeCollection.Item(System.Int32)">
            <summary>Sets the stub of AttributeCollection.get_Item(Int32 index)</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubAttributeProviderAttribute">
            <summary>Stub type of System.ComponentModel.AttributeProviderAttribute</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubAttributeProviderAttribute.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubAttributeProviderAttribute.#ctor(System.Type)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubAttributeProviderAttribute.#ctor(System.String,System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubAttributeProviderAttribute.Equals(System.Object)">
            <summary>Sets the stub of Attribute.Equals(Object obj)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubAttributeProviderAttribute.EqualsObject">
            <summary>Sets the stub of Attribute.Equals(Object obj)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubAttributeProviderAttribute.GetHashCode">
            <summary>Sets the stub of Attribute.GetHashCode()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubAttributeProviderAttribute.GetHashCode01">
            <summary>Sets the stub of Attribute.GetHashCode()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubAttributeProviderAttribute.InitializeStub">
            <summary>Initializes a new instance of type StubAttributeProviderAttribute</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubAttributeProviderAttribute.IsDefaultAttribute">
            <summary>Sets the stub of Attribute.IsDefaultAttribute()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubAttributeProviderAttribute.IsDefaultAttribute01">
            <summary>Sets the stub of Attribute.IsDefaultAttribute()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubAttributeProviderAttribute.Match(System.Object)">
            <summary>Sets the stub of Attribute.Match(Object obj)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubAttributeProviderAttribute.MatchObject">
            <summary>Sets the stub of Attribute.Match(Object obj)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubAttributeProviderAttribute.TypeIdGet">
            <summary>Sets the stub of Attribute.get_TypeId()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubAttributeProviderAttribute.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubAttributeProviderAttribute.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubAttributeProviderAttribute.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubAttributeProviderAttribute.TypeId">
            <summary>Sets the stub of Attribute.get_TypeId()</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubBackgroundWorker">
            <summary>Stub type of System.ComponentModel.BackgroundWorker</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubBackgroundWorker.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubBackgroundWorker.AttachBackingFieldToSite">
            <summary>Attaches delegates to emulate StubBackgroundWorker.Site as a property with a backing field.</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubBackgroundWorker.CanRaiseEventsGet">
            <summary>Sets the stub of Component.get_CanRaiseEvents()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubBackgroundWorker.Dispose(System.Boolean)">
            <summary>Sets the stub of Component.Dispose(Boolean disposing)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubBackgroundWorker.DisposeBoolean">
            <summary>Sets the stub of Component.Dispose(Boolean disposing)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubBackgroundWorker.GetService(System.Type)">
            <summary>Sets the stub of Component.GetService(Type service)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubBackgroundWorker.GetServiceType">
            <summary>Sets the stub of Component.GetService(Type service)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubBackgroundWorker.InitializeStub">
            <summary>Initializes a new instance of type StubBackgroundWorker</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubBackgroundWorker.OnDoWork(System.ComponentModel.DoWorkEventArgs)">
            <summary>Sets the stub of BackgroundWorker.OnDoWork(DoWorkEventArgs e)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubBackgroundWorker.OnDoWorkDoWorkEventArgs">
            <summary>Sets the stub of BackgroundWorker.OnDoWork(DoWorkEventArgs e)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubBackgroundWorker.OnProgressChanged(System.ComponentModel.ProgressChangedEventArgs)">
            <summary>Sets the stub of BackgroundWorker.OnProgressChanged(ProgressChangedEventArgs e)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubBackgroundWorker.OnProgressChangedProgressChangedEventArgs">
            <summary>Sets the stub of BackgroundWorker.OnProgressChanged(ProgressChangedEventArgs e)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubBackgroundWorker.OnRunWorkerCompleted(System.ComponentModel.RunWorkerCompletedEventArgs)">
            <summary>Sets the stub of BackgroundWorker.OnRunWorkerCompleted(RunWorkerCompletedEventArgs e)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubBackgroundWorker.OnRunWorkerCompletedRunWorkerCompletedEventArgs">
            <summary>Sets the stub of BackgroundWorker.OnRunWorkerCompleted(RunWorkerCompletedEventArgs e)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubBackgroundWorker.SiteGet">
            <summary>Sets the stub of Component.get_Site()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubBackgroundWorker.SiteSetISite">
            <summary>Sets the stub of Component.set_Site(ISite value)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubBackgroundWorker.ToString">
            <summary>Sets the stub of Component.ToString()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubBackgroundWorker.ToString01">
            <summary>Sets the stub of Component.ToString()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubBackgroundWorker.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubBackgroundWorker.CanRaiseEvents">
            <summary>Sets the stub of Component.get_CanRaiseEvents()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubBackgroundWorker.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubBackgroundWorker.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubBackgroundWorker.Site">
            <summary>Sets the stub of Component.get_Site()</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubBaseNumberConverter">
            <summary>Stub type of System.ComponentModel.BaseNumberConverter</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubBaseNumberConverter.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubBaseNumberConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
            <summary>Sets the stub of BaseNumberConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubBaseNumberConverter.CanConvertFromITypeDescriptorContextType">
            <summary>Sets the stub of BaseNumberConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubBaseNumberConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
            <summary>Sets the stub of BaseNumberConverter.CanConvertTo(ITypeDescriptorContext context, Type t)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubBaseNumberConverter.CanConvertToITypeDescriptorContextType">
            <summary>Sets the stub of BaseNumberConverter.CanConvertTo(ITypeDescriptorContext context, Type t)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubBaseNumberConverter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)">
            <summary>Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubBaseNumberConverter.CreateInstanceITypeDescriptorContextIDictionary">
            <summary>Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubBaseNumberConverter.GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubBaseNumberConverter.GetCreateInstanceSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubBaseNumberConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])">
            <summary>Sets the stub of TypeConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubBaseNumberConverter.GetPropertiesITypeDescriptorContextObjectAttributeArray">
            <summary>Sets the stub of TypeConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubBaseNumberConverter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetPropertiesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubBaseNumberConverter.GetPropertiesSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetPropertiesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubBaseNumberConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetStandardValues(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubBaseNumberConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubBaseNumberConverter.GetStandardValuesExclusiveITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubBaseNumberConverter.GetStandardValuesITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetStandardValues(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubBaseNumberConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubBaseNumberConverter.GetStandardValuesSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubBaseNumberConverter.InitializeStub">
            <summary>Initializes a new instance of type StubBaseNumberConverter</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubBaseNumberConverter.IsValid(System.ComponentModel.ITypeDescriptorContext,System.Object)">
            <summary>Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubBaseNumberConverter.IsValidITypeDescriptorContextObject">
            <summary>Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value)</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubBaseNumberConverter.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubBaseNumberConverter.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubBaseNumberConverter.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubBindingList`1">
            <summary>Stub type of System.ComponentModel.BindingList`1</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubBindingList`1.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubBindingList`1.#ctor(System.Collections.Generic.IList{`0})">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubBindingList`1.AddNewCore">
            <summary>Sets the stub of BindingList`1.AddNewCore()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubBindingList`1.AddNewCore01">
            <summary>Sets the stub of BindingList`1.AddNewCore()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubBindingList`1.ApplySortCore(System.ComponentModel.PropertyDescriptor,System.ComponentModel.ListSortDirection)">
            <summary>Sets the stub of BindingList`1.ApplySortCore(PropertyDescriptor prop, ListSortDirection direction)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubBindingList`1.ApplySortCorePropertyDescriptorListSortDirection">
            <summary>Sets the stub of BindingList`1.ApplySortCore(PropertyDescriptor prop, ListSortDirection direction)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubBindingList`1.CancelNew(System.Int32)">
            <summary>Sets the stub of BindingList`1.CancelNew(Int32 itemIndex)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubBindingList`1.CancelNewInt32">
            <summary>Sets the stub of BindingList`1.CancelNew(Int32 itemIndex)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubBindingList`1.ClearItems">
            <summary>Sets the stub of BindingList`1.ClearItems()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubBindingList`1.ClearItems01">
            <summary>Sets the stub of BindingList`1.ClearItems()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubBindingList`1.EndNew(System.Int32)">
            <summary>Sets the stub of BindingList`1.EndNew(Int32 itemIndex)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubBindingList`1.EndNewInt32">
            <summary>Sets the stub of BindingList`1.EndNew(Int32 itemIndex)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubBindingList`1.FindCore(System.ComponentModel.PropertyDescriptor,System.Object)">
            <summary>Sets the stub of BindingList`1.FindCore(PropertyDescriptor prop, Object key)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubBindingList`1.FindCorePropertyDescriptorObject">
            <summary>Sets the stub of BindingList`1.FindCore(PropertyDescriptor prop, Object key)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubBindingList`1.InitializeStub">
            <summary>Initializes a new instance of type StubBindingList</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubBindingList`1.InsertItem(System.Int32,`0)">
            <summary>Sets the stub of BindingList`1.InsertItem(Int32 index, !0 item)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubBindingList`1.InsertItemInt32T0">
            <summary>Sets the stub of BindingList`1.InsertItem(Int32 index, !0 item)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubBindingList`1.IsSortedCoreGet">
            <summary>Sets the stub of BindingList`1.get_IsSortedCore()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubBindingList`1.OnAddingNew(System.ComponentModel.AddingNewEventArgs)">
            <summary>Sets the stub of BindingList`1.OnAddingNew(AddingNewEventArgs e)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubBindingList`1.OnAddingNewAddingNewEventArgs">
            <summary>Sets the stub of BindingList`1.OnAddingNew(AddingNewEventArgs e)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubBindingList`1.OnListChanged(System.ComponentModel.ListChangedEventArgs)">
            <summary>Sets the stub of BindingList`1.OnListChanged(ListChangedEventArgs e)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubBindingList`1.OnListChangedListChangedEventArgs">
            <summary>Sets the stub of BindingList`1.OnListChanged(ListChangedEventArgs e)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubBindingList`1.RemoveItem(System.Int32)">
            <summary>Sets the stub of BindingList`1.RemoveItem(Int32 index)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubBindingList`1.RemoveItemInt32">
            <summary>Sets the stub of BindingList`1.RemoveItem(Int32 index)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubBindingList`1.RemoveSortCore">
            <summary>Sets the stub of BindingList`1.RemoveSortCore()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubBindingList`1.RemoveSortCore01">
            <summary>Sets the stub of BindingList`1.RemoveSortCore()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubBindingList`1.SetItem(System.Int32,`0)">
            <summary>Sets the stub of BindingList`1.SetItem(Int32 index, !0 item)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubBindingList`1.SetItemInt32T0">
            <summary>Sets the stub of BindingList`1.SetItem(Int32 index, !0 item)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubBindingList`1.SortDirectionCoreGet">
            <summary>Sets the stub of BindingList`1.get_SortDirectionCore()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubBindingList`1.SortPropertyCoreGet">
            <summary>Sets the stub of BindingList`1.get_SortPropertyCore()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubBindingList`1.SupportsChangeNotificationCoreGet">
            <summary>Sets the stub of BindingList`1.get_SupportsChangeNotificationCore()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubBindingList`1.SupportsSearchingCoreGet">
            <summary>Sets the stub of BindingList`1.get_SupportsSearchingCore()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubBindingList`1.SupportsSortingCoreGet">
            <summary>Sets the stub of BindingList`1.get_SupportsSortingCore()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubBindingList`1.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubBindingList`1.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubBindingList`1.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubBindingList`1.IsSortedCore">
            <summary>Sets the stub of BindingList`1.get_IsSortedCore()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubBindingList`1.SortDirectionCore">
            <summary>Sets the stub of BindingList`1.get_SortDirectionCore()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubBindingList`1.SortPropertyCore">
            <summary>Sets the stub of BindingList`1.get_SortPropertyCore()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubBindingList`1.SupportsChangeNotificationCore">
            <summary>Sets the stub of BindingList`1.get_SupportsChangeNotificationCore()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubBindingList`1.SupportsSearchingCore">
            <summary>Sets the stub of BindingList`1.get_SupportsSearchingCore()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubBindingList`1.SupportsSortingCore">
            <summary>Sets the stub of BindingList`1.get_SupportsSortingCore()</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubBooleanConverter">
            <summary>Stub type of System.ComponentModel.BooleanConverter</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubBooleanConverter.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubBooleanConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
            <summary>Sets the stub of BooleanConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubBooleanConverter.CanConvertFromITypeDescriptorContextType">
            <summary>Sets the stub of BooleanConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubBooleanConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
            <summary>Sets the stub of TypeConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubBooleanConverter.CanConvertToITypeDescriptorContextType">
            <summary>Sets the stub of TypeConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubBooleanConverter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)">
            <summary>Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubBooleanConverter.CreateInstanceITypeDescriptorContextIDictionary">
            <summary>Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubBooleanConverter.GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubBooleanConverter.GetCreateInstanceSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubBooleanConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])">
            <summary>Sets the stub of TypeConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubBooleanConverter.GetPropertiesITypeDescriptorContextObjectAttributeArray">
            <summary>Sets the stub of TypeConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubBooleanConverter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetPropertiesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubBooleanConverter.GetPropertiesSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetPropertiesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubBooleanConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of BooleanConverter.GetStandardValues(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubBooleanConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of BooleanConverter.GetStandardValuesExclusive(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubBooleanConverter.GetStandardValuesExclusiveITypeDescriptorContext">
            <summary>Sets the stub of BooleanConverter.GetStandardValuesExclusive(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubBooleanConverter.GetStandardValuesITypeDescriptorContext">
            <summary>Sets the stub of BooleanConverter.GetStandardValues(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubBooleanConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of BooleanConverter.GetStandardValuesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubBooleanConverter.GetStandardValuesSupportedITypeDescriptorContext">
            <summary>Sets the stub of BooleanConverter.GetStandardValuesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubBooleanConverter.InitializeStub">
            <summary>Initializes a new instance of type StubBooleanConverter</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubBooleanConverter.IsValid(System.ComponentModel.ITypeDescriptorContext,System.Object)">
            <summary>Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubBooleanConverter.IsValidITypeDescriptorContextObject">
            <summary>Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value)</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubBooleanConverter.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubBooleanConverter.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubBooleanConverter.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubByteConverter">
            <summary>Stub type of System.ComponentModel.ByteConverter</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubByteConverter.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubByteConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
            <summary>Sets the stub of BaseNumberConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubByteConverter.CanConvertFromITypeDescriptorContextType">
            <summary>Sets the stub of BaseNumberConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubByteConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
            <summary>Sets the stub of BaseNumberConverter.CanConvertTo(ITypeDescriptorContext context, Type t)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubByteConverter.CanConvertToITypeDescriptorContextType">
            <summary>Sets the stub of BaseNumberConverter.CanConvertTo(ITypeDescriptorContext context, Type t)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubByteConverter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)">
            <summary>Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubByteConverter.CreateInstanceITypeDescriptorContextIDictionary">
            <summary>Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubByteConverter.GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubByteConverter.GetCreateInstanceSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubByteConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])">
            <summary>Sets the stub of TypeConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubByteConverter.GetPropertiesITypeDescriptorContextObjectAttributeArray">
            <summary>Sets the stub of TypeConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubByteConverter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetPropertiesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubByteConverter.GetPropertiesSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetPropertiesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubByteConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetStandardValues(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubByteConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubByteConverter.GetStandardValuesExclusiveITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubByteConverter.GetStandardValuesITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetStandardValues(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubByteConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubByteConverter.GetStandardValuesSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubByteConverter.InitializeStub">
            <summary>Initializes a new instance of type StubByteConverter</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubByteConverter.IsValid(System.ComponentModel.ITypeDescriptorContext,System.Object)">
            <summary>Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubByteConverter.IsValidITypeDescriptorContextObject">
            <summary>Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value)</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubByteConverter.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubByteConverter.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubByteConverter.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubCancelEventArgs">
            <summary>Stub type of System.ComponentModel.CancelEventArgs</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubCancelEventArgs.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubCancelEventArgs.#ctor(System.Boolean)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubCancelEventArgs.InitializeStub">
            <summary>Initializes a new instance of type StubCancelEventArgs</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubCancelEventArgs.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubCancelEventArgs.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubCancelEventArgs.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubCategoryAttribute">
            <summary>Stub type of System.ComponentModel.CategoryAttribute</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubCategoryAttribute.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubCategoryAttribute.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubCategoryAttribute.Equals(System.Object)">
            <summary>Sets the stub of CategoryAttribute.Equals(Object obj)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubCategoryAttribute.EqualsObject">
            <summary>Sets the stub of CategoryAttribute.Equals(Object obj)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubCategoryAttribute.GetHashCode">
            <summary>Sets the stub of CategoryAttribute.GetHashCode()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubCategoryAttribute.GetHashCode01">
            <summary>Sets the stub of CategoryAttribute.GetHashCode()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubCategoryAttribute.GetLocalizedString(System.String)">
            <summary>Sets the stub of CategoryAttribute.GetLocalizedString(String value)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubCategoryAttribute.GetLocalizedStringString">
            <summary>Sets the stub of CategoryAttribute.GetLocalizedString(String value)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubCategoryAttribute.InitializeStub">
            <summary>Initializes a new instance of type StubCategoryAttribute</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubCategoryAttribute.IsDefaultAttribute">
            <summary>Sets the stub of CategoryAttribute.IsDefaultAttribute()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubCategoryAttribute.IsDefaultAttribute01">
            <summary>Sets the stub of CategoryAttribute.IsDefaultAttribute()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubCategoryAttribute.Match(System.Object)">
            <summary>Sets the stub of Attribute.Match(Object obj)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubCategoryAttribute.MatchObject">
            <summary>Sets the stub of Attribute.Match(Object obj)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubCategoryAttribute.TypeIdGet">
            <summary>Sets the stub of Attribute.get_TypeId()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubCategoryAttribute.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubCategoryAttribute.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubCategoryAttribute.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubCategoryAttribute.TypeId">
            <summary>Sets the stub of Attribute.get_TypeId()</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubCharConverter">
            <summary>Stub type of System.ComponentModel.CharConverter</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubCharConverter.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubCharConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
            <summary>Sets the stub of CharConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubCharConverter.CanConvertFromITypeDescriptorContextType">
            <summary>Sets the stub of CharConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubCharConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
            <summary>Sets the stub of TypeConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubCharConverter.CanConvertToITypeDescriptorContextType">
            <summary>Sets the stub of TypeConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubCharConverter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)">
            <summary>Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubCharConverter.CreateInstanceITypeDescriptorContextIDictionary">
            <summary>Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubCharConverter.GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubCharConverter.GetCreateInstanceSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubCharConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])">
            <summary>Sets the stub of TypeConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubCharConverter.GetPropertiesITypeDescriptorContextObjectAttributeArray">
            <summary>Sets the stub of TypeConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubCharConverter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetPropertiesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubCharConverter.GetPropertiesSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetPropertiesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubCharConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetStandardValues(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubCharConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubCharConverter.GetStandardValuesExclusiveITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubCharConverter.GetStandardValuesITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetStandardValues(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubCharConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubCharConverter.GetStandardValuesSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubCharConverter.InitializeStub">
            <summary>Initializes a new instance of type StubCharConverter</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubCharConverter.IsValid(System.ComponentModel.ITypeDescriptorContext,System.Object)">
            <summary>Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubCharConverter.IsValidITypeDescriptorContextObject">
            <summary>Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value)</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubCharConverter.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubCharConverter.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubCharConverter.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubCollectionChangeEventArgs">
            <summary>Stub type of System.ComponentModel.CollectionChangeEventArgs</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubCollectionChangeEventArgs.#ctor(System.ComponentModel.CollectionChangeAction,System.Object)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubCollectionChangeEventArgs.ActionGet">
            <summary>Sets the stub of CollectionChangeEventArgs.get_Action()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubCollectionChangeEventArgs.ElementGet">
            <summary>Sets the stub of CollectionChangeEventArgs.get_Element()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubCollectionChangeEventArgs.InitializeStub">
            <summary>Initializes a new instance of type StubCollectionChangeEventArgs</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubCollectionChangeEventArgs.Action">
            <summary>Sets the stub of CollectionChangeEventArgs.get_Action()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubCollectionChangeEventArgs.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubCollectionChangeEventArgs.Element">
            <summary>Sets the stub of CollectionChangeEventArgs.get_Element()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubCollectionChangeEventArgs.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubCollectionChangeEventArgs.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubCollectionConverter">
            <summary>Stub type of System.ComponentModel.CollectionConverter</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubCollectionConverter.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubCollectionConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
            <summary>Sets the stub of TypeConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubCollectionConverter.CanConvertFromITypeDescriptorContextType">
            <summary>Sets the stub of TypeConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubCollectionConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
            <summary>Sets the stub of TypeConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubCollectionConverter.CanConvertToITypeDescriptorContextType">
            <summary>Sets the stub of TypeConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubCollectionConverter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)">
            <summary>Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubCollectionConverter.CreateInstanceITypeDescriptorContextIDictionary">
            <summary>Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubCollectionConverter.GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubCollectionConverter.GetCreateInstanceSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubCollectionConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])">
            <summary>Sets the stub of CollectionConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubCollectionConverter.GetPropertiesITypeDescriptorContextObjectAttributeArray">
            <summary>Sets the stub of CollectionConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubCollectionConverter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of CollectionConverter.GetPropertiesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubCollectionConverter.GetPropertiesSupportedITypeDescriptorContext">
            <summary>Sets the stub of CollectionConverter.GetPropertiesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubCollectionConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetStandardValues(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubCollectionConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubCollectionConverter.GetStandardValuesExclusiveITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubCollectionConverter.GetStandardValuesITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetStandardValues(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubCollectionConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubCollectionConverter.GetStandardValuesSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubCollectionConverter.InitializeStub">
            <summary>Initializes a new instance of type StubCollectionConverter</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubCollectionConverter.IsValid(System.ComponentModel.ITypeDescriptorContext,System.Object)">
            <summary>Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubCollectionConverter.IsValidITypeDescriptorContextObject">
            <summary>Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value)</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubCollectionConverter.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubCollectionConverter.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubCollectionConverter.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubComponent">
            <summary>Stub type of System.ComponentModel.Component</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubComponent.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubComponent.AttachBackingFieldToSite">
            <summary>Attaches delegates to emulate StubComponent.Site as a property with a backing field.</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubComponent.CanRaiseEventsGet">
            <summary>Sets the stub of Component.get_CanRaiseEvents()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubComponent.Dispose(System.Boolean)">
            <summary>Sets the stub of Component.Dispose(Boolean disposing)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubComponent.DisposeBoolean">
            <summary>Sets the stub of Component.Dispose(Boolean disposing)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubComponent.GetService(System.Type)">
            <summary>Sets the stub of Component.GetService(Type service)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubComponent.GetServiceType">
            <summary>Sets the stub of Component.GetService(Type service)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubComponent.InitializeStub">
            <summary>Initializes a new instance of type StubComponent</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubComponent.SiteGet">
            <summary>Sets the stub of Component.get_Site()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubComponent.SiteSetISite">
            <summary>Sets the stub of Component.set_Site(ISite value)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubComponent.ToString">
            <summary>Sets the stub of Component.ToString()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubComponent.ToString01">
            <summary>Sets the stub of Component.ToString()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubComponent.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubComponent.CanRaiseEvents">
            <summary>Sets the stub of Component.get_CanRaiseEvents()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubComponent.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubComponent.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubComponent.Site">
            <summary>Sets the stub of Component.get_Site()</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubComponentCollection">
            <summary>Stub type of System.ComponentModel.ComponentCollection</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubComponentCollection.#ctor(System.ComponentModel.IComponent[])">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubComponentCollection.CountGet">
            <summary>Sets the stub of ReadOnlyCollectionBase.get_Count()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubComponentCollection.GetEnumerator">
            <summary>Sets the stub of ReadOnlyCollectionBase.GetEnumerator()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubComponentCollection.GetEnumerator01">
            <summary>Sets the stub of ReadOnlyCollectionBase.GetEnumerator()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubComponentCollection.InitializeStub">
            <summary>Initializes a new instance of type StubComponentCollection</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubComponentCollection.ItemGetInt32">
            <summary>Sets the stub of ComponentCollection.get_Item(Int32 index)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubComponentCollection.ItemGetString">
            <summary>Sets the stub of ComponentCollection.get_Item(String name)</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubComponentCollection.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubComponentCollection.Count">
            <summary>Sets the stub of ReadOnlyCollectionBase.get_Count()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubComponentCollection.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubComponentCollection.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubComponentCollection.Item(System.Int32)">
            <summary>Sets the stub of ComponentCollection.get_Item(Int32 index)</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubComponentCollection.Item(System.String)">
            <summary>Sets the stub of ComponentCollection.get_Item(String name)</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubComponentConverter">
            <summary>Stub type of System.ComponentModel.ComponentConverter</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubComponentConverter.#ctor(System.Type)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubComponentConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
            <summary>Sets the stub of ReferenceConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubComponentConverter.CanConvertFromITypeDescriptorContextType">
            <summary>Sets the stub of ReferenceConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubComponentConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
            <summary>Sets the stub of TypeConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubComponentConverter.CanConvertToITypeDescriptorContextType">
            <summary>Sets the stub of TypeConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubComponentConverter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)">
            <summary>Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubComponentConverter.CreateInstanceITypeDescriptorContextIDictionary">
            <summary>Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubComponentConverter.GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubComponentConverter.GetCreateInstanceSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubComponentConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])">
            <summary>Sets the stub of ComponentConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubComponentConverter.GetPropertiesITypeDescriptorContextObjectAttributeArray">
            <summary>Sets the stub of ComponentConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubComponentConverter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of ComponentConverter.GetPropertiesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubComponentConverter.GetPropertiesSupportedITypeDescriptorContext">
            <summary>Sets the stub of ComponentConverter.GetPropertiesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubComponentConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of ReferenceConverter.GetStandardValues(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubComponentConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of ReferenceConverter.GetStandardValuesExclusive(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubComponentConverter.GetStandardValuesExclusiveITypeDescriptorContext">
            <summary>Sets the stub of ReferenceConverter.GetStandardValuesExclusive(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubComponentConverter.GetStandardValuesITypeDescriptorContext">
            <summary>Sets the stub of ReferenceConverter.GetStandardValues(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubComponentConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of ReferenceConverter.GetStandardValuesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubComponentConverter.GetStandardValuesSupportedITypeDescriptorContext">
            <summary>Sets the stub of ReferenceConverter.GetStandardValuesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubComponentConverter.InitializeStub">
            <summary>Initializes a new instance of type StubComponentConverter</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubComponentConverter.IsValid(System.ComponentModel.ITypeDescriptorContext,System.Object)">
            <summary>Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubComponentConverter.IsValidITypeDescriptorContextObject">
            <summary>Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubComponentConverter.IsValueAllowed(System.ComponentModel.ITypeDescriptorContext,System.Object)">
            <summary>Sets the stub of ReferenceConverter.IsValueAllowed(ITypeDescriptorContext context, Object value)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubComponentConverter.IsValueAllowedITypeDescriptorContextObject">
            <summary>Sets the stub of ReferenceConverter.IsValueAllowed(ITypeDescriptorContext context, Object value)</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubComponentConverter.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubComponentConverter.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubComponentConverter.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubComponentEditor">
            <summary>Stub type of System.ComponentModel.ComponentEditor</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubComponentEditor.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubComponentEditor.EditComponent(System.ComponentModel.ITypeDescriptorContext,System.Object)">
            <summary>Sets the stub of ComponentEditor.EditComponent(ITypeDescriptorContext context, Object component)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubComponentEditor.EditComponentITypeDescriptorContextObject">
            <summary>Sets the stub of ComponentEditor.EditComponent(ITypeDescriptorContext context, Object component)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubComponentEditor.InitializeStub">
            <summary>Initializes a new instance of type StubComponentEditor</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubComponentEditor.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubComponentEditor.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubComponentEditor.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubComponentResourceManager">
            <summary>Stub type of System.ComponentModel.ComponentResourceManager</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubComponentResourceManager.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubComponentResourceManager.#ctor(System.Type)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubComponentResourceManager.AttachBackingFieldToIgnoreCase">
            <summary>Attaches delegates to emulate StubComponentResourceManager.IgnoreCase as a property with a backing field.</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubComponentResourceManager.BaseNameGet">
            <summary>Sets the stub of ResourceManager.get_BaseName()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubComponentResourceManager.GetObject(System.String)">
            <summary>Sets the stub of ResourceManager.GetObject(String name)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubComponentResourceManager.GetObjectString">
            <summary>Sets the stub of ResourceManager.GetObject(String name)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubComponentResourceManager.GetString(System.String)">
            <summary>Sets the stub of ResourceManager.GetString(String name)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubComponentResourceManager.GetStringString">
            <summary>Sets the stub of ResourceManager.GetString(String name)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubComponentResourceManager.IgnoreCaseGet">
            <summary>Sets the stub of ResourceManager.get_IgnoreCase()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubComponentResourceManager.IgnoreCaseSetBoolean">
            <summary>Sets the stub of ResourceManager.set_IgnoreCase(Boolean value)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubComponentResourceManager.InitializeStub">
            <summary>Initializes a new instance of type StubComponentResourceManager</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubComponentResourceManager.ReleaseAllResources">
            <summary>Sets the stub of ResourceManager.ReleaseAllResources()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubComponentResourceManager.ReleaseAllResources01">
            <summary>Sets the stub of ResourceManager.ReleaseAllResources()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubComponentResourceManager.ResourceSetTypeGet">
            <summary>Sets the stub of ResourceManager.get_ResourceSetType()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubComponentResourceManager.BaseName">
            <summary>Sets the stub of ResourceManager.get_BaseName()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubComponentResourceManager.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubComponentResourceManager.IgnoreCase">
            <summary>Sets the stub of ResourceManager.get_IgnoreCase()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubComponentResourceManager.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubComponentResourceManager.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubComponentResourceManager.ResourceSetType">
            <summary>Sets the stub of ResourceManager.get_ResourceSetType()</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubContainer">
            <summary>Stub type of System.ComponentModel.Container</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubContainer.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubContainer.Add(System.ComponentModel.IComponent)">
            <summary>Sets the stub of Container.Add(IComponent component)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubContainer.Add(System.ComponentModel.IComponent,System.String)">
            <summary>Sets the stub of Container.Add(IComponent component, String name)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubContainer.AddIComponent">
            <summary>Sets the stub of Container.Add(IComponent component)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubContainer.AddIComponentString">
            <summary>Sets the stub of Container.Add(IComponent component, String name)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubContainer.ComponentsGet">
            <summary>Sets the stub of Container.get_Components()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubContainer.CreateSite(System.ComponentModel.IComponent,System.String)">
            <summary>Sets the stub of Container.CreateSite(IComponent component, String name)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubContainer.CreateSiteIComponentString">
            <summary>Sets the stub of Container.CreateSite(IComponent component, String name)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubContainer.Dispose(System.Boolean)">
            <summary>Sets the stub of Container.Dispose(Boolean disposing)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubContainer.DisposeBoolean">
            <summary>Sets the stub of Container.Dispose(Boolean disposing)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubContainer.GetService(System.Type)">
            <summary>Sets the stub of Container.GetService(Type service)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubContainer.GetServiceType">
            <summary>Sets the stub of Container.GetService(Type service)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubContainer.InitializeStub">
            <summary>Initializes a new instance of type StubContainer</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubContainer.Remove(System.ComponentModel.IComponent)">
            <summary>Sets the stub of Container.Remove(IComponent component)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubContainer.RemoveIComponent">
            <summary>Sets the stub of Container.Remove(IComponent component)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubContainer.ValidateName(System.ComponentModel.IComponent,System.String)">
            <summary>Sets the stub of Container.ValidateName(IComponent component, String name)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubContainer.ValidateNameIComponentString">
            <summary>Sets the stub of Container.ValidateName(IComponent component, String name)</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubContainer.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubContainer.Components">
            <summary>Sets the stub of Container.get_Components()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubContainer.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubContainer.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubContainerFilterService">
            <summary>Stub type of System.ComponentModel.ContainerFilterService</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubContainerFilterService.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubContainerFilterService.FilterComponents(System.ComponentModel.ComponentCollection)">
            <summary>Sets the stub of ContainerFilterService.FilterComponents(ComponentCollection components)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubContainerFilterService.FilterComponentsComponentCollection">
            <summary>Sets the stub of ContainerFilterService.FilterComponents(ComponentCollection components)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubContainerFilterService.InitializeStub">
            <summary>Initializes a new instance of type StubContainerFilterService</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubContainerFilterService.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubContainerFilterService.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubContainerFilterService.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubCultureInfoConverter">
            <summary>Stub type of System.ComponentModel.CultureInfoConverter</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubCultureInfoConverter.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubCultureInfoConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
            <summary>Sets the stub of CultureInfoConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubCultureInfoConverter.CanConvertFromITypeDescriptorContextType">
            <summary>Sets the stub of CultureInfoConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubCultureInfoConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
            <summary>Sets the stub of CultureInfoConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubCultureInfoConverter.CanConvertToITypeDescriptorContextType">
            <summary>Sets the stub of CultureInfoConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubCultureInfoConverter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)">
            <summary>Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubCultureInfoConverter.CreateInstanceITypeDescriptorContextIDictionary">
            <summary>Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubCultureInfoConverter.GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubCultureInfoConverter.GetCreateInstanceSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubCultureInfoConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])">
            <summary>Sets the stub of TypeConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubCultureInfoConverter.GetPropertiesITypeDescriptorContextObjectAttributeArray">
            <summary>Sets the stub of TypeConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubCultureInfoConverter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetPropertiesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubCultureInfoConverter.GetPropertiesSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetPropertiesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubCultureInfoConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of CultureInfoConverter.GetStandardValues(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubCultureInfoConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of CultureInfoConverter.GetStandardValuesExclusive(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubCultureInfoConverter.GetStandardValuesExclusiveITypeDescriptorContext">
            <summary>Sets the stub of CultureInfoConverter.GetStandardValuesExclusive(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubCultureInfoConverter.GetStandardValuesITypeDescriptorContext">
            <summary>Sets the stub of CultureInfoConverter.GetStandardValues(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubCultureInfoConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of CultureInfoConverter.GetStandardValuesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubCultureInfoConverter.GetStandardValuesSupportedITypeDescriptorContext">
            <summary>Sets the stub of CultureInfoConverter.GetStandardValuesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubCultureInfoConverter.InitializeStub">
            <summary>Initializes a new instance of type StubCultureInfoConverter</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubCultureInfoConverter.IsValid(System.ComponentModel.ITypeDescriptorContext,System.Object)">
            <summary>Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubCultureInfoConverter.IsValidITypeDescriptorContextObject">
            <summary>Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value)</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubCultureInfoConverter.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubCultureInfoConverter.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubCultureInfoConverter.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubCustomTypeDescriptor">
            <summary>Stub type of System.ComponentModel.CustomTypeDescriptor</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubCustomTypeDescriptor.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubCustomTypeDescriptor.#ctor(System.ComponentModel.ICustomTypeDescriptor)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubCustomTypeDescriptor.GetAttributes">
            <summary>Sets the stub of CustomTypeDescriptor.GetAttributes()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubCustomTypeDescriptor.GetAttributes01">
            <summary>Sets the stub of CustomTypeDescriptor.GetAttributes()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubCustomTypeDescriptor.GetClassName">
            <summary>Sets the stub of CustomTypeDescriptor.GetClassName()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubCustomTypeDescriptor.GetClassName01">
            <summary>Sets the stub of CustomTypeDescriptor.GetClassName()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubCustomTypeDescriptor.GetComponentName">
            <summary>Sets the stub of CustomTypeDescriptor.GetComponentName()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubCustomTypeDescriptor.GetComponentName01">
            <summary>Sets the stub of CustomTypeDescriptor.GetComponentName()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubCustomTypeDescriptor.GetConverter">
            <summary>Sets the stub of CustomTypeDescriptor.GetConverter()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubCustomTypeDescriptor.GetConverter01">
            <summary>Sets the stub of CustomTypeDescriptor.GetConverter()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubCustomTypeDescriptor.GetDefaultEvent">
            <summary>Sets the stub of CustomTypeDescriptor.GetDefaultEvent()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubCustomTypeDescriptor.GetDefaultEvent01">
            <summary>Sets the stub of CustomTypeDescriptor.GetDefaultEvent()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubCustomTypeDescriptor.GetDefaultProperty">
            <summary>Sets the stub of CustomTypeDescriptor.GetDefaultProperty()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubCustomTypeDescriptor.GetDefaultProperty01">
            <summary>Sets the stub of CustomTypeDescriptor.GetDefaultProperty()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubCustomTypeDescriptor.GetEditor(System.Type)">
            <summary>Sets the stub of CustomTypeDescriptor.GetEditor(Type editorBaseType)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubCustomTypeDescriptor.GetEditorType">
            <summary>Sets the stub of CustomTypeDescriptor.GetEditor(Type editorBaseType)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubCustomTypeDescriptor.GetEvents">
            <summary>Sets the stub of CustomTypeDescriptor.GetEvents()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubCustomTypeDescriptor.GetEvents(System.Attribute[])">
            <summary>Sets the stub of CustomTypeDescriptor.GetEvents(Attribute[] attributes)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubCustomTypeDescriptor.GetEvents01">
            <summary>Sets the stub of CustomTypeDescriptor.GetEvents()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubCustomTypeDescriptor.GetEventsAttributeArray">
            <summary>Sets the stub of CustomTypeDescriptor.GetEvents(Attribute[] attributes)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubCustomTypeDescriptor.GetProperties">
            <summary>Sets the stub of CustomTypeDescriptor.GetProperties()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubCustomTypeDescriptor.GetProperties(System.Attribute[])">
            <summary>Sets the stub of CustomTypeDescriptor.GetProperties(Attribute[] attributes)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubCustomTypeDescriptor.GetProperties01">
            <summary>Sets the stub of CustomTypeDescriptor.GetProperties()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubCustomTypeDescriptor.GetPropertiesAttributeArray">
            <summary>Sets the stub of CustomTypeDescriptor.GetProperties(Attribute[] attributes)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubCustomTypeDescriptor.GetPropertyOwner(System.ComponentModel.PropertyDescriptor)">
            <summary>Sets the stub of CustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor pd)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubCustomTypeDescriptor.GetPropertyOwnerPropertyDescriptor">
            <summary>Sets the stub of CustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor pd)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubCustomTypeDescriptor.InitializeStub">
            <summary>Initializes a new instance of type StubCustomTypeDescriptor</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubCustomTypeDescriptor.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubCustomTypeDescriptor.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubCustomTypeDescriptor.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubDateTimeConverter">
            <summary>Stub type of System.ComponentModel.DateTimeConverter</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubDateTimeConverter.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubDateTimeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
            <summary>Sets the stub of DateTimeConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubDateTimeConverter.CanConvertFromITypeDescriptorContextType">
            <summary>Sets the stub of DateTimeConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubDateTimeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
            <summary>Sets the stub of DateTimeConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubDateTimeConverter.CanConvertToITypeDescriptorContextType">
            <summary>Sets the stub of DateTimeConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubDateTimeConverter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)">
            <summary>Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubDateTimeConverter.CreateInstanceITypeDescriptorContextIDictionary">
            <summary>Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubDateTimeConverter.GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubDateTimeConverter.GetCreateInstanceSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubDateTimeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])">
            <summary>Sets the stub of TypeConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubDateTimeConverter.GetPropertiesITypeDescriptorContextObjectAttributeArray">
            <summary>Sets the stub of TypeConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubDateTimeConverter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetPropertiesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubDateTimeConverter.GetPropertiesSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetPropertiesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubDateTimeConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetStandardValues(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubDateTimeConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubDateTimeConverter.GetStandardValuesExclusiveITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubDateTimeConverter.GetStandardValuesITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetStandardValues(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubDateTimeConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubDateTimeConverter.GetStandardValuesSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubDateTimeConverter.InitializeStub">
            <summary>Initializes a new instance of type StubDateTimeConverter</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubDateTimeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext,System.Object)">
            <summary>Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubDateTimeConverter.IsValidITypeDescriptorContextObject">
            <summary>Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value)</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubDateTimeConverter.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubDateTimeConverter.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubDateTimeConverter.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubDateTimeOffsetConverter">
            <summary>Stub type of System.ComponentModel.DateTimeOffsetConverter</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubDateTimeOffsetConverter.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubDateTimeOffsetConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
            <summary>Sets the stub of DateTimeOffsetConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubDateTimeOffsetConverter.CanConvertFromITypeDescriptorContextType">
            <summary>Sets the stub of DateTimeOffsetConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubDateTimeOffsetConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
            <summary>Sets the stub of DateTimeOffsetConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubDateTimeOffsetConverter.CanConvertToITypeDescriptorContextType">
            <summary>Sets the stub of DateTimeOffsetConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubDateTimeOffsetConverter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)">
            <summary>Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubDateTimeOffsetConverter.CreateInstanceITypeDescriptorContextIDictionary">
            <summary>Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubDateTimeOffsetConverter.GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubDateTimeOffsetConverter.GetCreateInstanceSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubDateTimeOffsetConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])">
            <summary>Sets the stub of TypeConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubDateTimeOffsetConverter.GetPropertiesITypeDescriptorContextObjectAttributeArray">
            <summary>Sets the stub of TypeConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubDateTimeOffsetConverter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetPropertiesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubDateTimeOffsetConverter.GetPropertiesSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetPropertiesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubDateTimeOffsetConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetStandardValues(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubDateTimeOffsetConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubDateTimeOffsetConverter.GetStandardValuesExclusiveITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubDateTimeOffsetConverter.GetStandardValuesITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetStandardValues(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubDateTimeOffsetConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubDateTimeOffsetConverter.GetStandardValuesSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubDateTimeOffsetConverter.InitializeStub">
            <summary>Initializes a new instance of type StubDateTimeOffsetConverter</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubDateTimeOffsetConverter.IsValid(System.ComponentModel.ITypeDescriptorContext,System.Object)">
            <summary>Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubDateTimeOffsetConverter.IsValidITypeDescriptorContextObject">
            <summary>Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value)</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubDateTimeOffsetConverter.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubDateTimeOffsetConverter.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubDateTimeOffsetConverter.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubDecimalConverter">
            <summary>Stub type of System.ComponentModel.DecimalConverter</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubDecimalConverter.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubDecimalConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
            <summary>Sets the stub of BaseNumberConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubDecimalConverter.CanConvertFromITypeDescriptorContextType">
            <summary>Sets the stub of BaseNumberConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubDecimalConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
            <summary>Sets the stub of DecimalConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubDecimalConverter.CanConvertToITypeDescriptorContextType">
            <summary>Sets the stub of DecimalConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubDecimalConverter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)">
            <summary>Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubDecimalConverter.CreateInstanceITypeDescriptorContextIDictionary">
            <summary>Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubDecimalConverter.GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubDecimalConverter.GetCreateInstanceSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubDecimalConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])">
            <summary>Sets the stub of TypeConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubDecimalConverter.GetPropertiesITypeDescriptorContextObjectAttributeArray">
            <summary>Sets the stub of TypeConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubDecimalConverter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetPropertiesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubDecimalConverter.GetPropertiesSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetPropertiesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubDecimalConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetStandardValues(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubDecimalConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubDecimalConverter.GetStandardValuesExclusiveITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubDecimalConverter.GetStandardValuesITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetStandardValues(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubDecimalConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubDecimalConverter.GetStandardValuesSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubDecimalConverter.InitializeStub">
            <summary>Initializes a new instance of type StubDecimalConverter</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubDecimalConverter.IsValid(System.ComponentModel.ITypeDescriptorContext,System.Object)">
            <summary>Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubDecimalConverter.IsValidITypeDescriptorContextObject">
            <summary>Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value)</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubDecimalConverter.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubDecimalConverter.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubDecimalConverter.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubDefaultValueAttribute">
            <summary>Stub type of System.ComponentModel.DefaultValueAttribute</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubDefaultValueAttribute.#ctor(System.Object)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubDefaultValueAttribute.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubDefaultValueAttribute.#ctor(System.Boolean)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubDefaultValueAttribute.#ctor(System.Byte)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubDefaultValueAttribute.#ctor(System.Char)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubDefaultValueAttribute.#ctor(System.Double)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubDefaultValueAttribute.#ctor(System.Int16)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubDefaultValueAttribute.#ctor(System.Int32)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubDefaultValueAttribute.#ctor(System.Int64)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubDefaultValueAttribute.#ctor(System.Single)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubDefaultValueAttribute.#ctor(System.Type,System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubDefaultValueAttribute.Equals(System.Object)">
            <summary>Sets the stub of DefaultValueAttribute.Equals(Object obj)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubDefaultValueAttribute.EqualsObject">
            <summary>Sets the stub of DefaultValueAttribute.Equals(Object obj)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubDefaultValueAttribute.GetHashCode">
            <summary>Sets the stub of DefaultValueAttribute.GetHashCode()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubDefaultValueAttribute.GetHashCode01">
            <summary>Sets the stub of DefaultValueAttribute.GetHashCode()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubDefaultValueAttribute.InitializeStub">
            <summary>Initializes a new instance of type StubDefaultValueAttribute</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubDefaultValueAttribute.IsDefaultAttribute">
            <summary>Sets the stub of Attribute.IsDefaultAttribute()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubDefaultValueAttribute.IsDefaultAttribute01">
            <summary>Sets the stub of Attribute.IsDefaultAttribute()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubDefaultValueAttribute.Match(System.Object)">
            <summary>Sets the stub of Attribute.Match(Object obj)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubDefaultValueAttribute.MatchObject">
            <summary>Sets the stub of Attribute.Match(Object obj)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubDefaultValueAttribute.TypeIdGet">
            <summary>Sets the stub of Attribute.get_TypeId()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubDefaultValueAttribute.ValueGet">
            <summary>Sets the stub of DefaultValueAttribute.get_Value()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubDefaultValueAttribute.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubDefaultValueAttribute.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubDefaultValueAttribute.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubDefaultValueAttribute.TypeId">
            <summary>Sets the stub of Attribute.get_TypeId()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubDefaultValueAttribute.Value">
            <summary>Sets the stub of DefaultValueAttribute.get_Value()</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubDescriptionAttribute">
            <summary>Stub type of System.ComponentModel.DescriptionAttribute</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubDescriptionAttribute.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubDescriptionAttribute.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubDescriptionAttribute.DescriptionGet">
            <summary>Sets the stub of DescriptionAttribute.get_Description()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubDescriptionAttribute.Equals(System.Object)">
            <summary>Sets the stub of DescriptionAttribute.Equals(Object obj)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubDescriptionAttribute.EqualsObject">
            <summary>Sets the stub of DescriptionAttribute.Equals(Object obj)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubDescriptionAttribute.GetHashCode">
            <summary>Sets the stub of DescriptionAttribute.GetHashCode()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubDescriptionAttribute.GetHashCode01">
            <summary>Sets the stub of DescriptionAttribute.GetHashCode()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubDescriptionAttribute.InitializeStub">
            <summary>Initializes a new instance of type StubDescriptionAttribute</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubDescriptionAttribute.IsDefaultAttribute">
            <summary>Sets the stub of DescriptionAttribute.IsDefaultAttribute()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubDescriptionAttribute.IsDefaultAttribute01">
            <summary>Sets the stub of DescriptionAttribute.IsDefaultAttribute()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubDescriptionAttribute.Match(System.Object)">
            <summary>Sets the stub of Attribute.Match(Object obj)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubDescriptionAttribute.MatchObject">
            <summary>Sets the stub of Attribute.Match(Object obj)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubDescriptionAttribute.TypeIdGet">
            <summary>Sets the stub of Attribute.get_TypeId()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubDescriptionAttribute.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubDescriptionAttribute.Description">
            <summary>Sets the stub of DescriptionAttribute.get_Description()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubDescriptionAttribute.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubDescriptionAttribute.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubDescriptionAttribute.TypeId">
            <summary>Sets the stub of Attribute.get_TypeId()</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubDisplayNameAttribute">
            <summary>Stub type of System.ComponentModel.DisplayNameAttribute</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubDisplayNameAttribute.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubDisplayNameAttribute.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubDisplayNameAttribute.DisplayNameGet">
            <summary>Sets the stub of DisplayNameAttribute.get_DisplayName()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubDisplayNameAttribute.Equals(System.Object)">
            <summary>Sets the stub of DisplayNameAttribute.Equals(Object obj)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubDisplayNameAttribute.EqualsObject">
            <summary>Sets the stub of DisplayNameAttribute.Equals(Object obj)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubDisplayNameAttribute.GetHashCode">
            <summary>Sets the stub of DisplayNameAttribute.GetHashCode()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubDisplayNameAttribute.GetHashCode01">
            <summary>Sets the stub of DisplayNameAttribute.GetHashCode()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubDisplayNameAttribute.InitializeStub">
            <summary>Initializes a new instance of type StubDisplayNameAttribute</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubDisplayNameAttribute.IsDefaultAttribute">
            <summary>Sets the stub of DisplayNameAttribute.IsDefaultAttribute()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubDisplayNameAttribute.IsDefaultAttribute01">
            <summary>Sets the stub of DisplayNameAttribute.IsDefaultAttribute()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubDisplayNameAttribute.Match(System.Object)">
            <summary>Sets the stub of Attribute.Match(Object obj)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubDisplayNameAttribute.MatchObject">
            <summary>Sets the stub of Attribute.Match(Object obj)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubDisplayNameAttribute.TypeIdGet">
            <summary>Sets the stub of Attribute.get_TypeId()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubDisplayNameAttribute.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubDisplayNameAttribute.DisplayName">
            <summary>Sets the stub of DisplayNameAttribute.get_DisplayName()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubDisplayNameAttribute.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubDisplayNameAttribute.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubDisplayNameAttribute.TypeId">
            <summary>Sets the stub of Attribute.get_TypeId()</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubDoWorkEventArgs">
            <summary>Stub type of System.ComponentModel.DoWorkEventArgs</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubDoWorkEventArgs.#ctor(System.Object)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubDoWorkEventArgs.InitializeStub">
            <summary>Initializes a new instance of type StubDoWorkEventArgs</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubDoWorkEventArgs.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubDoWorkEventArgs.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubDoWorkEventArgs.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubDoubleConverter">
            <summary>Stub type of System.ComponentModel.DoubleConverter</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubDoubleConverter.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubDoubleConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
            <summary>Sets the stub of BaseNumberConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubDoubleConverter.CanConvertFromITypeDescriptorContextType">
            <summary>Sets the stub of BaseNumberConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubDoubleConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
            <summary>Sets the stub of BaseNumberConverter.CanConvertTo(ITypeDescriptorContext context, Type t)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubDoubleConverter.CanConvertToITypeDescriptorContextType">
            <summary>Sets the stub of BaseNumberConverter.CanConvertTo(ITypeDescriptorContext context, Type t)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubDoubleConverter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)">
            <summary>Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubDoubleConverter.CreateInstanceITypeDescriptorContextIDictionary">
            <summary>Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubDoubleConverter.GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubDoubleConverter.GetCreateInstanceSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubDoubleConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])">
            <summary>Sets the stub of TypeConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubDoubleConverter.GetPropertiesITypeDescriptorContextObjectAttributeArray">
            <summary>Sets the stub of TypeConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubDoubleConverter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetPropertiesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubDoubleConverter.GetPropertiesSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetPropertiesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubDoubleConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetStandardValues(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubDoubleConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubDoubleConverter.GetStandardValuesExclusiveITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubDoubleConverter.GetStandardValuesITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetStandardValues(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubDoubleConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubDoubleConverter.GetStandardValuesSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubDoubleConverter.InitializeStub">
            <summary>Initializes a new instance of type StubDoubleConverter</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubDoubleConverter.IsValid(System.ComponentModel.ITypeDescriptorContext,System.Object)">
            <summary>Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubDoubleConverter.IsValidITypeDescriptorContextObject">
            <summary>Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value)</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubDoubleConverter.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubDoubleConverter.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubDoubleConverter.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubEnumConverter">
            <summary>Stub type of System.ComponentModel.EnumConverter</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubEnumConverter.#ctor(System.Type)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubEnumConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
            <summary>Sets the stub of EnumConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubEnumConverter.CanConvertFromITypeDescriptorContextType">
            <summary>Sets the stub of EnumConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubEnumConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
            <summary>Sets the stub of EnumConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubEnumConverter.CanConvertToITypeDescriptorContextType">
            <summary>Sets the stub of EnumConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubEnumConverter.ComparerGet">
            <summary>Sets the stub of EnumConverter.get_Comparer()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubEnumConverter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)">
            <summary>Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubEnumConverter.CreateInstanceITypeDescriptorContextIDictionary">
            <summary>Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubEnumConverter.GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubEnumConverter.GetCreateInstanceSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubEnumConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])">
            <summary>Sets the stub of TypeConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubEnumConverter.GetPropertiesITypeDescriptorContextObjectAttributeArray">
            <summary>Sets the stub of TypeConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubEnumConverter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetPropertiesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubEnumConverter.GetPropertiesSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetPropertiesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubEnumConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of EnumConverter.GetStandardValues(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubEnumConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of EnumConverter.GetStandardValuesExclusive(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubEnumConverter.GetStandardValuesExclusiveITypeDescriptorContext">
            <summary>Sets the stub of EnumConverter.GetStandardValuesExclusive(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubEnumConverter.GetStandardValuesITypeDescriptorContext">
            <summary>Sets the stub of EnumConverter.GetStandardValues(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubEnumConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of EnumConverter.GetStandardValuesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubEnumConverter.GetStandardValuesSupportedITypeDescriptorContext">
            <summary>Sets the stub of EnumConverter.GetStandardValuesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubEnumConverter.InitializeStub">
            <summary>Initializes a new instance of type StubEnumConverter</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubEnumConverter.IsValid(System.ComponentModel.ITypeDescriptorContext,System.Object)">
            <summary>Sets the stub of EnumConverter.IsValid(ITypeDescriptorContext context, Object value)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubEnumConverter.IsValidITypeDescriptorContextObject">
            <summary>Sets the stub of EnumConverter.IsValid(ITypeDescriptorContext context, Object value)</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubEnumConverter.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubEnumConverter.Comparer">
            <summary>Sets the stub of EnumConverter.get_Comparer()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubEnumConverter.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubEnumConverter.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubEventDescriptor">
            <summary>Stub type of System.ComponentModel.EventDescriptor</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubEventDescriptor.#ctor(System.ComponentModel.MemberDescriptor)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubEventDescriptor.#ctor(System.ComponentModel.MemberDescriptor,System.Attribute[])">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubEventDescriptor.#ctor(System.String,System.Attribute[])">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubEventDescriptor.AddEventHandler(System.Object,System.Delegate)">
            <summary>Sets the stub of EventDescriptor.AddEventHandler(Object component, Delegate value)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubEventDescriptor.AddEventHandlerObjectDelegate">
            <summary>Sets the stub of EventDescriptor.AddEventHandler(Object component, Delegate value)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubEventDescriptor.AttachBackingFieldToAttributeArray">
            <summary>Attaches delegates to emulate StubEventDescriptor.AttributeArray as a property with a backing field.</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubEventDescriptor.AttributeArrayGet">
            <summary>Sets the stub of MemberDescriptor.get_AttributeArray()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubEventDescriptor.AttributeArraySetAttributeArray">
            <summary>Sets the stub of MemberDescriptor.set_AttributeArray(Attribute[] value)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubEventDescriptor.AttributesGet">
            <summary>Sets the stub of MemberDescriptor.get_Attributes()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubEventDescriptor.CategoryGet">
            <summary>Sets the stub of MemberDescriptor.get_Category()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubEventDescriptor.ComponentTypeGet">
            <summary>Sets the stub of EventDescriptor.get_ComponentType()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubEventDescriptor.CreateAttributeCollection">
            <summary>Sets the stub of MemberDescriptor.CreateAttributeCollection()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubEventDescriptor.CreateAttributeCollection01">
            <summary>Sets the stub of MemberDescriptor.CreateAttributeCollection()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubEventDescriptor.DescriptionGet">
            <summary>Sets the stub of MemberDescriptor.get_Description()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubEventDescriptor.DesignTimeOnlyGet">
            <summary>Sets the stub of MemberDescriptor.get_DesignTimeOnly()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubEventDescriptor.DisplayNameGet">
            <summary>Sets the stub of MemberDescriptor.get_DisplayName()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubEventDescriptor.Equals(System.Object)">
            <summary>Sets the stub of MemberDescriptor.Equals(Object obj)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubEventDescriptor.EqualsObject">
            <summary>Sets the stub of MemberDescriptor.Equals(Object obj)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubEventDescriptor.EventTypeGet">
            <summary>Sets the stub of EventDescriptor.get_EventType()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubEventDescriptor.FillAttributes(System.Collections.IList)">
            <summary>Sets the stub of MemberDescriptor.FillAttributes(IList attributeList)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubEventDescriptor.FillAttributesIList">
            <summary>Sets the stub of MemberDescriptor.FillAttributes(IList attributeList)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubEventDescriptor.GetHashCode">
            <summary>Sets the stub of MemberDescriptor.GetHashCode()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubEventDescriptor.GetHashCode01">
            <summary>Sets the stub of MemberDescriptor.GetHashCode()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubEventDescriptor.GetInvocationTarget(System.Type,System.Object)">
            <summary>Sets the stub of MemberDescriptor.GetInvocationTarget(Type type, Object instance)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubEventDescriptor.GetInvocationTargetTypeObject">
            <summary>Sets the stub of MemberDescriptor.GetInvocationTarget(Type type, Object instance)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubEventDescriptor.InitializeStub">
            <summary>Initializes a new instance of type StubEventDescriptor</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubEventDescriptor.IsBrowsableGet">
            <summary>Sets the stub of MemberDescriptor.get_IsBrowsable()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubEventDescriptor.IsMulticastGet">
            <summary>Sets the stub of EventDescriptor.get_IsMulticast()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubEventDescriptor.NameGet">
            <summary>Sets the stub of MemberDescriptor.get_Name()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubEventDescriptor.NameHashCodeGet">
            <summary>Sets the stub of MemberDescriptor.get_NameHashCode()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubEventDescriptor.RemoveEventHandler(System.Object,System.Delegate)">
            <summary>Sets the stub of EventDescriptor.RemoveEventHandler(Object component, Delegate value)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubEventDescriptor.RemoveEventHandlerObjectDelegate">
            <summary>Sets the stub of EventDescriptor.RemoveEventHandler(Object component, Delegate value)</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubEventDescriptor.AttributeArray">
            <summary>Sets the stub of MemberDescriptor.get_AttributeArray()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubEventDescriptor.Attributes">
            <summary>Sets the stub of MemberDescriptor.get_Attributes()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubEventDescriptor.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubEventDescriptor.Category">
            <summary>Sets the stub of MemberDescriptor.get_Category()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubEventDescriptor.ComponentType">
            <summary>Sets the stub of EventDescriptor.get_ComponentType()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubEventDescriptor.Description">
            <summary>Sets the stub of MemberDescriptor.get_Description()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubEventDescriptor.DesignTimeOnly">
            <summary>Sets the stub of MemberDescriptor.get_DesignTimeOnly()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubEventDescriptor.DisplayName">
            <summary>Sets the stub of MemberDescriptor.get_DisplayName()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubEventDescriptor.EventType">
            <summary>Sets the stub of EventDescriptor.get_EventType()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubEventDescriptor.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubEventDescriptor.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubEventDescriptor.IsBrowsable">
            <summary>Sets the stub of MemberDescriptor.get_IsBrowsable()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubEventDescriptor.IsMulticast">
            <summary>Sets the stub of EventDescriptor.get_IsMulticast()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubEventDescriptor.Name">
            <summary>Sets the stub of MemberDescriptor.get_Name()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubEventDescriptor.NameHashCode">
            <summary>Sets the stub of MemberDescriptor.get_NameHashCode()</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubEventDescriptorCollection">
            <summary>Stub type of System.ComponentModel.EventDescriptorCollection</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubEventDescriptorCollection.#ctor(System.ComponentModel.EventDescriptor[])">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubEventDescriptorCollection.#ctor(System.ComponentModel.EventDescriptor[],System.Boolean)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubEventDescriptorCollection.Find(System.String,System.Boolean)">
            <summary>Sets the stub of EventDescriptorCollection.Find(String name, Boolean ignoreCase)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubEventDescriptorCollection.FindStringBoolean">
            <summary>Sets the stub of EventDescriptorCollection.Find(String name, Boolean ignoreCase)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubEventDescriptorCollection.InitializeStub">
            <summary>Initializes a new instance of type StubEventDescriptorCollection</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubEventDescriptorCollection.ItemGetInt32">
            <summary>Sets the stub of EventDescriptorCollection.get_Item(Int32 index)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubEventDescriptorCollection.ItemGetString">
            <summary>Sets the stub of EventDescriptorCollection.get_Item(String name)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubEventDescriptorCollection.Sort">
            <summary>Sets the stub of EventDescriptorCollection.Sort()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubEventDescriptorCollection.Sort(System.Collections.IComparer)">
            <summary>Sets the stub of EventDescriptorCollection.Sort(IComparer comparer)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubEventDescriptorCollection.Sort(System.String[])">
            <summary>Sets the stub of EventDescriptorCollection.Sort(String[] names)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubEventDescriptorCollection.Sort(System.String[],System.Collections.IComparer)">
            <summary>Sets the stub of EventDescriptorCollection.Sort(String[] names, IComparer comparer)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubEventDescriptorCollection.Sort01">
            <summary>Sets the stub of EventDescriptorCollection.Sort()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubEventDescriptorCollection.SortIComparer">
            <summary>Sets the stub of EventDescriptorCollection.Sort(IComparer comparer)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubEventDescriptorCollection.SortStringArray">
            <summary>Sets the stub of EventDescriptorCollection.Sort(String[] names)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubEventDescriptorCollection.SortStringArrayIComparer">
            <summary>Sets the stub of EventDescriptorCollection.Sort(String[] names, IComparer comparer)</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubEventDescriptorCollection.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubEventDescriptorCollection.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubEventDescriptorCollection.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubEventDescriptorCollection.Item(System.Int32)">
            <summary>Sets the stub of EventDescriptorCollection.get_Item(Int32 index)</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubEventDescriptorCollection.Item(System.String)">
            <summary>Sets the stub of EventDescriptorCollection.get_Item(String name)</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubExpandableObjectConverter">
            <summary>Stub type of System.ComponentModel.ExpandableObjectConverter</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubExpandableObjectConverter.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubExpandableObjectConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
            <summary>Sets the stub of TypeConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubExpandableObjectConverter.CanConvertFromITypeDescriptorContextType">
            <summary>Sets the stub of TypeConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubExpandableObjectConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
            <summary>Sets the stub of TypeConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubExpandableObjectConverter.CanConvertToITypeDescriptorContextType">
            <summary>Sets the stub of TypeConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubExpandableObjectConverter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)">
            <summary>Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubExpandableObjectConverter.CreateInstanceITypeDescriptorContextIDictionary">
            <summary>Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubExpandableObjectConverter.GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubExpandableObjectConverter.GetCreateInstanceSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubExpandableObjectConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])">
            <summary>Sets the stub of ExpandableObjectConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubExpandableObjectConverter.GetPropertiesITypeDescriptorContextObjectAttributeArray">
            <summary>Sets the stub of ExpandableObjectConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubExpandableObjectConverter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of ExpandableObjectConverter.GetPropertiesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubExpandableObjectConverter.GetPropertiesSupportedITypeDescriptorContext">
            <summary>Sets the stub of ExpandableObjectConverter.GetPropertiesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubExpandableObjectConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetStandardValues(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubExpandableObjectConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubExpandableObjectConverter.GetStandardValuesExclusiveITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubExpandableObjectConverter.GetStandardValuesITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetStandardValues(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubExpandableObjectConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubExpandableObjectConverter.GetStandardValuesSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubExpandableObjectConverter.InitializeStub">
            <summary>Initializes a new instance of type StubExpandableObjectConverter</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubExpandableObjectConverter.IsValid(System.ComponentModel.ITypeDescriptorContext,System.Object)">
            <summary>Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubExpandableObjectConverter.IsValidITypeDescriptorContextObject">
            <summary>Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value)</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubExpandableObjectConverter.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubExpandableObjectConverter.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubExpandableObjectConverter.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubGuidConverter">
            <summary>Stub type of System.ComponentModel.GuidConverter</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubGuidConverter.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubGuidConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
            <summary>Sets the stub of GuidConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubGuidConverter.CanConvertFromITypeDescriptorContextType">
            <summary>Sets the stub of GuidConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubGuidConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
            <summary>Sets the stub of GuidConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubGuidConverter.CanConvertToITypeDescriptorContextType">
            <summary>Sets the stub of GuidConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubGuidConverter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)">
            <summary>Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubGuidConverter.CreateInstanceITypeDescriptorContextIDictionary">
            <summary>Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubGuidConverter.GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubGuidConverter.GetCreateInstanceSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubGuidConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])">
            <summary>Sets the stub of TypeConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubGuidConverter.GetPropertiesITypeDescriptorContextObjectAttributeArray">
            <summary>Sets the stub of TypeConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubGuidConverter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetPropertiesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubGuidConverter.GetPropertiesSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetPropertiesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubGuidConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetStandardValues(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubGuidConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubGuidConverter.GetStandardValuesExclusiveITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubGuidConverter.GetStandardValuesITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetStandardValues(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubGuidConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubGuidConverter.GetStandardValuesSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubGuidConverter.InitializeStub">
            <summary>Initializes a new instance of type StubGuidConverter</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubGuidConverter.IsValid(System.ComponentModel.ITypeDescriptorContext,System.Object)">
            <summary>Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubGuidConverter.IsValidITypeDescriptorContextObject">
            <summary>Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value)</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubGuidConverter.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubGuidConverter.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubGuidConverter.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubHandledEventArgs">
            <summary>Stub type of System.ComponentModel.HandledEventArgs</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubHandledEventArgs.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubHandledEventArgs.#ctor(System.Boolean)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubHandledEventArgs.InitializeStub">
            <summary>Initializes a new instance of type StubHandledEventArgs</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubHandledEventArgs.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubHandledEventArgs.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubHandledEventArgs.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubIBindingList">
            <summary>Stub type of System.ComponentModel.IBindingList</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubIBindingList.#ctor">
            <summary>Initializes a new instance of type StubIBindingList</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIBindingList.AddIndexPropertyDescriptor">
            <summary>Sets the stub of IBindingList.AddIndex(PropertyDescriptor property)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIBindingList.AddNew">
            <summary>Sets the stub of IBindingList.AddNew()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIBindingList.AddObject">
            <summary>Sets the stub of IList.Add(Object value)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIBindingList.AllowEditGet">
            <summary>Sets the stub of IBindingList.get_AllowEdit()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIBindingList.AllowNewGet">
            <summary>Sets the stub of IBindingList.get_AllowNew()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIBindingList.AllowRemoveGet">
            <summary>Sets the stub of IBindingList.get_AllowRemove()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIBindingList.ApplySortPropertyDescriptorListSortDirection">
            <summary>Sets the stub of IBindingList.ApplySort(PropertyDescriptor property, ListSortDirection direction)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIBindingList.Clear">
            <summary>Sets the stub of IList.Clear()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIBindingList.ContainsObject">
            <summary>Sets the stub of IList.Contains(Object value)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIBindingList.CopyToArrayInt32">
            <summary>Sets the stub of ICollection.CopyTo(Array array, Int32 index)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIBindingList.CountGet">
            <summary>Sets the stub of ICollection.get_Count()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIBindingList.FindPropertyDescriptorObject">
            <summary>Sets the stub of IBindingList.Find(PropertyDescriptor property, Object key)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIBindingList.GetEnumerator">
            <summary>Sets the stub of IEnumerable.GetEnumerator()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIBindingList.IndexOfObject">
            <summary>Sets the stub of IList.IndexOf(Object value)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIBindingList.InsertInt32Object">
            <summary>Sets the stub of IList.Insert(Int32 index, Object value)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIBindingList.IsFixedSizeGet">
            <summary>Sets the stub of IList.get_IsFixedSize()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIBindingList.IsReadOnlyGet">
            <summary>Sets the stub of IList.get_IsReadOnly()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIBindingList.IsSortedGet">
            <summary>Sets the stub of IBindingList.get_IsSorted()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIBindingList.IsSynchronizedGet">
            <summary>Sets the stub of ICollection.get_IsSynchronized()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIBindingList.ItemGetInt32">
            <summary>Sets the stub of IList.get_Item(Int32 index)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIBindingList.ItemSetInt32Object">
            <summary>Sets the stub of IList.set_Item(Int32 index, Object value)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIBindingList.RemoveAtInt32">
            <summary>Sets the stub of IList.RemoveAt(Int32 index)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIBindingList.RemoveIndexPropertyDescriptor">
            <summary>Sets the stub of IBindingList.RemoveIndex(PropertyDescriptor property)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIBindingList.RemoveObject">
            <summary>Sets the stub of IList.Remove(Object value)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIBindingList.RemoveSort">
            <summary>Sets the stub of IBindingList.RemoveSort()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIBindingList.SortDirectionGet">
            <summary>Sets the stub of IBindingList.get_SortDirection()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIBindingList.SortPropertyGet">
            <summary>Sets the stub of IBindingList.get_SortProperty()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIBindingList.SupportsChangeNotificationGet">
            <summary>Sets the stub of IBindingList.get_SupportsChangeNotification()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIBindingList.SupportsSearchingGet">
            <summary>Sets the stub of IBindingList.get_SupportsSearching()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIBindingList.SupportsSortingGet">
            <summary>Sets the stub of IBindingList.get_SupportsSorting()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIBindingList.SyncRootGet">
            <summary>Sets the stub of ICollection.get_SyncRoot()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubIBindingList.global::System#Collections#ICollection#CopyTo(System.Array,System.Int32)">
            <summary>Sets the stub of ICollection.CopyTo(Array array, Int32 index)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubIBindingList.global::System#Collections#IEnumerable#GetEnumerator">
            <summary>Sets the stub of IEnumerable.GetEnumerator()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubIBindingList.global::System#Collections#IList#Add(System.Object)">
            <summary>Sets the stub of IList.Add(Object value)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubIBindingList.global::System#Collections#IList#Clear">
            <summary>Sets the stub of IList.Clear()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubIBindingList.global::System#Collections#IList#Contains(System.Object)">
            <summary>Sets the stub of IList.Contains(Object value)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubIBindingList.global::System#Collections#IList#IndexOf(System.Object)">
            <summary>Sets the stub of IList.IndexOf(Object value)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubIBindingList.global::System#Collections#IList#Insert(System.Int32,System.Object)">
            <summary>Sets the stub of IList.Insert(Int32 index, Object value)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubIBindingList.global::System#Collections#IList#Remove(System.Object)">
            <summary>Sets the stub of IList.Remove(Object value)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubIBindingList.global::System#Collections#IList#RemoveAt(System.Int32)">
            <summary>Sets the stub of IList.RemoveAt(Int32 index)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubIBindingList.global::System#ComponentModel#IBindingList#AddIndex(System.ComponentModel.PropertyDescriptor)">
            <summary>Sets the stub of IBindingList.AddIndex(PropertyDescriptor property)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubIBindingList.global::System#ComponentModel#IBindingList#AddNew">
            <summary>Sets the stub of IBindingList.AddNew()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubIBindingList.global::System#ComponentModel#IBindingList#ApplySort(System.ComponentModel.PropertyDescriptor,System.ComponentModel.ListSortDirection)">
            <summary>Sets the stub of IBindingList.ApplySort(PropertyDescriptor property, ListSortDirection direction)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubIBindingList.global::System#ComponentModel#IBindingList#Find(System.ComponentModel.PropertyDescriptor,System.Object)">
            <summary>Sets the stub of IBindingList.Find(PropertyDescriptor property, Object key)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubIBindingList.global::System#ComponentModel#IBindingList#RemoveIndex(System.ComponentModel.PropertyDescriptor)">
            <summary>Sets the stub of IBindingList.RemoveIndex(PropertyDescriptor property)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubIBindingList.global::System#ComponentModel#IBindingList#RemoveSort">
            <summary>Sets the stub of IBindingList.RemoveSort()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubIBindingList.global::System#ComponentModel#IBindingList#AllowEdit">
            <summary>Sets the stub of IBindingList.get_AllowEdit()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubIBindingList.global::System#ComponentModel#IBindingList#AllowNew">
            <summary>Sets the stub of IBindingList.get_AllowNew()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubIBindingList.global::System#ComponentModel#IBindingList#AllowRemove">
            <summary>Sets the stub of IBindingList.get_AllowRemove()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubIBindingList.global::System#Collections#ICollection#Count">
            <summary>Sets the stub of ICollection.get_Count()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubIBindingList.global::System#Collections#IList#IsFixedSize">
            <summary>Sets the stub of IList.get_IsFixedSize()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubIBindingList.global::System#Collections#IList#IsReadOnly">
            <summary>Sets the stub of IList.get_IsReadOnly()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubIBindingList.global::System#ComponentModel#IBindingList#IsSorted">
            <summary>Sets the stub of IBindingList.get_IsSorted()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubIBindingList.global::System#Collections#ICollection#IsSynchronized">
            <summary>Sets the stub of ICollection.get_IsSynchronized()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubIBindingList.System#Collections#IList#Item(System.Int32)">
            <summary>Sets the stub of IList.get_Item(Int32 index)</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubIBindingList.global::System#ComponentModel#IBindingList#SortDirection">
            <summary>Sets the stub of IBindingList.get_SortDirection()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubIBindingList.global::System#ComponentModel#IBindingList#SortProperty">
            <summary>Sets the stub of IBindingList.get_SortProperty()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubIBindingList.global::System#ComponentModel#IBindingList#SupportsChangeNotification">
            <summary>Sets the stub of IBindingList.get_SupportsChangeNotification()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubIBindingList.global::System#ComponentModel#IBindingList#SupportsSearching">
            <summary>Sets the stub of IBindingList.get_SupportsSearching()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubIBindingList.global::System#ComponentModel#IBindingList#SupportsSorting">
            <summary>Sets the stub of IBindingList.get_SupportsSorting()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubIBindingList.global::System#Collections#ICollection#SyncRoot">
            <summary>Sets the stub of ICollection.get_SyncRoot()</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubIBindingListView">
            <summary>Stub type of System.ComponentModel.IBindingListView</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubIBindingListView.#ctor">
            <summary>Initializes a new instance of type StubIBindingListView</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIBindingListView.AddIndexPropertyDescriptor">
            <summary>Sets the stub of IBindingList.AddIndex(PropertyDescriptor property)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIBindingListView.AddNew">
            <summary>Sets the stub of IBindingList.AddNew()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIBindingListView.AddObject">
            <summary>Sets the stub of IList.Add(Object value)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIBindingListView.AllowEditGet">
            <summary>Sets the stub of IBindingList.get_AllowEdit()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIBindingListView.AllowNewGet">
            <summary>Sets the stub of IBindingList.get_AllowNew()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIBindingListView.AllowRemoveGet">
            <summary>Sets the stub of IBindingList.get_AllowRemove()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIBindingListView.ApplySortListSortDescriptionCollection">
            <summary>Sets the stub of IBindingListView.ApplySort(ListSortDescriptionCollection sorts)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIBindingListView.ApplySortPropertyDescriptorListSortDirection">
            <summary>Sets the stub of IBindingList.ApplySort(PropertyDescriptor property, ListSortDirection direction)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubIBindingListView.AttachBackingFieldToFilter">
            <summary>Attaches delegates to emulate StubIBindingListView.Filter as a property with a backing field.</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIBindingListView.Clear">
            <summary>Sets the stub of IList.Clear()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIBindingListView.ContainsObject">
            <summary>Sets the stub of IList.Contains(Object value)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIBindingListView.CopyToArrayInt32">
            <summary>Sets the stub of ICollection.CopyTo(Array array, Int32 index)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIBindingListView.CountGet">
            <summary>Sets the stub of ICollection.get_Count()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIBindingListView.FilterGet">
            <summary>Sets the stub of IBindingListView.get_Filter()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIBindingListView.FilterSetString">
            <summary>Sets the stub of IBindingListView.set_Filter(String value)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIBindingListView.FindPropertyDescriptorObject">
            <summary>Sets the stub of IBindingList.Find(PropertyDescriptor property, Object key)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIBindingListView.GetEnumerator">
            <summary>Sets the stub of IEnumerable.GetEnumerator()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIBindingListView.IndexOfObject">
            <summary>Sets the stub of IList.IndexOf(Object value)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIBindingListView.InsertInt32Object">
            <summary>Sets the stub of IList.Insert(Int32 index, Object value)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIBindingListView.IsFixedSizeGet">
            <summary>Sets the stub of IList.get_IsFixedSize()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIBindingListView.IsReadOnlyGet">
            <summary>Sets the stub of IList.get_IsReadOnly()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIBindingListView.IsSortedGet">
            <summary>Sets the stub of IBindingList.get_IsSorted()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIBindingListView.IsSynchronizedGet">
            <summary>Sets the stub of ICollection.get_IsSynchronized()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIBindingListView.ItemGetInt32">
            <summary>Sets the stub of IList.get_Item(Int32 index)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIBindingListView.ItemSetInt32Object">
            <summary>Sets the stub of IList.set_Item(Int32 index, Object value)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIBindingListView.RemoveAtInt32">
            <summary>Sets the stub of IList.RemoveAt(Int32 index)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIBindingListView.RemoveFilter">
            <summary>Sets the stub of IBindingListView.RemoveFilter()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIBindingListView.RemoveIndexPropertyDescriptor">
            <summary>Sets the stub of IBindingList.RemoveIndex(PropertyDescriptor property)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIBindingListView.RemoveObject">
            <summary>Sets the stub of IList.Remove(Object value)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIBindingListView.RemoveSort">
            <summary>Sets the stub of IBindingList.RemoveSort()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIBindingListView.SortDescriptionsGet">
            <summary>Sets the stub of IBindingListView.get_SortDescriptions()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIBindingListView.SortDirectionGet">
            <summary>Sets the stub of IBindingList.get_SortDirection()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIBindingListView.SortPropertyGet">
            <summary>Sets the stub of IBindingList.get_SortProperty()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIBindingListView.SupportsAdvancedSortingGet">
            <summary>Sets the stub of IBindingListView.get_SupportsAdvancedSorting()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIBindingListView.SupportsChangeNotificationGet">
            <summary>Sets the stub of IBindingList.get_SupportsChangeNotification()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIBindingListView.SupportsFilteringGet">
            <summary>Sets the stub of IBindingListView.get_SupportsFiltering()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIBindingListView.SupportsSearchingGet">
            <summary>Sets the stub of IBindingList.get_SupportsSearching()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIBindingListView.SupportsSortingGet">
            <summary>Sets the stub of IBindingList.get_SupportsSorting()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIBindingListView.SyncRootGet">
            <summary>Sets the stub of ICollection.get_SyncRoot()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubIBindingListView.global::System#Collections#ICollection#CopyTo(System.Array,System.Int32)">
            <summary>Sets the stub of ICollection.CopyTo(Array array, Int32 index)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubIBindingListView.global::System#Collections#IEnumerable#GetEnumerator">
            <summary>Sets the stub of IEnumerable.GetEnumerator()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubIBindingListView.global::System#Collections#IList#Add(System.Object)">
            <summary>Sets the stub of IList.Add(Object value)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubIBindingListView.global::System#Collections#IList#Clear">
            <summary>Sets the stub of IList.Clear()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubIBindingListView.global::System#Collections#IList#Contains(System.Object)">
            <summary>Sets the stub of IList.Contains(Object value)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubIBindingListView.global::System#Collections#IList#IndexOf(System.Object)">
            <summary>Sets the stub of IList.IndexOf(Object value)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubIBindingListView.global::System#Collections#IList#Insert(System.Int32,System.Object)">
            <summary>Sets the stub of IList.Insert(Int32 index, Object value)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubIBindingListView.global::System#Collections#IList#Remove(System.Object)">
            <summary>Sets the stub of IList.Remove(Object value)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubIBindingListView.global::System#Collections#IList#RemoveAt(System.Int32)">
            <summary>Sets the stub of IList.RemoveAt(Int32 index)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubIBindingListView.global::System#ComponentModel#IBindingList#AddIndex(System.ComponentModel.PropertyDescriptor)">
            <summary>Sets the stub of IBindingList.AddIndex(PropertyDescriptor property)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubIBindingListView.global::System#ComponentModel#IBindingList#AddNew">
            <summary>Sets the stub of IBindingList.AddNew()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubIBindingListView.global::System#ComponentModel#IBindingList#ApplySort(System.ComponentModel.PropertyDescriptor,System.ComponentModel.ListSortDirection)">
            <summary>Sets the stub of IBindingList.ApplySort(PropertyDescriptor property, ListSortDirection direction)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubIBindingListView.global::System#ComponentModel#IBindingList#Find(System.ComponentModel.PropertyDescriptor,System.Object)">
            <summary>Sets the stub of IBindingList.Find(PropertyDescriptor property, Object key)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubIBindingListView.global::System#ComponentModel#IBindingList#RemoveIndex(System.ComponentModel.PropertyDescriptor)">
            <summary>Sets the stub of IBindingList.RemoveIndex(PropertyDescriptor property)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubIBindingListView.global::System#ComponentModel#IBindingList#RemoveSort">
            <summary>Sets the stub of IBindingList.RemoveSort()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubIBindingListView.global::System#ComponentModel#IBindingListView#ApplySort(System.ComponentModel.ListSortDescriptionCollection)">
            <summary>Sets the stub of IBindingListView.ApplySort(ListSortDescriptionCollection sorts)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubIBindingListView.global::System#ComponentModel#IBindingListView#RemoveFilter">
            <summary>Sets the stub of IBindingListView.RemoveFilter()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubIBindingListView.global::System#ComponentModel#IBindingList#AllowEdit">
            <summary>Sets the stub of IBindingList.get_AllowEdit()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubIBindingListView.global::System#ComponentModel#IBindingList#AllowNew">
            <summary>Sets the stub of IBindingList.get_AllowNew()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubIBindingListView.global::System#ComponentModel#IBindingList#AllowRemove">
            <summary>Sets the stub of IBindingList.get_AllowRemove()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubIBindingListView.global::System#Collections#ICollection#Count">
            <summary>Sets the stub of ICollection.get_Count()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubIBindingListView.global::System#ComponentModel#IBindingListView#Filter">
            <summary>Sets the stub of IBindingListView.get_Filter()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubIBindingListView.global::System#Collections#IList#IsFixedSize">
            <summary>Sets the stub of IList.get_IsFixedSize()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubIBindingListView.global::System#Collections#IList#IsReadOnly">
            <summary>Sets the stub of IList.get_IsReadOnly()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubIBindingListView.global::System#ComponentModel#IBindingList#IsSorted">
            <summary>Sets the stub of IBindingList.get_IsSorted()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubIBindingListView.global::System#Collections#ICollection#IsSynchronized">
            <summary>Sets the stub of ICollection.get_IsSynchronized()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubIBindingListView.System#Collections#IList#Item(System.Int32)">
            <summary>Sets the stub of IList.get_Item(Int32 index)</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubIBindingListView.global::System#ComponentModel#IBindingListView#SortDescriptions">
            <summary>Sets the stub of IBindingListView.get_SortDescriptions()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubIBindingListView.global::System#ComponentModel#IBindingList#SortDirection">
            <summary>Sets the stub of IBindingList.get_SortDirection()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubIBindingListView.global::System#ComponentModel#IBindingList#SortProperty">
            <summary>Sets the stub of IBindingList.get_SortProperty()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubIBindingListView.global::System#ComponentModel#IBindingListView#SupportsAdvancedSorting">
            <summary>Sets the stub of IBindingListView.get_SupportsAdvancedSorting()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubIBindingListView.global::System#ComponentModel#IBindingList#SupportsChangeNotification">
            <summary>Sets the stub of IBindingList.get_SupportsChangeNotification()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubIBindingListView.global::System#ComponentModel#IBindingListView#SupportsFiltering">
            <summary>Sets the stub of IBindingListView.get_SupportsFiltering()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubIBindingListView.global::System#ComponentModel#IBindingList#SupportsSearching">
            <summary>Sets the stub of IBindingList.get_SupportsSearching()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubIBindingListView.global::System#ComponentModel#IBindingList#SupportsSorting">
            <summary>Sets the stub of IBindingList.get_SupportsSorting()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubIBindingListView.global::System#Collections#ICollection#SyncRoot">
            <summary>Sets the stub of ICollection.get_SyncRoot()</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubICancelAddNew">
            <summary>Stub type of System.ComponentModel.ICancelAddNew</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubICancelAddNew.#ctor">
            <summary>Initializes a new instance of type StubICancelAddNew</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubICancelAddNew.CancelNewInt32">
            <summary>Sets the stub of ICancelAddNew.CancelNew(Int32 itemIndex)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubICancelAddNew.EndNewInt32">
            <summary>Sets the stub of ICancelAddNew.EndNew(Int32 itemIndex)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubICancelAddNew.global::System#ComponentModel#ICancelAddNew#CancelNew(System.Int32)">
            <summary>Sets the stub of ICancelAddNew.CancelNew(Int32 itemIndex)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubICancelAddNew.global::System#ComponentModel#ICancelAddNew#EndNew(System.Int32)">
            <summary>Sets the stub of ICancelAddNew.EndNew(Int32 itemIndex)</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubIChangeTracking">
            <summary>Stub type of System.ComponentModel.IChangeTracking</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubIChangeTracking.#ctor">
            <summary>Initializes a new instance of type StubIChangeTracking</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIChangeTracking.AcceptChanges">
            <summary>Sets the stub of IChangeTracking.AcceptChanges()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIChangeTracking.IsChangedGet">
            <summary>Sets the stub of IChangeTracking.get_IsChanged()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubIChangeTracking.global::System#ComponentModel#IChangeTracking#AcceptChanges">
            <summary>Sets the stub of IChangeTracking.AcceptChanges()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubIChangeTracking.global::System#ComponentModel#IChangeTracking#IsChanged">
            <summary>Sets the stub of IChangeTracking.get_IsChanged()</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubIComponent">
            <summary>Stub type of System.ComponentModel.IComponent</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubIComponent.#ctor">
            <summary>Initializes a new instance of type StubIComponent</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubIComponent.AttachBackingFieldToSite">
            <summary>Attaches delegates to emulate StubIComponent.Site as a property with a backing field.</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIComponent.Dispose">
            <summary>Sets the stub of IDisposable.Dispose()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIComponent.SiteGet">
            <summary>Sets the stub of IComponent.get_Site()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIComponent.SiteSetISite">
            <summary>Sets the stub of IComponent.set_Site(ISite value)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubIComponent.global::System#IDisposable#Dispose">
            <summary>Sets the stub of IDisposable.Dispose()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubIComponent.global::System#ComponentModel#IComponent#Site">
            <summary>Sets the stub of IComponent.get_Site()</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubIContainer">
            <summary>Stub type of System.ComponentModel.IContainer</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubIContainer.#ctor">
            <summary>Initializes a new instance of type StubIContainer</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIContainer.AddIComponent">
            <summary>Sets the stub of IContainer.Add(IComponent component)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIContainer.AddIComponentString">
            <summary>Sets the stub of IContainer.Add(IComponent component, String name)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIContainer.ComponentsGet">
            <summary>Sets the stub of IContainer.get_Components()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIContainer.Dispose">
            <summary>Sets the stub of IDisposable.Dispose()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIContainer.RemoveIComponent">
            <summary>Sets the stub of IContainer.Remove(IComponent component)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubIContainer.global::System#ComponentModel#IContainer#Add(System.ComponentModel.IComponent)">
            <summary>Sets the stub of IContainer.Add(IComponent component)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubIContainer.global::System#ComponentModel#IContainer#Add(System.ComponentModel.IComponent,System.String)">
            <summary>Sets the stub of IContainer.Add(IComponent component, String name)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubIContainer.global::System#ComponentModel#IContainer#Remove(System.ComponentModel.IComponent)">
            <summary>Sets the stub of IContainer.Remove(IComponent component)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubIContainer.global::System#IDisposable#Dispose">
            <summary>Sets the stub of IDisposable.Dispose()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubIContainer.global::System#ComponentModel#IContainer#Components">
            <summary>Sets the stub of IContainer.get_Components()</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubICustomTypeDescriptor">
            <summary>Stub type of System.ComponentModel.ICustomTypeDescriptor</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubICustomTypeDescriptor.#ctor">
            <summary>Initializes a new instance of type StubICustomTypeDescriptor</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubICustomTypeDescriptor.GetAttributes">
            <summary>Sets the stub of ICustomTypeDescriptor.GetAttributes()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubICustomTypeDescriptor.GetClassName">
            <summary>Sets the stub of ICustomTypeDescriptor.GetClassName()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubICustomTypeDescriptor.GetComponentName">
            <summary>Sets the stub of ICustomTypeDescriptor.GetComponentName()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubICustomTypeDescriptor.GetConverter">
            <summary>Sets the stub of ICustomTypeDescriptor.GetConverter()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubICustomTypeDescriptor.GetDefaultEvent">
            <summary>Sets the stub of ICustomTypeDescriptor.GetDefaultEvent()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubICustomTypeDescriptor.GetDefaultProperty">
            <summary>Sets the stub of ICustomTypeDescriptor.GetDefaultProperty()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubICustomTypeDescriptor.GetEditorType">
            <summary>Sets the stub of ICustomTypeDescriptor.GetEditor(Type editorBaseType)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubICustomTypeDescriptor.GetEvents">
            <summary>Sets the stub of ICustomTypeDescriptor.GetEvents()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubICustomTypeDescriptor.GetEventsAttributeArray">
            <summary>Sets the stub of ICustomTypeDescriptor.GetEvents(Attribute[] attributes)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubICustomTypeDescriptor.GetProperties">
            <summary>Sets the stub of ICustomTypeDescriptor.GetProperties()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubICustomTypeDescriptor.GetPropertiesAttributeArray">
            <summary>Sets the stub of ICustomTypeDescriptor.GetProperties(Attribute[] attributes)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubICustomTypeDescriptor.GetPropertyOwnerPropertyDescriptor">
            <summary>Sets the stub of ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor pd)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubICustomTypeDescriptor.global::System#ComponentModel#ICustomTypeDescriptor#GetAttributes">
            <summary>Sets the stub of ICustomTypeDescriptor.GetAttributes()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubICustomTypeDescriptor.global::System#ComponentModel#ICustomTypeDescriptor#GetClassName">
            <summary>Sets the stub of ICustomTypeDescriptor.GetClassName()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubICustomTypeDescriptor.global::System#ComponentModel#ICustomTypeDescriptor#GetComponentName">
            <summary>Sets the stub of ICustomTypeDescriptor.GetComponentName()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubICustomTypeDescriptor.global::System#ComponentModel#ICustomTypeDescriptor#GetConverter">
            <summary>Sets the stub of ICustomTypeDescriptor.GetConverter()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubICustomTypeDescriptor.global::System#ComponentModel#ICustomTypeDescriptor#GetDefaultEvent">
            <summary>Sets the stub of ICustomTypeDescriptor.GetDefaultEvent()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubICustomTypeDescriptor.global::System#ComponentModel#ICustomTypeDescriptor#GetDefaultProperty">
            <summary>Sets the stub of ICustomTypeDescriptor.GetDefaultProperty()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubICustomTypeDescriptor.global::System#ComponentModel#ICustomTypeDescriptor#GetEditor(System.Type)">
            <summary>Sets the stub of ICustomTypeDescriptor.GetEditor(Type editorBaseType)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubICustomTypeDescriptor.global::System#ComponentModel#ICustomTypeDescriptor#GetEvents">
            <summary>Sets the stub of ICustomTypeDescriptor.GetEvents()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubICustomTypeDescriptor.global::System#ComponentModel#ICustomTypeDescriptor#GetEvents(System.Attribute[])">
            <summary>Sets the stub of ICustomTypeDescriptor.GetEvents(Attribute[] attributes)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubICustomTypeDescriptor.global::System#ComponentModel#ICustomTypeDescriptor#GetProperties">
            <summary>Sets the stub of ICustomTypeDescriptor.GetProperties()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubICustomTypeDescriptor.global::System#ComponentModel#ICustomTypeDescriptor#GetProperties(System.Attribute[])">
            <summary>Sets the stub of ICustomTypeDescriptor.GetProperties(Attribute[] attributes)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubICustomTypeDescriptor.global::System#ComponentModel#ICustomTypeDescriptor#GetPropertyOwner(System.ComponentModel.PropertyDescriptor)">
            <summary>Sets the stub of ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor pd)</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubIDataErrorInfo">
            <summary>Stub type of System.ComponentModel.IDataErrorInfo</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubIDataErrorInfo.#ctor">
            <summary>Initializes a new instance of type StubIDataErrorInfo</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIDataErrorInfo.ErrorGet">
            <summary>Sets the stub of IDataErrorInfo.get_Error()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIDataErrorInfo.ItemGetString">
            <summary>Sets the stub of IDataErrorInfo.get_Item(String columnName)</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubIDataErrorInfo.global::System#ComponentModel#IDataErrorInfo#Error">
            <summary>Sets the stub of IDataErrorInfo.get_Error()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubIDataErrorInfo.System#ComponentModel#IDataErrorInfo#Item(System.String)">
            <summary>Sets the stub of IDataErrorInfo.get_Item(String columnName)</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubIEditableObject">
            <summary>Stub type of System.ComponentModel.IEditableObject</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubIEditableObject.#ctor">
            <summary>Initializes a new instance of type StubIEditableObject</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIEditableObject.BeginEdit">
            <summary>Sets the stub of IEditableObject.BeginEdit()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIEditableObject.CancelEdit">
            <summary>Sets the stub of IEditableObject.CancelEdit()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIEditableObject.EndEdit">
            <summary>Sets the stub of IEditableObject.EndEdit()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubIEditableObject.global::System#ComponentModel#IEditableObject#BeginEdit">
            <summary>Sets the stub of IEditableObject.BeginEdit()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubIEditableObject.global::System#ComponentModel#IEditableObject#CancelEdit">
            <summary>Sets the stub of IEditableObject.CancelEdit()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubIEditableObject.global::System#ComponentModel#IEditableObject#EndEdit">
            <summary>Sets the stub of IEditableObject.EndEdit()</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubIExtenderProvider">
            <summary>Stub type of System.ComponentModel.IExtenderProvider</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubIExtenderProvider.#ctor">
            <summary>Initializes a new instance of type StubIExtenderProvider</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIExtenderProvider.CanExtendObject">
            <summary>Sets the stub of IExtenderProvider.CanExtend(Object extendee)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubIExtenderProvider.global::System#ComponentModel#IExtenderProvider#CanExtend(System.Object)">
            <summary>Sets the stub of IExtenderProvider.CanExtend(Object extendee)</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubIIntellisenseBuilder">
            <summary>Stub type of System.ComponentModel.IIntellisenseBuilder</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubIIntellisenseBuilder.#ctor">
            <summary>Initializes a new instance of type StubIIntellisenseBuilder</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIIntellisenseBuilder.NameGet">
            <summary>Sets the stub of IIntellisenseBuilder.get_Name()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIIntellisenseBuilder.ShowStringStringStringRef">
            <summary>Sets the stub of IIntellisenseBuilder.Show(String language, String value, String&amp; newValue)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubIIntellisenseBuilder.global::System#ComponentModel#IIntellisenseBuilder#Show(System.String,System.String,System.String@)">
            <summary>Sets the stub of IIntellisenseBuilder.Show(String language, String value, String&amp; newValue)</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubIIntellisenseBuilder.global::System#ComponentModel#IIntellisenseBuilder#Name">
            <summary>Sets the stub of IIntellisenseBuilder.get_Name()</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubIListSource">
            <summary>Stub type of System.ComponentModel.IListSource</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubIListSource.#ctor">
            <summary>Initializes a new instance of type StubIListSource</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIListSource.ContainsListCollectionGet">
            <summary>Sets the stub of IListSource.get_ContainsListCollection()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIListSource.GetList">
            <summary>Sets the stub of IListSource.GetList()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubIListSource.global::System#ComponentModel#IListSource#GetList">
            <summary>Sets the stub of IListSource.GetList()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubIListSource.global::System#ComponentModel#IListSource#ContainsListCollection">
            <summary>Sets the stub of IListSource.get_ContainsListCollection()</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubINestedContainer">
            <summary>Stub type of System.ComponentModel.INestedContainer</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubINestedContainer.#ctor">
            <summary>Initializes a new instance of type StubINestedContainer</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubINestedContainer.AddIComponent">
            <summary>Sets the stub of IContainer.Add(IComponent component)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubINestedContainer.AddIComponentString">
            <summary>Sets the stub of IContainer.Add(IComponent component, String name)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubINestedContainer.ComponentsGet">
            <summary>Sets the stub of IContainer.get_Components()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubINestedContainer.Dispose">
            <summary>Sets the stub of IDisposable.Dispose()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubINestedContainer.OwnerGet">
            <summary>Sets the stub of INestedContainer.get_Owner()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubINestedContainer.RemoveIComponent">
            <summary>Sets the stub of IContainer.Remove(IComponent component)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubINestedContainer.global::System#ComponentModel#IContainer#Add(System.ComponentModel.IComponent)">
            <summary>Sets the stub of IContainer.Add(IComponent component)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubINestedContainer.global::System#ComponentModel#IContainer#Add(System.ComponentModel.IComponent,System.String)">
            <summary>Sets the stub of IContainer.Add(IComponent component, String name)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubINestedContainer.global::System#ComponentModel#IContainer#Remove(System.ComponentModel.IComponent)">
            <summary>Sets the stub of IContainer.Remove(IComponent component)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubINestedContainer.global::System#IDisposable#Dispose">
            <summary>Sets the stub of IDisposable.Dispose()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubINestedContainer.global::System#ComponentModel#IContainer#Components">
            <summary>Sets the stub of IContainer.get_Components()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubINestedContainer.global::System#ComponentModel#INestedContainer#Owner">
            <summary>Sets the stub of INestedContainer.get_Owner()</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubINestedSite">
            <summary>Stub type of System.ComponentModel.INestedSite</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubINestedSite.#ctor">
            <summary>Initializes a new instance of type StubINestedSite</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubINestedSite.AttachBackingFieldToName">
            <summary>Attaches delegates to emulate StubINestedSite.Name as a property with a backing field.</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubINestedSite.ComponentGet">
            <summary>Sets the stub of ISite.get_Component()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubINestedSite.ContainerGet">
            <summary>Sets the stub of ISite.get_Container()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubINestedSite.DesignModeGet">
            <summary>Sets the stub of ISite.get_DesignMode()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubINestedSite.FullNameGet">
            <summary>Sets the stub of INestedSite.get_FullName()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubINestedSite.GetServiceType">
            <summary>Sets the stub of IServiceProvider.GetService(Type serviceType)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubINestedSite.NameGet">
            <summary>Sets the stub of ISite.get_Name()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubINestedSite.NameSetString">
            <summary>Sets the stub of ISite.set_Name(String value)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubINestedSite.global::System#IServiceProvider#GetService(System.Type)">
            <summary>Sets the stub of IServiceProvider.GetService(Type serviceType)</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubINestedSite.global::System#ComponentModel#ISite#Component">
            <summary>Sets the stub of ISite.get_Component()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubINestedSite.global::System#ComponentModel#ISite#Container">
            <summary>Sets the stub of ISite.get_Container()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubINestedSite.global::System#ComponentModel#ISite#DesignMode">
            <summary>Sets the stub of ISite.get_DesignMode()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubINestedSite.global::System#ComponentModel#INestedSite#FullName">
            <summary>Sets the stub of INestedSite.get_FullName()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubINestedSite.global::System#ComponentModel#ISite#Name">
            <summary>Sets the stub of ISite.get_Name()</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubINotifyPropertyChanged">
            <summary>Stub type of System.ComponentModel.INotifyPropertyChanged</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubINotifyPropertyChanged.#ctor">
            <summary>Initializes a new instance of type StubINotifyPropertyChanged</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubINotifyPropertyChanging">
            <summary>Stub type of System.ComponentModel.INotifyPropertyChanging</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubINotifyPropertyChanging.#ctor">
            <summary>Initializes a new instance of type StubINotifyPropertyChanging</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubIRaiseItemChangedEvents">
            <summary>Stub type of System.ComponentModel.IRaiseItemChangedEvents</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubIRaiseItemChangedEvents.#ctor">
            <summary>Initializes a new instance of type StubIRaiseItemChangedEvents</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIRaiseItemChangedEvents.RaisesItemChangedEventsGet">
            <summary>Sets the stub of IRaiseItemChangedEvents.get_RaisesItemChangedEvents()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubIRaiseItemChangedEvents.global::System#ComponentModel#IRaiseItemChangedEvents#RaisesItemChangedEvents">
            <summary>Sets the stub of IRaiseItemChangedEvents.get_RaisesItemChangedEvents()</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubIRevertibleChangeTracking">
            <summary>Stub type of System.ComponentModel.IRevertibleChangeTracking</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubIRevertibleChangeTracking.#ctor">
            <summary>Initializes a new instance of type StubIRevertibleChangeTracking</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIRevertibleChangeTracking.AcceptChanges">
            <summary>Sets the stub of IChangeTracking.AcceptChanges()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIRevertibleChangeTracking.IsChangedGet">
            <summary>Sets the stub of IChangeTracking.get_IsChanged()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubIRevertibleChangeTracking.RejectChanges">
            <summary>Sets the stub of IRevertibleChangeTracking.RejectChanges()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubIRevertibleChangeTracking.global::System#ComponentModel#IChangeTracking#AcceptChanges">
            <summary>Sets the stub of IChangeTracking.AcceptChanges()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubIRevertibleChangeTracking.global::System#ComponentModel#IRevertibleChangeTracking#RejectChanges">
            <summary>Sets the stub of IRevertibleChangeTracking.RejectChanges()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubIRevertibleChangeTracking.global::System#ComponentModel#IChangeTracking#IsChanged">
            <summary>Sets the stub of IChangeTracking.get_IsChanged()</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubISite">
            <summary>Stub type of System.ComponentModel.ISite</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubISite.#ctor">
            <summary>Initializes a new instance of type StubISite</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubISite.AttachBackingFieldToName">
            <summary>Attaches delegates to emulate StubISite.Name as a property with a backing field.</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubISite.ComponentGet">
            <summary>Sets the stub of ISite.get_Component()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubISite.ContainerGet">
            <summary>Sets the stub of ISite.get_Container()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubISite.DesignModeGet">
            <summary>Sets the stub of ISite.get_DesignMode()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubISite.GetServiceType">
            <summary>Sets the stub of IServiceProvider.GetService(Type serviceType)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubISite.NameGet">
            <summary>Sets the stub of ISite.get_Name()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubISite.NameSetString">
            <summary>Sets the stub of ISite.set_Name(String value)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubISite.global::System#IServiceProvider#GetService(System.Type)">
            <summary>Sets the stub of IServiceProvider.GetService(Type serviceType)</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubISite.global::System#ComponentModel#ISite#Component">
            <summary>Sets the stub of ISite.get_Component()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubISite.global::System#ComponentModel#ISite#Container">
            <summary>Sets the stub of ISite.get_Container()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubISite.global::System#ComponentModel#ISite#DesignMode">
            <summary>Sets the stub of ISite.get_DesignMode()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubISite.global::System#ComponentModel#ISite#Name">
            <summary>Sets the stub of ISite.get_Name()</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubISupportInitialize">
            <summary>Stub type of System.ComponentModel.ISupportInitialize</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubISupportInitialize.#ctor">
            <summary>Initializes a new instance of type StubISupportInitialize</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubISupportInitialize.BeginInit">
            <summary>Sets the stub of ISupportInitialize.BeginInit()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubISupportInitialize.EndInit">
            <summary>Sets the stub of ISupportInitialize.EndInit()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubISupportInitialize.global::System#ComponentModel#ISupportInitialize#BeginInit">
            <summary>Sets the stub of ISupportInitialize.BeginInit()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubISupportInitialize.global::System#ComponentModel#ISupportInitialize#EndInit">
            <summary>Sets the stub of ISupportInitialize.EndInit()</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubISupportInitializeNotification">
            <summary>Stub type of System.ComponentModel.ISupportInitializeNotification</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubISupportInitializeNotification.#ctor">
            <summary>Initializes a new instance of type StubISupportInitializeNotification</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubISupportInitializeNotification.BeginInit">
            <summary>Sets the stub of ISupportInitialize.BeginInit()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubISupportInitializeNotification.EndInit">
            <summary>Sets the stub of ISupportInitialize.EndInit()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubISupportInitializeNotification.IsInitializedGet">
            <summary>Sets the stub of ISupportInitializeNotification.get_IsInitialized()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubISupportInitializeNotification.global::System#ComponentModel#ISupportInitialize#BeginInit">
            <summary>Sets the stub of ISupportInitialize.BeginInit()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubISupportInitializeNotification.global::System#ComponentModel#ISupportInitialize#EndInit">
            <summary>Sets the stub of ISupportInitialize.EndInit()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubISupportInitializeNotification.global::System#ComponentModel#ISupportInitializeNotification#IsInitialized">
            <summary>Sets the stub of ISupportInitializeNotification.get_IsInitialized()</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubISynchronizeInvoke">
            <summary>Stub type of System.ComponentModel.ISynchronizeInvoke</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubISynchronizeInvoke.#ctor">
            <summary>Initializes a new instance of type StubISynchronizeInvoke</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubISynchronizeInvoke.BeginInvokeDelegateObjectArray">
            <summary>Sets the stub of ISynchronizeInvoke.BeginInvoke(Delegate method, Object[] args)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubISynchronizeInvoke.EndInvokeIAsyncResult">
            <summary>Sets the stub of ISynchronizeInvoke.EndInvoke(IAsyncResult result)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubISynchronizeInvoke.InvokeDelegateObjectArray">
            <summary>Sets the stub of ISynchronizeInvoke.Invoke(Delegate method, Object[] args)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubISynchronizeInvoke.InvokeRequiredGet">
            <summary>Sets the stub of ISynchronizeInvoke.get_InvokeRequired()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubISynchronizeInvoke.global::System#ComponentModel#ISynchronizeInvoke#BeginInvoke(System.Delegate,System.Object[])">
            <summary>Sets the stub of ISynchronizeInvoke.BeginInvoke(Delegate method, Object[] args)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubISynchronizeInvoke.global::System#ComponentModel#ISynchronizeInvoke#EndInvoke(System.IAsyncResult)">
            <summary>Sets the stub of ISynchronizeInvoke.EndInvoke(IAsyncResult result)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubISynchronizeInvoke.global::System#ComponentModel#ISynchronizeInvoke#Invoke(System.Delegate,System.Object[])">
            <summary>Sets the stub of ISynchronizeInvoke.Invoke(Delegate method, Object[] args)</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubISynchronizeInvoke.global::System#ComponentModel#ISynchronizeInvoke#InvokeRequired">
            <summary>Sets the stub of ISynchronizeInvoke.get_InvokeRequired()</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubITypeDescriptorContext">
            <summary>Stub type of System.ComponentModel.ITypeDescriptorContext</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubITypeDescriptorContext.#ctor">
            <summary>Initializes a new instance of type StubITypeDescriptorContext</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubITypeDescriptorContext.ContainerGet">
            <summary>Sets the stub of ITypeDescriptorContext.get_Container()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubITypeDescriptorContext.GetServiceType">
            <summary>Sets the stub of IServiceProvider.GetService(Type serviceType)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubITypeDescriptorContext.InstanceGet">
            <summary>Sets the stub of ITypeDescriptorContext.get_Instance()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubITypeDescriptorContext.OnComponentChanged">
            <summary>Sets the stub of ITypeDescriptorContext.OnComponentChanged()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubITypeDescriptorContext.OnComponentChanging">
            <summary>Sets the stub of ITypeDescriptorContext.OnComponentChanging()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubITypeDescriptorContext.PropertyDescriptorGet">
            <summary>Sets the stub of ITypeDescriptorContext.get_PropertyDescriptor()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubITypeDescriptorContext.global::System#ComponentModel#ITypeDescriptorContext#OnComponentChanged">
            <summary>Sets the stub of ITypeDescriptorContext.OnComponentChanged()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubITypeDescriptorContext.global::System#ComponentModel#ITypeDescriptorContext#OnComponentChanging">
            <summary>Sets the stub of ITypeDescriptorContext.OnComponentChanging()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubITypeDescriptorContext.global::System#IServiceProvider#GetService(System.Type)">
            <summary>Sets the stub of IServiceProvider.GetService(Type serviceType)</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubITypeDescriptorContext.global::System#ComponentModel#ITypeDescriptorContext#Container">
            <summary>Sets the stub of ITypeDescriptorContext.get_Container()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubITypeDescriptorContext.global::System#ComponentModel#ITypeDescriptorContext#Instance">
            <summary>Sets the stub of ITypeDescriptorContext.get_Instance()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubITypeDescriptorContext.global::System#ComponentModel#ITypeDescriptorContext#PropertyDescriptor">
            <summary>Sets the stub of ITypeDescriptorContext.get_PropertyDescriptor()</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubITypedList">
            <summary>Stub type of System.ComponentModel.ITypedList</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubITypedList.#ctor">
            <summary>Initializes a new instance of type StubITypedList</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubITypedList.GetItemPropertiesPropertyDescriptorArray">
            <summary>Sets the stub of ITypedList.GetItemProperties(PropertyDescriptor[] listAccessors)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubITypedList.GetListNamePropertyDescriptorArray">
            <summary>Sets the stub of ITypedList.GetListName(PropertyDescriptor[] listAccessors)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubITypedList.global::System#ComponentModel#ITypedList#GetItemProperties(System.ComponentModel.PropertyDescriptor[])">
            <summary>Sets the stub of ITypedList.GetItemProperties(PropertyDescriptor[] listAccessors)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubITypedList.global::System#ComponentModel#ITypedList#GetListName(System.ComponentModel.PropertyDescriptor[])">
            <summary>Sets the stub of ITypedList.GetListName(PropertyDescriptor[] listAccessors)</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubInstallerTypeAttribute">
            <summary>Stub type of System.ComponentModel.InstallerTypeAttribute</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubInstallerTypeAttribute.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubInstallerTypeAttribute.#ctor(System.Type)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubInstallerTypeAttribute.Equals(System.Object)">
            <summary>Sets the stub of InstallerTypeAttribute.Equals(Object obj)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubInstallerTypeAttribute.EqualsObject">
            <summary>Sets the stub of InstallerTypeAttribute.Equals(Object obj)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubInstallerTypeAttribute.GetHashCode">
            <summary>Sets the stub of InstallerTypeAttribute.GetHashCode()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubInstallerTypeAttribute.GetHashCode01">
            <summary>Sets the stub of InstallerTypeAttribute.GetHashCode()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubInstallerTypeAttribute.InitializeStub">
            <summary>Initializes a new instance of type StubInstallerTypeAttribute</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubInstallerTypeAttribute.InstallerTypeGet">
            <summary>Sets the stub of InstallerTypeAttribute.get_InstallerType()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubInstallerTypeAttribute.IsDefaultAttribute">
            <summary>Sets the stub of Attribute.IsDefaultAttribute()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubInstallerTypeAttribute.IsDefaultAttribute01">
            <summary>Sets the stub of Attribute.IsDefaultAttribute()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubInstallerTypeAttribute.Match(System.Object)">
            <summary>Sets the stub of Attribute.Match(Object obj)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubInstallerTypeAttribute.MatchObject">
            <summary>Sets the stub of Attribute.Match(Object obj)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubInstallerTypeAttribute.TypeIdGet">
            <summary>Sets the stub of Attribute.get_TypeId()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubInstallerTypeAttribute.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubInstallerTypeAttribute.InstallerType">
            <summary>Sets the stub of InstallerTypeAttribute.get_InstallerType()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubInstallerTypeAttribute.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubInstallerTypeAttribute.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubInstallerTypeAttribute.TypeId">
            <summary>Sets the stub of Attribute.get_TypeId()</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubInstanceCreationEditor">
            <summary>Stub type of System.ComponentModel.InstanceCreationEditor</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubInstanceCreationEditor.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubInstanceCreationEditor.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Type)">
            <summary>Sets the stub of InstanceCreationEditor.CreateInstance(ITypeDescriptorContext context, Type instanceType)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubInstanceCreationEditor.CreateInstanceITypeDescriptorContextType">
            <summary>Sets the stub of InstanceCreationEditor.CreateInstance(ITypeDescriptorContext context, Type instanceType)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubInstanceCreationEditor.InitializeStub">
            <summary>Initializes a new instance of type StubInstanceCreationEditor</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubInstanceCreationEditor.TextGet">
            <summary>Sets the stub of InstanceCreationEditor.get_Text()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubInstanceCreationEditor.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubInstanceCreationEditor.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubInstanceCreationEditor.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubInstanceCreationEditor.Text">
            <summary>Sets the stub of InstanceCreationEditor.get_Text()</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubInt16Converter">
            <summary>Stub type of System.ComponentModel.Int16Converter</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubInt16Converter.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubInt16Converter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
            <summary>Sets the stub of BaseNumberConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubInt16Converter.CanConvertFromITypeDescriptorContextType">
            <summary>Sets the stub of BaseNumberConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubInt16Converter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
            <summary>Sets the stub of BaseNumberConverter.CanConvertTo(ITypeDescriptorContext context, Type t)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubInt16Converter.CanConvertToITypeDescriptorContextType">
            <summary>Sets the stub of BaseNumberConverter.CanConvertTo(ITypeDescriptorContext context, Type t)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubInt16Converter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)">
            <summary>Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubInt16Converter.CreateInstanceITypeDescriptorContextIDictionary">
            <summary>Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubInt16Converter.GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubInt16Converter.GetCreateInstanceSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubInt16Converter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])">
            <summary>Sets the stub of TypeConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubInt16Converter.GetPropertiesITypeDescriptorContextObjectAttributeArray">
            <summary>Sets the stub of TypeConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubInt16Converter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetPropertiesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubInt16Converter.GetPropertiesSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetPropertiesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubInt16Converter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetStandardValues(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubInt16Converter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubInt16Converter.GetStandardValuesExclusiveITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubInt16Converter.GetStandardValuesITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetStandardValues(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubInt16Converter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubInt16Converter.GetStandardValuesSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubInt16Converter.InitializeStub">
            <summary>Initializes a new instance of type StubInt16Converter</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubInt16Converter.IsValid(System.ComponentModel.ITypeDescriptorContext,System.Object)">
            <summary>Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubInt16Converter.IsValidITypeDescriptorContextObject">
            <summary>Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value)</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubInt16Converter.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubInt16Converter.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubInt16Converter.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubInt32Converter">
            <summary>Stub type of System.ComponentModel.Int32Converter</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubInt32Converter.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubInt32Converter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
            <summary>Sets the stub of BaseNumberConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubInt32Converter.CanConvertFromITypeDescriptorContextType">
            <summary>Sets the stub of BaseNumberConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubInt32Converter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
            <summary>Sets the stub of BaseNumberConverter.CanConvertTo(ITypeDescriptorContext context, Type t)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubInt32Converter.CanConvertToITypeDescriptorContextType">
            <summary>Sets the stub of BaseNumberConverter.CanConvertTo(ITypeDescriptorContext context, Type t)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubInt32Converter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)">
            <summary>Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubInt32Converter.CreateInstanceITypeDescriptorContextIDictionary">
            <summary>Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubInt32Converter.GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubInt32Converter.GetCreateInstanceSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubInt32Converter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])">
            <summary>Sets the stub of TypeConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubInt32Converter.GetPropertiesITypeDescriptorContextObjectAttributeArray">
            <summary>Sets the stub of TypeConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubInt32Converter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetPropertiesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubInt32Converter.GetPropertiesSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetPropertiesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubInt32Converter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetStandardValues(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubInt32Converter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubInt32Converter.GetStandardValuesExclusiveITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubInt32Converter.GetStandardValuesITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetStandardValues(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubInt32Converter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubInt32Converter.GetStandardValuesSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubInt32Converter.InitializeStub">
            <summary>Initializes a new instance of type StubInt32Converter</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubInt32Converter.IsValid(System.ComponentModel.ITypeDescriptorContext,System.Object)">
            <summary>Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubInt32Converter.IsValidITypeDescriptorContextObject">
            <summary>Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value)</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubInt32Converter.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubInt32Converter.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubInt32Converter.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubInt64Converter">
            <summary>Stub type of System.ComponentModel.Int64Converter</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubInt64Converter.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubInt64Converter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
            <summary>Sets the stub of BaseNumberConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubInt64Converter.CanConvertFromITypeDescriptorContextType">
            <summary>Sets the stub of BaseNumberConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubInt64Converter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
            <summary>Sets the stub of BaseNumberConverter.CanConvertTo(ITypeDescriptorContext context, Type t)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubInt64Converter.CanConvertToITypeDescriptorContextType">
            <summary>Sets the stub of BaseNumberConverter.CanConvertTo(ITypeDescriptorContext context, Type t)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubInt64Converter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)">
            <summary>Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubInt64Converter.CreateInstanceITypeDescriptorContextIDictionary">
            <summary>Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubInt64Converter.GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubInt64Converter.GetCreateInstanceSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubInt64Converter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])">
            <summary>Sets the stub of TypeConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubInt64Converter.GetPropertiesITypeDescriptorContextObjectAttributeArray">
            <summary>Sets the stub of TypeConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubInt64Converter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetPropertiesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubInt64Converter.GetPropertiesSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetPropertiesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubInt64Converter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetStandardValues(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubInt64Converter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubInt64Converter.GetStandardValuesExclusiveITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubInt64Converter.GetStandardValuesITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetStandardValues(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubInt64Converter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubInt64Converter.GetStandardValuesSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubInt64Converter.InitializeStub">
            <summary>Initializes a new instance of type StubInt64Converter</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubInt64Converter.IsValid(System.ComponentModel.ITypeDescriptorContext,System.Object)">
            <summary>Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubInt64Converter.IsValidITypeDescriptorContextObject">
            <summary>Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value)</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubInt64Converter.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubInt64Converter.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubInt64Converter.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubInvalidAsynchronousStateException">
            <summary>Stub type of System.ComponentModel.InvalidAsynchronousStateException</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubInvalidAsynchronousStateException.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubInvalidAsynchronousStateException.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubInvalidAsynchronousStateException.#ctor(System.String,System.Exception)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubInvalidAsynchronousStateException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubInvalidAsynchronousStateException.AttachBackingFieldToHelpLink">
            <summary>Attaches delegates to emulate StubInvalidAsynchronousStateException.HelpLink as a property with a backing field.</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubInvalidAsynchronousStateException.AttachBackingFieldToSource">
            <summary>Attaches delegates to emulate StubInvalidAsynchronousStateException.Source as a property with a backing field.</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubInvalidAsynchronousStateException.DataGet">
            <summary>Sets the stub of Exception.get_Data()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubInvalidAsynchronousStateException.GetBaseException">
            <summary>Sets the stub of Exception.GetBaseException()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubInvalidAsynchronousStateException.GetBaseException01">
            <summary>Sets the stub of Exception.GetBaseException()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubInvalidAsynchronousStateException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Sets the stub of ArgumentException.GetObjectData(SerializationInfo info, StreamingContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubInvalidAsynchronousStateException.GetObjectDataSerializationInfoStreamingContext">
            <summary>Sets the stub of ArgumentException.GetObjectData(SerializationInfo info, StreamingContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubInvalidAsynchronousStateException.HelpLinkGet">
            <summary>Sets the stub of Exception.get_HelpLink()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubInvalidAsynchronousStateException.HelpLinkSetString">
            <summary>Sets the stub of Exception.set_HelpLink(String value)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubInvalidAsynchronousStateException.InitializeStub">
            <summary>Initializes a new instance of type StubInvalidAsynchronousStateException</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubInvalidAsynchronousStateException.MessageGet">
            <summary>Sets the stub of ArgumentException.get_Message()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubInvalidAsynchronousStateException.ParamNameGet">
            <summary>Sets the stub of ArgumentException.get_ParamName()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubInvalidAsynchronousStateException.SourceGet">
            <summary>Sets the stub of Exception.get_Source()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubInvalidAsynchronousStateException.SourceSetString">
            <summary>Sets the stub of Exception.set_Source(String value)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubInvalidAsynchronousStateException.StackTraceGet">
            <summary>Sets the stub of Exception.get_StackTrace()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubInvalidAsynchronousStateException.ToString">
            <summary>Sets the stub of Exception.ToString()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubInvalidAsynchronousStateException.ToString01">
            <summary>Sets the stub of Exception.ToString()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubInvalidAsynchronousStateException.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubInvalidAsynchronousStateException.Data">
            <summary>Sets the stub of Exception.get_Data()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubInvalidAsynchronousStateException.HelpLink">
            <summary>Sets the stub of Exception.get_HelpLink()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubInvalidAsynchronousStateException.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubInvalidAsynchronousStateException.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubInvalidAsynchronousStateException.Message">
            <summary>Sets the stub of ArgumentException.get_Message()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubInvalidAsynchronousStateException.ParamName">
            <summary>Sets the stub of ArgumentException.get_ParamName()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubInvalidAsynchronousStateException.Source">
            <summary>Sets the stub of Exception.get_Source()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubInvalidAsynchronousStateException.StackTrace">
            <summary>Sets the stub of Exception.get_StackTrace()</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubInvalidEnumArgumentException">
            <summary>Stub type of System.ComponentModel.InvalidEnumArgumentException</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubInvalidEnumArgumentException.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubInvalidEnumArgumentException.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubInvalidEnumArgumentException.#ctor(System.String,System.Exception)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubInvalidEnumArgumentException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubInvalidEnumArgumentException.#ctor(System.String,System.Int32,System.Type)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubInvalidEnumArgumentException.AttachBackingFieldToHelpLink">
            <summary>Attaches delegates to emulate StubInvalidEnumArgumentException.HelpLink as a property with a backing field.</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubInvalidEnumArgumentException.AttachBackingFieldToSource">
            <summary>Attaches delegates to emulate StubInvalidEnumArgumentException.Source as a property with a backing field.</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubInvalidEnumArgumentException.DataGet">
            <summary>Sets the stub of Exception.get_Data()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubInvalidEnumArgumentException.GetBaseException">
            <summary>Sets the stub of Exception.GetBaseException()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubInvalidEnumArgumentException.GetBaseException01">
            <summary>Sets the stub of Exception.GetBaseException()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubInvalidEnumArgumentException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Sets the stub of ArgumentException.GetObjectData(SerializationInfo info, StreamingContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubInvalidEnumArgumentException.GetObjectDataSerializationInfoStreamingContext">
            <summary>Sets the stub of ArgumentException.GetObjectData(SerializationInfo info, StreamingContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubInvalidEnumArgumentException.HelpLinkGet">
            <summary>Sets the stub of Exception.get_HelpLink()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubInvalidEnumArgumentException.HelpLinkSetString">
            <summary>Sets the stub of Exception.set_HelpLink(String value)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubInvalidEnumArgumentException.InitializeStub">
            <summary>Initializes a new instance of type StubInvalidEnumArgumentException</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubInvalidEnumArgumentException.MessageGet">
            <summary>Sets the stub of ArgumentException.get_Message()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubInvalidEnumArgumentException.ParamNameGet">
            <summary>Sets the stub of ArgumentException.get_ParamName()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubInvalidEnumArgumentException.SourceGet">
            <summary>Sets the stub of Exception.get_Source()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubInvalidEnumArgumentException.SourceSetString">
            <summary>Sets the stub of Exception.set_Source(String value)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubInvalidEnumArgumentException.StackTraceGet">
            <summary>Sets the stub of Exception.get_StackTrace()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubInvalidEnumArgumentException.ToString">
            <summary>Sets the stub of Exception.ToString()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubInvalidEnumArgumentException.ToString01">
            <summary>Sets the stub of Exception.ToString()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubInvalidEnumArgumentException.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubInvalidEnumArgumentException.Data">
            <summary>Sets the stub of Exception.get_Data()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubInvalidEnumArgumentException.HelpLink">
            <summary>Sets the stub of Exception.get_HelpLink()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubInvalidEnumArgumentException.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubInvalidEnumArgumentException.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubInvalidEnumArgumentException.Message">
            <summary>Sets the stub of ArgumentException.get_Message()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubInvalidEnumArgumentException.ParamName">
            <summary>Sets the stub of ArgumentException.get_ParamName()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubInvalidEnumArgumentException.Source">
            <summary>Sets the stub of Exception.get_Source()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubInvalidEnumArgumentException.StackTrace">
            <summary>Sets the stub of Exception.get_StackTrace()</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubLicFileLicenseProvider">
            <summary>Stub type of System.ComponentModel.LicFileLicenseProvider</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubLicFileLicenseProvider.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubLicFileLicenseProvider.GetKey(System.Type)">
            <summary>Sets the stub of LicFileLicenseProvider.GetKey(Type type)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubLicFileLicenseProvider.GetKeyType">
            <summary>Sets the stub of LicFileLicenseProvider.GetKey(Type type)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubLicFileLicenseProvider.GetLicense(System.ComponentModel.LicenseContext,System.Type,System.Object,System.Boolean)">
            <summary>Sets the stub of LicFileLicenseProvider.GetLicense(LicenseContext context, Type type, Object instance, Boolean allowExceptions)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubLicFileLicenseProvider.GetLicenseLicenseContextTypeObjectBoolean">
            <summary>Sets the stub of LicFileLicenseProvider.GetLicense(LicenseContext context, Type type, Object instance, Boolean allowExceptions)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubLicFileLicenseProvider.InitializeStub">
            <summary>Initializes a new instance of type StubLicFileLicenseProvider</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubLicFileLicenseProvider.IsKeyValid(System.String,System.Type)">
            <summary>Sets the stub of LicFileLicenseProvider.IsKeyValid(String key, Type type)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubLicFileLicenseProvider.IsKeyValidStringType">
            <summary>Sets the stub of LicFileLicenseProvider.IsKeyValid(String key, Type type)</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubLicFileLicenseProvider.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubLicFileLicenseProvider.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubLicFileLicenseProvider.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubLicense">
            <summary>Stub type of System.ComponentModel.License</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubLicense.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubLicense.Dispose">
            <summary>Sets the stub of License.Dispose()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubLicense.Dispose01">
            <summary>Sets the stub of License.Dispose()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubLicense.InitializeStub">
            <summary>Initializes a new instance of type StubLicense</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubLicense.LicenseKeyGet">
            <summary>Sets the stub of License.get_LicenseKey()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubLicense.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubLicense.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubLicense.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubLicense.LicenseKey">
            <summary>Sets the stub of License.get_LicenseKey()</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubLicenseContext">
            <summary>Stub type of System.ComponentModel.LicenseContext</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubLicenseContext.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubLicenseContext.GetSavedLicenseKey(System.Type,System.Reflection.Assembly)">
            <summary>Sets the stub of LicenseContext.GetSavedLicenseKey(Type type, Assembly resourceAssembly)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubLicenseContext.GetSavedLicenseKeyTypeAssembly">
            <summary>Sets the stub of LicenseContext.GetSavedLicenseKey(Type type, Assembly resourceAssembly)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubLicenseContext.GetService(System.Type)">
            <summary>Sets the stub of LicenseContext.GetService(Type type)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubLicenseContext.GetServiceType">
            <summary>Sets the stub of LicenseContext.GetService(Type type)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubLicenseContext.InitializeStub">
            <summary>Initializes a new instance of type StubLicenseContext</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubLicenseContext.SetSavedLicenseKey(System.Type,System.String)">
            <summary>Sets the stub of LicenseContext.SetSavedLicenseKey(Type type, String key)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubLicenseContext.SetSavedLicenseKeyTypeString">
            <summary>Sets the stub of LicenseContext.SetSavedLicenseKey(Type type, String key)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubLicenseContext.UsageModeGet">
            <summary>Sets the stub of LicenseContext.get_UsageMode()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubLicenseContext.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubLicenseContext.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubLicenseContext.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubLicenseContext.UsageMode">
            <summary>Sets the stub of LicenseContext.get_UsageMode()</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubLicenseException">
            <summary>Stub type of System.ComponentModel.LicenseException</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubLicenseException.#ctor(System.Type)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubLicenseException.#ctor(System.Type,System.Object)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubLicenseException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubLicenseException.#ctor(System.Type,System.Object,System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubLicenseException.#ctor(System.Type,System.Object,System.String,System.Exception)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubLicenseException.AttachBackingFieldToHelpLink">
            <summary>Attaches delegates to emulate StubLicenseException.HelpLink as a property with a backing field.</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubLicenseException.AttachBackingFieldToSource">
            <summary>Attaches delegates to emulate StubLicenseException.Source as a property with a backing field.</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubLicenseException.DataGet">
            <summary>Sets the stub of Exception.get_Data()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubLicenseException.GetBaseException">
            <summary>Sets the stub of Exception.GetBaseException()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubLicenseException.GetBaseException01">
            <summary>Sets the stub of Exception.GetBaseException()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubLicenseException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Sets the stub of LicenseException.GetObjectData(SerializationInfo info, StreamingContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubLicenseException.GetObjectDataSerializationInfoStreamingContext">
            <summary>Sets the stub of LicenseException.GetObjectData(SerializationInfo info, StreamingContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubLicenseException.HelpLinkGet">
            <summary>Sets the stub of Exception.get_HelpLink()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubLicenseException.HelpLinkSetString">
            <summary>Sets the stub of Exception.set_HelpLink(String value)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubLicenseException.InitializeStub">
            <summary>Initializes a new instance of type StubLicenseException</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubLicenseException.MessageGet">
            <summary>Sets the stub of Exception.get_Message()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubLicenseException.SourceGet">
            <summary>Sets the stub of Exception.get_Source()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubLicenseException.SourceSetString">
            <summary>Sets the stub of Exception.set_Source(String value)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubLicenseException.StackTraceGet">
            <summary>Sets the stub of Exception.get_StackTrace()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubLicenseException.ToString">
            <summary>Sets the stub of Exception.ToString()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubLicenseException.ToString01">
            <summary>Sets the stub of Exception.ToString()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubLicenseException.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubLicenseException.Data">
            <summary>Sets the stub of Exception.get_Data()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubLicenseException.HelpLink">
            <summary>Sets the stub of Exception.get_HelpLink()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubLicenseException.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubLicenseException.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubLicenseException.Message">
            <summary>Sets the stub of Exception.get_Message()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubLicenseException.Source">
            <summary>Sets the stub of Exception.get_Source()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubLicenseException.StackTrace">
            <summary>Sets the stub of Exception.get_StackTrace()</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubLicenseProvider">
            <summary>Stub type of System.ComponentModel.LicenseProvider</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubLicenseProvider.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubLicenseProvider.GetLicense(System.ComponentModel.LicenseContext,System.Type,System.Object,System.Boolean)">
            <summary>Sets the stub of LicenseProvider.GetLicense(LicenseContext context, Type type, Object instance, Boolean allowExceptions)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubLicenseProvider.GetLicenseLicenseContextTypeObjectBoolean">
            <summary>Sets the stub of LicenseProvider.GetLicense(LicenseContext context, Type type, Object instance, Boolean allowExceptions)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubLicenseProvider.InitializeStub">
            <summary>Initializes a new instance of type StubLicenseProvider</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubLicenseProvider.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubLicenseProvider.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubLicenseProvider.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubListChangedEventArgs">
            <summary>Stub type of System.ComponentModel.ListChangedEventArgs</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubListChangedEventArgs.#ctor(System.ComponentModel.ListChangedType,System.Int32)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubListChangedEventArgs.#ctor(System.ComponentModel.ListChangedType,System.ComponentModel.PropertyDescriptor)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubListChangedEventArgs.#ctor(System.ComponentModel.ListChangedType,System.Int32,System.Int32)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubListChangedEventArgs.#ctor(System.ComponentModel.ListChangedType,System.Int32,System.ComponentModel.PropertyDescriptor)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubListChangedEventArgs.InitializeStub">
            <summary>Initializes a new instance of type StubListChangedEventArgs</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubListChangedEventArgs.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubListChangedEventArgs.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubListChangedEventArgs.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubListSortDescription">
            <summary>Stub type of System.ComponentModel.ListSortDescription</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubListSortDescription.#ctor(System.ComponentModel.PropertyDescriptor,System.ComponentModel.ListSortDirection)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubListSortDescription.InitializeStub">
            <summary>Initializes a new instance of type StubListSortDescription</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubListSortDescription.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubListSortDescription.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubListSortDescription.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubListSortDescriptionCollection">
            <summary>Stub type of System.ComponentModel.ListSortDescriptionCollection</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubListSortDescriptionCollection.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubListSortDescriptionCollection.#ctor(System.ComponentModel.ListSortDescription[])">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubListSortDescriptionCollection.InitializeStub">
            <summary>Initializes a new instance of type StubListSortDescriptionCollection</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubListSortDescriptionCollection.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubListSortDescriptionCollection.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubListSortDescriptionCollection.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubMarshalByValueComponent">
            <summary>Stub type of System.ComponentModel.MarshalByValueComponent</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubMarshalByValueComponent.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubMarshalByValueComponent.AttachBackingFieldToSite">
            <summary>Attaches delegates to emulate StubMarshalByValueComponent.Site as a property with a backing field.</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubMarshalByValueComponent.ContainerGet">
            <summary>Sets the stub of MarshalByValueComponent.get_Container()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubMarshalByValueComponent.DesignModeGet">
            <summary>Sets the stub of MarshalByValueComponent.get_DesignMode()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubMarshalByValueComponent.Dispose(System.Boolean)">
            <summary>Sets the stub of MarshalByValueComponent.Dispose(Boolean disposing)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubMarshalByValueComponent.DisposeBoolean">
            <summary>Sets the stub of MarshalByValueComponent.Dispose(Boolean disposing)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubMarshalByValueComponent.GetService(System.Type)">
            <summary>Sets the stub of MarshalByValueComponent.GetService(Type service)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubMarshalByValueComponent.GetServiceType">
            <summary>Sets the stub of MarshalByValueComponent.GetService(Type service)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubMarshalByValueComponent.InitializeStub">
            <summary>Initializes a new instance of type StubMarshalByValueComponent</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubMarshalByValueComponent.SiteGet">
            <summary>Sets the stub of MarshalByValueComponent.get_Site()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubMarshalByValueComponent.SiteSetISite">
            <summary>Sets the stub of MarshalByValueComponent.set_Site(ISite value)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubMarshalByValueComponent.ToString">
            <summary>Sets the stub of MarshalByValueComponent.ToString()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubMarshalByValueComponent.ToString01">
            <summary>Sets the stub of MarshalByValueComponent.ToString()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubMarshalByValueComponent.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubMarshalByValueComponent.Container">
            <summary>Sets the stub of MarshalByValueComponent.get_Container()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubMarshalByValueComponent.DesignMode">
            <summary>Sets the stub of MarshalByValueComponent.get_DesignMode()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubMarshalByValueComponent.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubMarshalByValueComponent.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubMarshalByValueComponent.Site">
            <summary>Sets the stub of MarshalByValueComponent.get_Site()</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubMaskedTextProvider">
            <summary>Stub type of System.ComponentModel.MaskedTextProvider</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubMaskedTextProvider.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubMaskedTextProvider.#ctor(System.String,System.Globalization.CultureInfo)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubMaskedTextProvider.#ctor(System.String,System.Boolean)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubMaskedTextProvider.#ctor(System.String,System.Char,System.Boolean)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubMaskedTextProvider.#ctor(System.String,System.Globalization.CultureInfo,System.Boolean)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubMaskedTextProvider.#ctor(System.String,System.Globalization.CultureInfo,System.Char,System.Boolean)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubMaskedTextProvider.#ctor(System.String,System.Globalization.CultureInfo,System.Boolean,System.Char,System.Char,System.Boolean)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubMaskedTextProvider.InitializeStub">
            <summary>Initializes a new instance of type StubMaskedTextProvider</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubMaskedTextProvider.ToString">
            <summary>Sets the stub of MaskedTextProvider.ToString()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubMaskedTextProvider.ToString01">
            <summary>Sets the stub of MaskedTextProvider.ToString()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubMaskedTextProvider.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubMaskedTextProvider.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubMaskedTextProvider.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubMemberDescriptor">
            <summary>Stub type of System.ComponentModel.MemberDescriptor</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubMemberDescriptor.#ctor(System.ComponentModel.MemberDescriptor)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubMemberDescriptor.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubMemberDescriptor.#ctor(System.ComponentModel.MemberDescriptor,System.Attribute[])">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubMemberDescriptor.#ctor(System.String,System.Attribute[])">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubMemberDescriptor.AttachBackingFieldToAttributeArray">
            <summary>Attaches delegates to emulate StubMemberDescriptor.AttributeArray as a property with a backing field.</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubMemberDescriptor.AttributeArrayGet">
            <summary>Sets the stub of MemberDescriptor.get_AttributeArray()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubMemberDescriptor.AttributeArraySetAttributeArray">
            <summary>Sets the stub of MemberDescriptor.set_AttributeArray(Attribute[] value)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubMemberDescriptor.AttributesGet">
            <summary>Sets the stub of MemberDescriptor.get_Attributes()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubMemberDescriptor.CategoryGet">
            <summary>Sets the stub of MemberDescriptor.get_Category()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubMemberDescriptor.CreateAttributeCollection">
            <summary>Sets the stub of MemberDescriptor.CreateAttributeCollection()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubMemberDescriptor.CreateAttributeCollection01">
            <summary>Sets the stub of MemberDescriptor.CreateAttributeCollection()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubMemberDescriptor.DescriptionGet">
            <summary>Sets the stub of MemberDescriptor.get_Description()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubMemberDescriptor.DesignTimeOnlyGet">
            <summary>Sets the stub of MemberDescriptor.get_DesignTimeOnly()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubMemberDescriptor.DisplayNameGet">
            <summary>Sets the stub of MemberDescriptor.get_DisplayName()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubMemberDescriptor.Equals(System.Object)">
            <summary>Sets the stub of MemberDescriptor.Equals(Object obj)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubMemberDescriptor.EqualsObject">
            <summary>Sets the stub of MemberDescriptor.Equals(Object obj)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubMemberDescriptor.FillAttributes(System.Collections.IList)">
            <summary>Sets the stub of MemberDescriptor.FillAttributes(IList attributeList)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubMemberDescriptor.FillAttributesIList">
            <summary>Sets the stub of MemberDescriptor.FillAttributes(IList attributeList)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubMemberDescriptor.GetHashCode">
            <summary>Sets the stub of MemberDescriptor.GetHashCode()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubMemberDescriptor.GetHashCode01">
            <summary>Sets the stub of MemberDescriptor.GetHashCode()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubMemberDescriptor.GetInvocationTarget(System.Type,System.Object)">
            <summary>Sets the stub of MemberDescriptor.GetInvocationTarget(Type type, Object instance)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubMemberDescriptor.GetInvocationTargetTypeObject">
            <summary>Sets the stub of MemberDescriptor.GetInvocationTarget(Type type, Object instance)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubMemberDescriptor.InitializeStub">
            <summary>Initializes a new instance of type StubMemberDescriptor</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubMemberDescriptor.IsBrowsableGet">
            <summary>Sets the stub of MemberDescriptor.get_IsBrowsable()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubMemberDescriptor.NameGet">
            <summary>Sets the stub of MemberDescriptor.get_Name()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubMemberDescriptor.NameHashCodeGet">
            <summary>Sets the stub of MemberDescriptor.get_NameHashCode()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubMemberDescriptor.AttributeArray">
            <summary>Sets the stub of MemberDescriptor.get_AttributeArray()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubMemberDescriptor.Attributes">
            <summary>Sets the stub of MemberDescriptor.get_Attributes()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubMemberDescriptor.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubMemberDescriptor.Category">
            <summary>Sets the stub of MemberDescriptor.get_Category()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubMemberDescriptor.Description">
            <summary>Sets the stub of MemberDescriptor.get_Description()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubMemberDescriptor.DesignTimeOnly">
            <summary>Sets the stub of MemberDescriptor.get_DesignTimeOnly()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubMemberDescriptor.DisplayName">
            <summary>Sets the stub of MemberDescriptor.get_DisplayName()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubMemberDescriptor.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubMemberDescriptor.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubMemberDescriptor.IsBrowsable">
            <summary>Sets the stub of MemberDescriptor.get_IsBrowsable()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubMemberDescriptor.Name">
            <summary>Sets the stub of MemberDescriptor.get_Name()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubMemberDescriptor.NameHashCode">
            <summary>Sets the stub of MemberDescriptor.get_NameHashCode()</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubMultilineStringConverter">
            <summary>Stub type of System.ComponentModel.MultilineStringConverter</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubMultilineStringConverter.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubMultilineStringConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
            <summary>Sets the stub of TypeConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubMultilineStringConverter.CanConvertFromITypeDescriptorContextType">
            <summary>Sets the stub of TypeConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubMultilineStringConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
            <summary>Sets the stub of TypeConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubMultilineStringConverter.CanConvertToITypeDescriptorContextType">
            <summary>Sets the stub of TypeConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubMultilineStringConverter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)">
            <summary>Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubMultilineStringConverter.CreateInstanceITypeDescriptorContextIDictionary">
            <summary>Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubMultilineStringConverter.GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubMultilineStringConverter.GetCreateInstanceSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubMultilineStringConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])">
            <summary>Sets the stub of MultilineStringConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubMultilineStringConverter.GetPropertiesITypeDescriptorContextObjectAttributeArray">
            <summary>Sets the stub of MultilineStringConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubMultilineStringConverter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of MultilineStringConverter.GetPropertiesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubMultilineStringConverter.GetPropertiesSupportedITypeDescriptorContext">
            <summary>Sets the stub of MultilineStringConverter.GetPropertiesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubMultilineStringConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetStandardValues(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubMultilineStringConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubMultilineStringConverter.GetStandardValuesExclusiveITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubMultilineStringConverter.GetStandardValuesITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetStandardValues(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubMultilineStringConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubMultilineStringConverter.GetStandardValuesSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubMultilineStringConverter.InitializeStub">
            <summary>Initializes a new instance of type StubMultilineStringConverter</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubMultilineStringConverter.IsValid(System.ComponentModel.ITypeDescriptorContext,System.Object)">
            <summary>Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubMultilineStringConverter.IsValidITypeDescriptorContextObject">
            <summary>Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value)</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubMultilineStringConverter.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubMultilineStringConverter.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubMultilineStringConverter.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubNestedContainer">
            <summary>Stub type of System.ComponentModel.NestedContainer</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubNestedContainer.#ctor(System.ComponentModel.IComponent)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubNestedContainer.Add(System.ComponentModel.IComponent)">
            <summary>Sets the stub of Container.Add(IComponent component)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubNestedContainer.Add(System.ComponentModel.IComponent,System.String)">
            <summary>Sets the stub of Container.Add(IComponent component, String name)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubNestedContainer.AddIComponent">
            <summary>Sets the stub of Container.Add(IComponent component)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubNestedContainer.AddIComponentString">
            <summary>Sets the stub of Container.Add(IComponent component, String name)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubNestedContainer.ComponentsGet">
            <summary>Sets the stub of Container.get_Components()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubNestedContainer.CreateSite(System.ComponentModel.IComponent,System.String)">
            <summary>Sets the stub of NestedContainer.CreateSite(IComponent component, String name)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubNestedContainer.CreateSiteIComponentString">
            <summary>Sets the stub of NestedContainer.CreateSite(IComponent component, String name)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubNestedContainer.Dispose(System.Boolean)">
            <summary>Sets the stub of NestedContainer.Dispose(Boolean disposing)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubNestedContainer.DisposeBoolean">
            <summary>Sets the stub of NestedContainer.Dispose(Boolean disposing)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubNestedContainer.GetService(System.Type)">
            <summary>Sets the stub of NestedContainer.GetService(Type service)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubNestedContainer.GetServiceType">
            <summary>Sets the stub of NestedContainer.GetService(Type service)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubNestedContainer.InitializeStub">
            <summary>Initializes a new instance of type StubNestedContainer</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubNestedContainer.OwnerNameGet">
            <summary>Sets the stub of NestedContainer.get_OwnerName()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubNestedContainer.Remove(System.ComponentModel.IComponent)">
            <summary>Sets the stub of Container.Remove(IComponent component)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubNestedContainer.RemoveIComponent">
            <summary>Sets the stub of Container.Remove(IComponent component)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubNestedContainer.ValidateName(System.ComponentModel.IComponent,System.String)">
            <summary>Sets the stub of Container.ValidateName(IComponent component, String name)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubNestedContainer.ValidateNameIComponentString">
            <summary>Sets the stub of Container.ValidateName(IComponent component, String name)</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubNestedContainer.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubNestedContainer.Components">
            <summary>Sets the stub of Container.get_Components()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubNestedContainer.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubNestedContainer.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubNestedContainer.OwnerName">
            <summary>Sets the stub of NestedContainer.get_OwnerName()</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubNullableConverter">
            <summary>Stub type of System.ComponentModel.NullableConverter</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubNullableConverter.#ctor(System.Type)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubNullableConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
            <summary>Sets the stub of NullableConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubNullableConverter.CanConvertFromITypeDescriptorContextType">
            <summary>Sets the stub of NullableConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubNullableConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
            <summary>Sets the stub of NullableConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubNullableConverter.CanConvertToITypeDescriptorContextType">
            <summary>Sets the stub of NullableConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubNullableConverter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)">
            <summary>Sets the stub of NullableConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubNullableConverter.CreateInstanceITypeDescriptorContextIDictionary">
            <summary>Sets the stub of NullableConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubNullableConverter.GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of NullableConverter.GetCreateInstanceSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubNullableConverter.GetCreateInstanceSupportedITypeDescriptorContext">
            <summary>Sets the stub of NullableConverter.GetCreateInstanceSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubNullableConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])">
            <summary>Sets the stub of NullableConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubNullableConverter.GetPropertiesITypeDescriptorContextObjectAttributeArray">
            <summary>Sets the stub of NullableConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubNullableConverter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of NullableConverter.GetPropertiesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubNullableConverter.GetPropertiesSupportedITypeDescriptorContext">
            <summary>Sets the stub of NullableConverter.GetPropertiesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubNullableConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of NullableConverter.GetStandardValues(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubNullableConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of NullableConverter.GetStandardValuesExclusive(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubNullableConverter.GetStandardValuesExclusiveITypeDescriptorContext">
            <summary>Sets the stub of NullableConverter.GetStandardValuesExclusive(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubNullableConverter.GetStandardValuesITypeDescriptorContext">
            <summary>Sets the stub of NullableConverter.GetStandardValues(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubNullableConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of NullableConverter.GetStandardValuesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubNullableConverter.GetStandardValuesSupportedITypeDescriptorContext">
            <summary>Sets the stub of NullableConverter.GetStandardValuesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubNullableConverter.InitializeStub">
            <summary>Initializes a new instance of type StubNullableConverter</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubNullableConverter.IsValid(System.ComponentModel.ITypeDescriptorContext,System.Object)">
            <summary>Sets the stub of NullableConverter.IsValid(ITypeDescriptorContext context, Object value)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubNullableConverter.IsValidITypeDescriptorContextObject">
            <summary>Sets the stub of NullableConverter.IsValid(ITypeDescriptorContext context, Object value)</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubNullableConverter.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubNullableConverter.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubNullableConverter.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubProgressChangedEventArgs">
            <summary>Stub type of System.ComponentModel.ProgressChangedEventArgs</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubProgressChangedEventArgs.#ctor(System.Int32,System.Object)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubProgressChangedEventArgs.InitializeStub">
            <summary>Initializes a new instance of type StubProgressChangedEventArgs</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubProgressChangedEventArgs.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubProgressChangedEventArgs.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubProgressChangedEventArgs.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubPropertyChangedEventArgs">
            <summary>Stub type of System.ComponentModel.PropertyChangedEventArgs</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubPropertyChangedEventArgs.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubPropertyChangedEventArgs.InitializeStub">
            <summary>Initializes a new instance of type StubPropertyChangedEventArgs</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubPropertyChangedEventArgs.PropertyNameGet">
            <summary>Sets the stub of PropertyChangedEventArgs.get_PropertyName()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubPropertyChangedEventArgs.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubPropertyChangedEventArgs.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubPropertyChangedEventArgs.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubPropertyChangedEventArgs.PropertyName">
            <summary>Sets the stub of PropertyChangedEventArgs.get_PropertyName()</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubPropertyChangingEventArgs">
            <summary>Stub type of System.ComponentModel.PropertyChangingEventArgs</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubPropertyChangingEventArgs.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubPropertyChangingEventArgs.InitializeStub">
            <summary>Initializes a new instance of type StubPropertyChangingEventArgs</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubPropertyChangingEventArgs.PropertyNameGet">
            <summary>Sets the stub of PropertyChangingEventArgs.get_PropertyName()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubPropertyChangingEventArgs.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubPropertyChangingEventArgs.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubPropertyChangingEventArgs.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubPropertyChangingEventArgs.PropertyName">
            <summary>Sets the stub of PropertyChangingEventArgs.get_PropertyName()</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubPropertyDescriptor">
            <summary>Stub type of System.ComponentModel.PropertyDescriptor</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubPropertyDescriptor.#ctor(System.ComponentModel.MemberDescriptor)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubPropertyDescriptor.#ctor(System.ComponentModel.MemberDescriptor,System.Attribute[])">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubPropertyDescriptor.#ctor(System.String,System.Attribute[])">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubPropertyDescriptor.AddValueChanged(System.Object,System.EventHandler)">
            <summary>Sets the stub of PropertyDescriptor.AddValueChanged(Object component, EventHandler handler)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubPropertyDescriptor.AddValueChangedObjectEventHandler">
            <summary>Sets the stub of PropertyDescriptor.AddValueChanged(Object component, EventHandler handler)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubPropertyDescriptor.AttachBackingFieldToAttributeArray">
            <summary>Attaches delegates to emulate StubPropertyDescriptor.AttributeArray as a property with a backing field.</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubPropertyDescriptor.AttributeArrayGet">
            <summary>Sets the stub of MemberDescriptor.get_AttributeArray()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubPropertyDescriptor.AttributeArraySetAttributeArray">
            <summary>Sets the stub of MemberDescriptor.set_AttributeArray(Attribute[] value)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubPropertyDescriptor.AttributesGet">
            <summary>Sets the stub of MemberDescriptor.get_Attributes()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubPropertyDescriptor.CanResetValue(System.Object)">
            <summary>Sets the stub of PropertyDescriptor.CanResetValue(Object component)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubPropertyDescriptor.CanResetValueObject">
            <summary>Sets the stub of PropertyDescriptor.CanResetValue(Object component)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubPropertyDescriptor.CategoryGet">
            <summary>Sets the stub of MemberDescriptor.get_Category()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubPropertyDescriptor.ComponentTypeGet">
            <summary>Sets the stub of PropertyDescriptor.get_ComponentType()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubPropertyDescriptor.ConverterGet">
            <summary>Sets the stub of PropertyDescriptor.get_Converter()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubPropertyDescriptor.CreateAttributeCollection">
            <summary>Sets the stub of MemberDescriptor.CreateAttributeCollection()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubPropertyDescriptor.CreateAttributeCollection01">
            <summary>Sets the stub of MemberDescriptor.CreateAttributeCollection()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubPropertyDescriptor.DescriptionGet">
            <summary>Sets the stub of MemberDescriptor.get_Description()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubPropertyDescriptor.DesignTimeOnlyGet">
            <summary>Sets the stub of MemberDescriptor.get_DesignTimeOnly()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubPropertyDescriptor.DisplayNameGet">
            <summary>Sets the stub of MemberDescriptor.get_DisplayName()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubPropertyDescriptor.Equals(System.Object)">
            <summary>Sets the stub of PropertyDescriptor.Equals(Object obj)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubPropertyDescriptor.EqualsObject">
            <summary>Sets the stub of PropertyDescriptor.Equals(Object obj)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubPropertyDescriptor.FillAttributes(System.Collections.IList)">
            <summary>Sets the stub of PropertyDescriptor.FillAttributes(IList attributeList)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubPropertyDescriptor.FillAttributesIList">
            <summary>Sets the stub of PropertyDescriptor.FillAttributes(IList attributeList)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubPropertyDescriptor.GetChildProperties(System.Object,System.Attribute[])">
            <summary>Sets the stub of PropertyDescriptor.GetChildProperties(Object instance, Attribute[] filter)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubPropertyDescriptor.GetChildPropertiesObjectAttributeArray">
            <summary>Sets the stub of PropertyDescriptor.GetChildProperties(Object instance, Attribute[] filter)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubPropertyDescriptor.GetEditor(System.Type)">
            <summary>Sets the stub of PropertyDescriptor.GetEditor(Type editorBaseType)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubPropertyDescriptor.GetEditorType">
            <summary>Sets the stub of PropertyDescriptor.GetEditor(Type editorBaseType)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubPropertyDescriptor.GetHashCode">
            <summary>Sets the stub of PropertyDescriptor.GetHashCode()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubPropertyDescriptor.GetHashCode01">
            <summary>Sets the stub of PropertyDescriptor.GetHashCode()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubPropertyDescriptor.GetInvocationTarget(System.Type,System.Object)">
            <summary>Sets the stub of PropertyDescriptor.GetInvocationTarget(Type type, Object instance)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubPropertyDescriptor.GetInvocationTargetTypeObject">
            <summary>Sets the stub of PropertyDescriptor.GetInvocationTarget(Type type, Object instance)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubPropertyDescriptor.GetValue(System.Object)">
            <summary>Sets the stub of PropertyDescriptor.GetValue(Object component)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubPropertyDescriptor.GetValueObject">
            <summary>Sets the stub of PropertyDescriptor.GetValue(Object component)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubPropertyDescriptor.InitializeStub">
            <summary>Initializes a new instance of type StubPropertyDescriptor</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubPropertyDescriptor.IsBrowsableGet">
            <summary>Sets the stub of MemberDescriptor.get_IsBrowsable()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubPropertyDescriptor.IsLocalizableGet">
            <summary>Sets the stub of PropertyDescriptor.get_IsLocalizable()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubPropertyDescriptor.IsReadOnlyGet">
            <summary>Sets the stub of PropertyDescriptor.get_IsReadOnly()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubPropertyDescriptor.NameGet">
            <summary>Sets the stub of MemberDescriptor.get_Name()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubPropertyDescriptor.NameHashCodeGet">
            <summary>Sets the stub of MemberDescriptor.get_NameHashCode()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubPropertyDescriptor.OnValueChanged(System.Object,System.EventArgs)">
            <summary>Sets the stub of PropertyDescriptor.OnValueChanged(Object component, EventArgs e)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubPropertyDescriptor.OnValueChangedObjectEventArgs">
            <summary>Sets the stub of PropertyDescriptor.OnValueChanged(Object component, EventArgs e)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubPropertyDescriptor.PropertyTypeGet">
            <summary>Sets the stub of PropertyDescriptor.get_PropertyType()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubPropertyDescriptor.RemoveValueChanged(System.Object,System.EventHandler)">
            <summary>Sets the stub of PropertyDescriptor.RemoveValueChanged(Object component, EventHandler handler)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubPropertyDescriptor.RemoveValueChangedObjectEventHandler">
            <summary>Sets the stub of PropertyDescriptor.RemoveValueChanged(Object component, EventHandler handler)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubPropertyDescriptor.ResetValue(System.Object)">
            <summary>Sets the stub of PropertyDescriptor.ResetValue(Object component)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubPropertyDescriptor.ResetValueObject">
            <summary>Sets the stub of PropertyDescriptor.ResetValue(Object component)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubPropertyDescriptor.SetValue(System.Object,System.Object)">
            <summary>Sets the stub of PropertyDescriptor.SetValue(Object component, Object value)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubPropertyDescriptor.SetValueObjectObject">
            <summary>Sets the stub of PropertyDescriptor.SetValue(Object component, Object value)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubPropertyDescriptor.ShouldSerializeValue(System.Object)">
            <summary>Sets the stub of PropertyDescriptor.ShouldSerializeValue(Object component)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubPropertyDescriptor.ShouldSerializeValueObject">
            <summary>Sets the stub of PropertyDescriptor.ShouldSerializeValue(Object component)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubPropertyDescriptor.SupportsChangeEventsGet">
            <summary>Sets the stub of PropertyDescriptor.get_SupportsChangeEvents()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubPropertyDescriptor.AttributeArray">
            <summary>Sets the stub of MemberDescriptor.get_AttributeArray()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubPropertyDescriptor.Attributes">
            <summary>Sets the stub of MemberDescriptor.get_Attributes()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubPropertyDescriptor.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubPropertyDescriptor.Category">
            <summary>Sets the stub of MemberDescriptor.get_Category()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubPropertyDescriptor.ComponentType">
            <summary>Sets the stub of PropertyDescriptor.get_ComponentType()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubPropertyDescriptor.Converter">
            <summary>Sets the stub of PropertyDescriptor.get_Converter()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubPropertyDescriptor.Description">
            <summary>Sets the stub of MemberDescriptor.get_Description()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubPropertyDescriptor.DesignTimeOnly">
            <summary>Sets the stub of MemberDescriptor.get_DesignTimeOnly()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubPropertyDescriptor.DisplayName">
            <summary>Sets the stub of MemberDescriptor.get_DisplayName()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubPropertyDescriptor.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubPropertyDescriptor.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubPropertyDescriptor.IsBrowsable">
            <summary>Sets the stub of MemberDescriptor.get_IsBrowsable()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubPropertyDescriptor.IsLocalizable">
            <summary>Sets the stub of PropertyDescriptor.get_IsLocalizable()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubPropertyDescriptor.IsReadOnly">
            <summary>Sets the stub of PropertyDescriptor.get_IsReadOnly()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubPropertyDescriptor.Name">
            <summary>Sets the stub of MemberDescriptor.get_Name()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubPropertyDescriptor.NameHashCode">
            <summary>Sets the stub of MemberDescriptor.get_NameHashCode()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubPropertyDescriptor.PropertyType">
            <summary>Sets the stub of PropertyDescriptor.get_PropertyType()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubPropertyDescriptor.SupportsChangeEvents">
            <summary>Sets the stub of PropertyDescriptor.get_SupportsChangeEvents()</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubPropertyDescriptorCollection">
            <summary>Stub type of System.ComponentModel.PropertyDescriptorCollection</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubPropertyDescriptorCollection.#ctor(System.ComponentModel.PropertyDescriptor[])">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubPropertyDescriptorCollection.#ctor(System.ComponentModel.PropertyDescriptor[],System.Boolean)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubPropertyDescriptorCollection.Find(System.String,System.Boolean)">
            <summary>Sets the stub of PropertyDescriptorCollection.Find(String name, Boolean ignoreCase)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubPropertyDescriptorCollection.FindStringBoolean">
            <summary>Sets the stub of PropertyDescriptorCollection.Find(String name, Boolean ignoreCase)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubPropertyDescriptorCollection.GetEnumerator">
            <summary>Sets the stub of PropertyDescriptorCollection.GetEnumerator()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubPropertyDescriptorCollection.GetEnumerator01">
            <summary>Sets the stub of PropertyDescriptorCollection.GetEnumerator()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubPropertyDescriptorCollection.InitializeStub">
            <summary>Initializes a new instance of type StubPropertyDescriptorCollection</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubPropertyDescriptorCollection.ItemGetInt32">
            <summary>Sets the stub of PropertyDescriptorCollection.get_Item(Int32 index)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubPropertyDescriptorCollection.ItemGetString">
            <summary>Sets the stub of PropertyDescriptorCollection.get_Item(String name)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubPropertyDescriptorCollection.Sort">
            <summary>Sets the stub of PropertyDescriptorCollection.Sort()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubPropertyDescriptorCollection.Sort(System.String[])">
            <summary>Sets the stub of PropertyDescriptorCollection.Sort(String[] names)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubPropertyDescriptorCollection.Sort(System.Collections.IComparer)">
            <summary>Sets the stub of PropertyDescriptorCollection.Sort(IComparer comparer)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubPropertyDescriptorCollection.Sort(System.String[],System.Collections.IComparer)">
            <summary>Sets the stub of PropertyDescriptorCollection.Sort(String[] names, IComparer comparer)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubPropertyDescriptorCollection.Sort01">
            <summary>Sets the stub of PropertyDescriptorCollection.Sort()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubPropertyDescriptorCollection.SortIComparer">
            <summary>Sets the stub of PropertyDescriptorCollection.Sort(IComparer comparer)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubPropertyDescriptorCollection.SortStringArray">
            <summary>Sets the stub of PropertyDescriptorCollection.Sort(String[] names)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubPropertyDescriptorCollection.SortStringArrayIComparer">
            <summary>Sets the stub of PropertyDescriptorCollection.Sort(String[] names, IComparer comparer)</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubPropertyDescriptorCollection.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubPropertyDescriptorCollection.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubPropertyDescriptorCollection.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubPropertyDescriptorCollection.Item(System.Int32)">
            <summary>Sets the stub of PropertyDescriptorCollection.get_Item(Int32 index)</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubPropertyDescriptorCollection.Item(System.String)">
            <summary>Sets the stub of PropertyDescriptorCollection.get_Item(String name)</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubPropertyTabAttribute">
            <summary>Stub type of System.ComponentModel.PropertyTabAttribute</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubPropertyTabAttribute.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubPropertyTabAttribute.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubPropertyTabAttribute.#ctor(System.Type)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubPropertyTabAttribute.#ctor(System.String,System.ComponentModel.PropertyTabScope)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubPropertyTabAttribute.#ctor(System.Type,System.ComponentModel.PropertyTabScope)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubPropertyTabAttribute.Equals(System.Object)">
            <summary>Sets the stub of PropertyTabAttribute.Equals(Object other)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubPropertyTabAttribute.EqualsObject">
            <summary>Sets the stub of PropertyTabAttribute.Equals(Object other)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubPropertyTabAttribute.GetHashCode">
            <summary>Sets the stub of PropertyTabAttribute.GetHashCode()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubPropertyTabAttribute.GetHashCode01">
            <summary>Sets the stub of PropertyTabAttribute.GetHashCode()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubPropertyTabAttribute.InitializeStub">
            <summary>Initializes a new instance of type StubPropertyTabAttribute</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubPropertyTabAttribute.IsDefaultAttribute">
            <summary>Sets the stub of Attribute.IsDefaultAttribute()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubPropertyTabAttribute.IsDefaultAttribute01">
            <summary>Sets the stub of Attribute.IsDefaultAttribute()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubPropertyTabAttribute.Match(System.Object)">
            <summary>Sets the stub of Attribute.Match(Object obj)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubPropertyTabAttribute.MatchObject">
            <summary>Sets the stub of Attribute.Match(Object obj)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubPropertyTabAttribute.TypeIdGet">
            <summary>Sets the stub of Attribute.get_TypeId()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubPropertyTabAttribute.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubPropertyTabAttribute.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubPropertyTabAttribute.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubPropertyTabAttribute.TypeId">
            <summary>Sets the stub of Attribute.get_TypeId()</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubReferenceConverter">
            <summary>Stub type of System.ComponentModel.ReferenceConverter</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubReferenceConverter.#ctor(System.Type)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubReferenceConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
            <summary>Sets the stub of ReferenceConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubReferenceConverter.CanConvertFromITypeDescriptorContextType">
            <summary>Sets the stub of ReferenceConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubReferenceConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
            <summary>Sets the stub of TypeConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubReferenceConverter.CanConvertToITypeDescriptorContextType">
            <summary>Sets the stub of TypeConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubReferenceConverter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)">
            <summary>Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubReferenceConverter.CreateInstanceITypeDescriptorContextIDictionary">
            <summary>Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubReferenceConverter.GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubReferenceConverter.GetCreateInstanceSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubReferenceConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])">
            <summary>Sets the stub of TypeConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubReferenceConverter.GetPropertiesITypeDescriptorContextObjectAttributeArray">
            <summary>Sets the stub of TypeConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubReferenceConverter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetPropertiesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubReferenceConverter.GetPropertiesSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetPropertiesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubReferenceConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of ReferenceConverter.GetStandardValues(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubReferenceConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of ReferenceConverter.GetStandardValuesExclusive(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubReferenceConverter.GetStandardValuesExclusiveITypeDescriptorContext">
            <summary>Sets the stub of ReferenceConverter.GetStandardValuesExclusive(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubReferenceConverter.GetStandardValuesITypeDescriptorContext">
            <summary>Sets the stub of ReferenceConverter.GetStandardValues(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubReferenceConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of ReferenceConverter.GetStandardValuesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubReferenceConverter.GetStandardValuesSupportedITypeDescriptorContext">
            <summary>Sets the stub of ReferenceConverter.GetStandardValuesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubReferenceConverter.InitializeStub">
            <summary>Initializes a new instance of type StubReferenceConverter</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubReferenceConverter.IsValid(System.ComponentModel.ITypeDescriptorContext,System.Object)">
            <summary>Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubReferenceConverter.IsValidITypeDescriptorContextObject">
            <summary>Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubReferenceConverter.IsValueAllowed(System.ComponentModel.ITypeDescriptorContext,System.Object)">
            <summary>Sets the stub of ReferenceConverter.IsValueAllowed(ITypeDescriptorContext context, Object value)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubReferenceConverter.IsValueAllowedITypeDescriptorContextObject">
            <summary>Sets the stub of ReferenceConverter.IsValueAllowed(ITypeDescriptorContext context, Object value)</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubReferenceConverter.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubReferenceConverter.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubReferenceConverter.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubRefreshEventArgs">
            <summary>Stub type of System.ComponentModel.RefreshEventArgs</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubRefreshEventArgs.#ctor(System.Object)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubRefreshEventArgs.#ctor(System.Type)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubRefreshEventArgs.InitializeStub">
            <summary>Initializes a new instance of type StubRefreshEventArgs</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubRefreshEventArgs.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubRefreshEventArgs.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubRefreshEventArgs.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubRunInstallerAttribute">
            <summary>Stub type of System.ComponentModel.RunInstallerAttribute</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubRunInstallerAttribute.#ctor(System.Boolean)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubRunInstallerAttribute.Equals(System.Object)">
            <summary>Sets the stub of RunInstallerAttribute.Equals(Object obj)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubRunInstallerAttribute.EqualsObject">
            <summary>Sets the stub of RunInstallerAttribute.Equals(Object obj)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubRunInstallerAttribute.GetHashCode">
            <summary>Sets the stub of RunInstallerAttribute.GetHashCode()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubRunInstallerAttribute.GetHashCode01">
            <summary>Sets the stub of RunInstallerAttribute.GetHashCode()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubRunInstallerAttribute.InitializeStub">
            <summary>Initializes a new instance of type StubRunInstallerAttribute</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubRunInstallerAttribute.IsDefaultAttribute">
            <summary>Sets the stub of RunInstallerAttribute.IsDefaultAttribute()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubRunInstallerAttribute.IsDefaultAttribute01">
            <summary>Sets the stub of RunInstallerAttribute.IsDefaultAttribute()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubRunInstallerAttribute.Match(System.Object)">
            <summary>Sets the stub of Attribute.Match(Object obj)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubRunInstallerAttribute.MatchObject">
            <summary>Sets the stub of Attribute.Match(Object obj)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubRunInstallerAttribute.TypeIdGet">
            <summary>Sets the stub of Attribute.get_TypeId()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubRunInstallerAttribute.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubRunInstallerAttribute.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubRunInstallerAttribute.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubRunInstallerAttribute.TypeId">
            <summary>Sets the stub of Attribute.get_TypeId()</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubRunWorkerCompletedEventArgs">
            <summary>Stub type of System.ComponentModel.RunWorkerCompletedEventArgs</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubRunWorkerCompletedEventArgs.#ctor(System.Object,System.Exception,System.Boolean)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubRunWorkerCompletedEventArgs.InitializeStub">
            <summary>Initializes a new instance of type StubRunWorkerCompletedEventArgs</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubRunWorkerCompletedEventArgs.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubRunWorkerCompletedEventArgs.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubRunWorkerCompletedEventArgs.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubSByteConverter">
            <summary>Stub type of System.ComponentModel.SByteConverter</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubSByteConverter.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubSByteConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
            <summary>Sets the stub of BaseNumberConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubSByteConverter.CanConvertFromITypeDescriptorContextType">
            <summary>Sets the stub of BaseNumberConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubSByteConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
            <summary>Sets the stub of BaseNumberConverter.CanConvertTo(ITypeDescriptorContext context, Type t)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubSByteConverter.CanConvertToITypeDescriptorContextType">
            <summary>Sets the stub of BaseNumberConverter.CanConvertTo(ITypeDescriptorContext context, Type t)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubSByteConverter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)">
            <summary>Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubSByteConverter.CreateInstanceITypeDescriptorContextIDictionary">
            <summary>Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubSByteConverter.GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubSByteConverter.GetCreateInstanceSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubSByteConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])">
            <summary>Sets the stub of TypeConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubSByteConverter.GetPropertiesITypeDescriptorContextObjectAttributeArray">
            <summary>Sets the stub of TypeConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubSByteConverter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetPropertiesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubSByteConverter.GetPropertiesSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetPropertiesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubSByteConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetStandardValues(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubSByteConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubSByteConverter.GetStandardValuesExclusiveITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubSByteConverter.GetStandardValuesITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetStandardValues(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubSByteConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubSByteConverter.GetStandardValuesSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubSByteConverter.InitializeStub">
            <summary>Initializes a new instance of type StubSByteConverter</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubSByteConverter.IsValid(System.ComponentModel.ITypeDescriptorContext,System.Object)">
            <summary>Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubSByteConverter.IsValidITypeDescriptorContextObject">
            <summary>Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value)</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubSByteConverter.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubSByteConverter.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubSByteConverter.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubSingleConverter">
            <summary>Stub type of System.ComponentModel.SingleConverter</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubSingleConverter.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubSingleConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
            <summary>Sets the stub of BaseNumberConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubSingleConverter.CanConvertFromITypeDescriptorContextType">
            <summary>Sets the stub of BaseNumberConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubSingleConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
            <summary>Sets the stub of BaseNumberConverter.CanConvertTo(ITypeDescriptorContext context, Type t)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubSingleConverter.CanConvertToITypeDescriptorContextType">
            <summary>Sets the stub of BaseNumberConverter.CanConvertTo(ITypeDescriptorContext context, Type t)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubSingleConverter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)">
            <summary>Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubSingleConverter.CreateInstanceITypeDescriptorContextIDictionary">
            <summary>Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubSingleConverter.GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubSingleConverter.GetCreateInstanceSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubSingleConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])">
            <summary>Sets the stub of TypeConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubSingleConverter.GetPropertiesITypeDescriptorContextObjectAttributeArray">
            <summary>Sets the stub of TypeConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubSingleConverter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetPropertiesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubSingleConverter.GetPropertiesSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetPropertiesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubSingleConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetStandardValues(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubSingleConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubSingleConverter.GetStandardValuesExclusiveITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubSingleConverter.GetStandardValuesITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetStandardValues(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubSingleConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubSingleConverter.GetStandardValuesSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubSingleConverter.InitializeStub">
            <summary>Initializes a new instance of type StubSingleConverter</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubSingleConverter.IsValid(System.ComponentModel.ITypeDescriptorContext,System.Object)">
            <summary>Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubSingleConverter.IsValidITypeDescriptorContextObject">
            <summary>Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value)</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubSingleConverter.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubSingleConverter.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubSingleConverter.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubStringConverter">
            <summary>Stub type of System.ComponentModel.StringConverter</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubStringConverter.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubStringConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
            <summary>Sets the stub of StringConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubStringConverter.CanConvertFromITypeDescriptorContextType">
            <summary>Sets the stub of StringConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubStringConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
            <summary>Sets the stub of TypeConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubStringConverter.CanConvertToITypeDescriptorContextType">
            <summary>Sets the stub of TypeConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubStringConverter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)">
            <summary>Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubStringConverter.CreateInstanceITypeDescriptorContextIDictionary">
            <summary>Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubStringConverter.GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubStringConverter.GetCreateInstanceSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubStringConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])">
            <summary>Sets the stub of TypeConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubStringConverter.GetPropertiesITypeDescriptorContextObjectAttributeArray">
            <summary>Sets the stub of TypeConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubStringConverter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetPropertiesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubStringConverter.GetPropertiesSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetPropertiesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubStringConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetStandardValues(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubStringConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubStringConverter.GetStandardValuesExclusiveITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubStringConverter.GetStandardValuesITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetStandardValues(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubStringConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubStringConverter.GetStandardValuesSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubStringConverter.InitializeStub">
            <summary>Initializes a new instance of type StubStringConverter</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubStringConverter.IsValid(System.ComponentModel.ITypeDescriptorContext,System.Object)">
            <summary>Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubStringConverter.IsValidITypeDescriptorContextObject">
            <summary>Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value)</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubStringConverter.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubStringConverter.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubStringConverter.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubTimeSpanConverter">
            <summary>Stub type of System.ComponentModel.TimeSpanConverter</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubTimeSpanConverter.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubTimeSpanConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
            <summary>Sets the stub of TimeSpanConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubTimeSpanConverter.CanConvertFromITypeDescriptorContextType">
            <summary>Sets the stub of TimeSpanConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubTimeSpanConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
            <summary>Sets the stub of TimeSpanConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubTimeSpanConverter.CanConvertToITypeDescriptorContextType">
            <summary>Sets the stub of TimeSpanConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubTimeSpanConverter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)">
            <summary>Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubTimeSpanConverter.CreateInstanceITypeDescriptorContextIDictionary">
            <summary>Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubTimeSpanConverter.GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubTimeSpanConverter.GetCreateInstanceSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubTimeSpanConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])">
            <summary>Sets the stub of TypeConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubTimeSpanConverter.GetPropertiesITypeDescriptorContextObjectAttributeArray">
            <summary>Sets the stub of TypeConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubTimeSpanConverter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetPropertiesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubTimeSpanConverter.GetPropertiesSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetPropertiesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubTimeSpanConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetStandardValues(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubTimeSpanConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubTimeSpanConverter.GetStandardValuesExclusiveITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubTimeSpanConverter.GetStandardValuesITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetStandardValues(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubTimeSpanConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubTimeSpanConverter.GetStandardValuesSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubTimeSpanConverter.InitializeStub">
            <summary>Initializes a new instance of type StubTimeSpanConverter</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubTimeSpanConverter.IsValid(System.ComponentModel.ITypeDescriptorContext,System.Object)">
            <summary>Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubTimeSpanConverter.IsValidITypeDescriptorContextObject">
            <summary>Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value)</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubTimeSpanConverter.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubTimeSpanConverter.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubTimeSpanConverter.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubToolboxItemAttribute">
            <summary>Stub type of System.ComponentModel.ToolboxItemAttribute</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubToolboxItemAttribute.#ctor(System.Boolean)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubToolboxItemAttribute.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubToolboxItemAttribute.#ctor(System.Type)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubToolboxItemAttribute.Equals(System.Object)">
            <summary>Sets the stub of ToolboxItemAttribute.Equals(Object obj)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubToolboxItemAttribute.EqualsObject">
            <summary>Sets the stub of ToolboxItemAttribute.Equals(Object obj)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubToolboxItemAttribute.GetHashCode">
            <summary>Sets the stub of ToolboxItemAttribute.GetHashCode()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubToolboxItemAttribute.GetHashCode01">
            <summary>Sets the stub of ToolboxItemAttribute.GetHashCode()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubToolboxItemAttribute.InitializeStub">
            <summary>Initializes a new instance of type StubToolboxItemAttribute</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubToolboxItemAttribute.IsDefaultAttribute">
            <summary>Sets the stub of ToolboxItemAttribute.IsDefaultAttribute()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubToolboxItemAttribute.IsDefaultAttribute01">
            <summary>Sets the stub of ToolboxItemAttribute.IsDefaultAttribute()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubToolboxItemAttribute.Match(System.Object)">
            <summary>Sets the stub of Attribute.Match(Object obj)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubToolboxItemAttribute.MatchObject">
            <summary>Sets the stub of Attribute.Match(Object obj)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubToolboxItemAttribute.TypeIdGet">
            <summary>Sets the stub of Attribute.get_TypeId()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubToolboxItemAttribute.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubToolboxItemAttribute.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubToolboxItemAttribute.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubToolboxItemAttribute.TypeId">
            <summary>Sets the stub of Attribute.get_TypeId()</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubTypeConverter">
            <summary>Stub type of System.ComponentModel.TypeConverter</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubTypeConverter.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
            <summary>Sets the stub of TypeConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubTypeConverter.CanConvertFromITypeDescriptorContextType">
            <summary>Sets the stub of TypeConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
            <summary>Sets the stub of TypeConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubTypeConverter.CanConvertToITypeDescriptorContextType">
            <summary>Sets the stub of TypeConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubTypeConverter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)">
            <summary>Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubTypeConverter.CreateInstanceITypeDescriptorContextIDictionary">
            <summary>Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubTypeConverter.GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubTypeConverter.GetCreateInstanceSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubTypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])">
            <summary>Sets the stub of TypeConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubTypeConverter.GetPropertiesITypeDescriptorContextObjectAttributeArray">
            <summary>Sets the stub of TypeConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubTypeConverter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetPropertiesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubTypeConverter.GetPropertiesSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetPropertiesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubTypeConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetStandardValues(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubTypeConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubTypeConverter.GetStandardValuesExclusiveITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubTypeConverter.GetStandardValuesITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetStandardValues(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubTypeConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubTypeConverter.GetStandardValuesSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubTypeConverter.InitializeStub">
            <summary>Initializes a new instance of type StubTypeConverter</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubTypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext,System.Object)">
            <summary>Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubTypeConverter.IsValidITypeDescriptorContextObject">
            <summary>Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value)</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubTypeConverter.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubTypeConverter.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubTypeConverter.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubTypeDescriptionProvider">
            <summary>Stub type of System.ComponentModel.TypeDescriptionProvider</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubTypeDescriptionProvider.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubTypeDescriptionProvider.#ctor(System.ComponentModel.TypeDescriptionProvider)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubTypeDescriptionProvider.CreateInstance(System.IServiceProvider,System.Type,System.Type[],System.Object[])">
            <summary>Sets the stub of TypeDescriptionProvider.CreateInstance(IServiceProvider provider, Type objectType, Type[] argTypes, Object[] args)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubTypeDescriptionProvider.CreateInstanceIServiceProviderTypeTypeArrayObjectArray">
            <summary>Sets the stub of TypeDescriptionProvider.CreateInstance(IServiceProvider provider, Type objectType, Type[] argTypes, Object[] args)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubTypeDescriptionProvider.GetCache(System.Object)">
            <summary>Sets the stub of TypeDescriptionProvider.GetCache(Object instance)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubTypeDescriptionProvider.GetCacheObject">
            <summary>Sets the stub of TypeDescriptionProvider.GetCache(Object instance)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubTypeDescriptionProvider.GetExtendedTypeDescriptor(System.Object)">
            <summary>Sets the stub of TypeDescriptionProvider.GetExtendedTypeDescriptor(Object instance)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubTypeDescriptionProvider.GetExtendedTypeDescriptorObject">
            <summary>Sets the stub of TypeDescriptionProvider.GetExtendedTypeDescriptor(Object instance)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubTypeDescriptionProvider.GetExtenderProviders(System.Object)">
            <summary>Sets the stub of TypeDescriptionProvider.GetExtenderProviders(Object instance)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubTypeDescriptionProvider.GetExtenderProvidersObject">
            <summary>Sets the stub of TypeDescriptionProvider.GetExtenderProviders(Object instance)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubTypeDescriptionProvider.GetFullComponentName(System.Object)">
            <summary>Sets the stub of TypeDescriptionProvider.GetFullComponentName(Object component)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubTypeDescriptionProvider.GetFullComponentNameObject">
            <summary>Sets the stub of TypeDescriptionProvider.GetFullComponentName(Object component)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubTypeDescriptionProvider.GetReflectionType(System.Type,System.Object)">
            <summary>Sets the stub of TypeDescriptionProvider.GetReflectionType(Type objectType, Object instance)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubTypeDescriptionProvider.GetReflectionTypeTypeObject">
            <summary>Sets the stub of TypeDescriptionProvider.GetReflectionType(Type objectType, Object instance)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubTypeDescriptionProvider.GetRuntimeType(System.Type)">
            <summary>Sets the stub of TypeDescriptionProvider.GetRuntimeType(Type reflectionType)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubTypeDescriptionProvider.GetRuntimeTypeType">
            <summary>Sets the stub of TypeDescriptionProvider.GetRuntimeType(Type reflectionType)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubTypeDescriptionProvider.GetTypeDescriptor(System.Type,System.Object)">
            <summary>Sets the stub of TypeDescriptionProvider.GetTypeDescriptor(Type objectType, Object instance)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubTypeDescriptionProvider.GetTypeDescriptorTypeObject">
            <summary>Sets the stub of TypeDescriptionProvider.GetTypeDescriptor(Type objectType, Object instance)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubTypeDescriptionProvider.InitializeStub">
            <summary>Initializes a new instance of type StubTypeDescriptionProvider</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubTypeDescriptionProvider.IsSupportedType(System.Type)">
            <summary>Sets the stub of TypeDescriptionProvider.IsSupportedType(Type type)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubTypeDescriptionProvider.IsSupportedTypeType">
            <summary>Sets the stub of TypeDescriptionProvider.IsSupportedType(Type type)</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubTypeDescriptionProvider.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubTypeDescriptionProvider.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubTypeDescriptionProvider.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubTypeListConverter">
            <summary>Stub type of System.ComponentModel.TypeListConverter</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubTypeListConverter.#ctor(System.Type[])">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubTypeListConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
            <summary>Sets the stub of TypeListConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubTypeListConverter.CanConvertFromITypeDescriptorContextType">
            <summary>Sets the stub of TypeListConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubTypeListConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
            <summary>Sets the stub of TypeListConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubTypeListConverter.CanConvertToITypeDescriptorContextType">
            <summary>Sets the stub of TypeListConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubTypeListConverter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)">
            <summary>Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubTypeListConverter.CreateInstanceITypeDescriptorContextIDictionary">
            <summary>Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubTypeListConverter.GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubTypeListConverter.GetCreateInstanceSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubTypeListConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])">
            <summary>Sets the stub of TypeConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubTypeListConverter.GetPropertiesITypeDescriptorContextObjectAttributeArray">
            <summary>Sets the stub of TypeConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubTypeListConverter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetPropertiesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubTypeListConverter.GetPropertiesSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetPropertiesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubTypeListConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeListConverter.GetStandardValues(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubTypeListConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeListConverter.GetStandardValuesExclusive(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubTypeListConverter.GetStandardValuesExclusiveITypeDescriptorContext">
            <summary>Sets the stub of TypeListConverter.GetStandardValuesExclusive(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubTypeListConverter.GetStandardValuesITypeDescriptorContext">
            <summary>Sets the stub of TypeListConverter.GetStandardValues(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubTypeListConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeListConverter.GetStandardValuesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubTypeListConverter.GetStandardValuesSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeListConverter.GetStandardValuesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubTypeListConverter.InitializeStub">
            <summary>Initializes a new instance of type StubTypeListConverter</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubTypeListConverter.IsValid(System.ComponentModel.ITypeDescriptorContext,System.Object)">
            <summary>Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubTypeListConverter.IsValidITypeDescriptorContextObject">
            <summary>Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value)</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubTypeListConverter.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubTypeListConverter.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubTypeListConverter.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubUInt16Converter">
            <summary>Stub type of System.ComponentModel.UInt16Converter</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubUInt16Converter.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubUInt16Converter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
            <summary>Sets the stub of BaseNumberConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubUInt16Converter.CanConvertFromITypeDescriptorContextType">
            <summary>Sets the stub of BaseNumberConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubUInt16Converter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
            <summary>Sets the stub of BaseNumberConverter.CanConvertTo(ITypeDescriptorContext context, Type t)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubUInt16Converter.CanConvertToITypeDescriptorContextType">
            <summary>Sets the stub of BaseNumberConverter.CanConvertTo(ITypeDescriptorContext context, Type t)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubUInt16Converter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)">
            <summary>Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubUInt16Converter.CreateInstanceITypeDescriptorContextIDictionary">
            <summary>Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubUInt16Converter.GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubUInt16Converter.GetCreateInstanceSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubUInt16Converter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])">
            <summary>Sets the stub of TypeConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubUInt16Converter.GetPropertiesITypeDescriptorContextObjectAttributeArray">
            <summary>Sets the stub of TypeConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubUInt16Converter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetPropertiesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubUInt16Converter.GetPropertiesSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetPropertiesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubUInt16Converter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetStandardValues(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubUInt16Converter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubUInt16Converter.GetStandardValuesExclusiveITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubUInt16Converter.GetStandardValuesITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetStandardValues(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubUInt16Converter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubUInt16Converter.GetStandardValuesSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubUInt16Converter.InitializeStub">
            <summary>Initializes a new instance of type StubUInt16Converter</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubUInt16Converter.IsValid(System.ComponentModel.ITypeDescriptorContext,System.Object)">
            <summary>Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubUInt16Converter.IsValidITypeDescriptorContextObject">
            <summary>Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value)</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubUInt16Converter.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubUInt16Converter.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubUInt16Converter.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubUInt32Converter">
            <summary>Stub type of System.ComponentModel.UInt32Converter</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubUInt32Converter.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubUInt32Converter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
            <summary>Sets the stub of BaseNumberConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubUInt32Converter.CanConvertFromITypeDescriptorContextType">
            <summary>Sets the stub of BaseNumberConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubUInt32Converter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
            <summary>Sets the stub of BaseNumberConverter.CanConvertTo(ITypeDescriptorContext context, Type t)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubUInt32Converter.CanConvertToITypeDescriptorContextType">
            <summary>Sets the stub of BaseNumberConverter.CanConvertTo(ITypeDescriptorContext context, Type t)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubUInt32Converter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)">
            <summary>Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubUInt32Converter.CreateInstanceITypeDescriptorContextIDictionary">
            <summary>Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubUInt32Converter.GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubUInt32Converter.GetCreateInstanceSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubUInt32Converter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])">
            <summary>Sets the stub of TypeConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubUInt32Converter.GetPropertiesITypeDescriptorContextObjectAttributeArray">
            <summary>Sets the stub of TypeConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubUInt32Converter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetPropertiesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubUInt32Converter.GetPropertiesSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetPropertiesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubUInt32Converter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetStandardValues(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubUInt32Converter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubUInt32Converter.GetStandardValuesExclusiveITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubUInt32Converter.GetStandardValuesITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetStandardValues(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubUInt32Converter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubUInt32Converter.GetStandardValuesSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubUInt32Converter.InitializeStub">
            <summary>Initializes a new instance of type StubUInt32Converter</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubUInt32Converter.IsValid(System.ComponentModel.ITypeDescriptorContext,System.Object)">
            <summary>Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubUInt32Converter.IsValidITypeDescriptorContextObject">
            <summary>Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value)</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubUInt32Converter.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubUInt32Converter.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubUInt32Converter.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubUInt64Converter">
            <summary>Stub type of System.ComponentModel.UInt64Converter</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubUInt64Converter.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubUInt64Converter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
            <summary>Sets the stub of BaseNumberConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubUInt64Converter.CanConvertFromITypeDescriptorContextType">
            <summary>Sets the stub of BaseNumberConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubUInt64Converter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
            <summary>Sets the stub of BaseNumberConverter.CanConvertTo(ITypeDescriptorContext context, Type t)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubUInt64Converter.CanConvertToITypeDescriptorContextType">
            <summary>Sets the stub of BaseNumberConverter.CanConvertTo(ITypeDescriptorContext context, Type t)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubUInt64Converter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)">
            <summary>Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubUInt64Converter.CreateInstanceITypeDescriptorContextIDictionary">
            <summary>Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubUInt64Converter.GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubUInt64Converter.GetCreateInstanceSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubUInt64Converter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])">
            <summary>Sets the stub of TypeConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubUInt64Converter.GetPropertiesITypeDescriptorContextObjectAttributeArray">
            <summary>Sets the stub of TypeConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubUInt64Converter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetPropertiesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubUInt64Converter.GetPropertiesSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetPropertiesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubUInt64Converter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetStandardValues(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubUInt64Converter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubUInt64Converter.GetStandardValuesExclusiveITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubUInt64Converter.GetStandardValuesITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetStandardValues(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubUInt64Converter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubUInt64Converter.GetStandardValuesSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubUInt64Converter.InitializeStub">
            <summary>Initializes a new instance of type StubUInt64Converter</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubUInt64Converter.IsValid(System.ComponentModel.ITypeDescriptorContext,System.Object)">
            <summary>Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubUInt64Converter.IsValidITypeDescriptorContextObject">
            <summary>Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value)</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubUInt64Converter.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubUInt64Converter.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubUInt64Converter.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubWarningException">
            <summary>Stub type of System.ComponentModel.WarningException</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubWarningException.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubWarningException.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubWarningException.#ctor(System.String,System.Exception)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubWarningException.#ctor(System.String,System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubWarningException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubWarningException.#ctor(System.String,System.String,System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubWarningException.AttachBackingFieldToHelpLink">
            <summary>Attaches delegates to emulate StubWarningException.HelpLink as a property with a backing field.</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubWarningException.AttachBackingFieldToSource">
            <summary>Attaches delegates to emulate StubWarningException.Source as a property with a backing field.</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubWarningException.DataGet">
            <summary>Sets the stub of Exception.get_Data()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubWarningException.GetBaseException">
            <summary>Sets the stub of Exception.GetBaseException()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubWarningException.GetBaseException01">
            <summary>Sets the stub of Exception.GetBaseException()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubWarningException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Sets the stub of WarningException.GetObjectData(SerializationInfo info, StreamingContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubWarningException.GetObjectDataSerializationInfoStreamingContext">
            <summary>Sets the stub of WarningException.GetObjectData(SerializationInfo info, StreamingContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubWarningException.HelpLinkGet">
            <summary>Sets the stub of Exception.get_HelpLink()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubWarningException.HelpLinkSetString">
            <summary>Sets the stub of Exception.set_HelpLink(String value)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubWarningException.InitializeStub">
            <summary>Initializes a new instance of type StubWarningException</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubWarningException.MessageGet">
            <summary>Sets the stub of Exception.get_Message()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubWarningException.SourceGet">
            <summary>Sets the stub of Exception.get_Source()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubWarningException.SourceSetString">
            <summary>Sets the stub of Exception.set_Source(String value)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubWarningException.StackTraceGet">
            <summary>Sets the stub of Exception.get_StackTrace()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubWarningException.ToString">
            <summary>Sets the stub of Exception.ToString()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubWarningException.ToString01">
            <summary>Sets the stub of Exception.ToString()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubWarningException.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubWarningException.Data">
            <summary>Sets the stub of Exception.get_Data()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubWarningException.HelpLink">
            <summary>Sets the stub of Exception.get_HelpLink()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubWarningException.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubWarningException.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubWarningException.Message">
            <summary>Sets the stub of Exception.get_Message()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubWarningException.Source">
            <summary>Sets the stub of Exception.get_Source()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubWarningException.StackTrace">
            <summary>Sets the stub of Exception.get_StackTrace()</summary>
        </member>
        <member name="T:System.ComponentModel.Fakes.StubWin32Exception">
            <summary>Stub type of System.ComponentModel.Win32Exception</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubWin32Exception.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubWin32Exception.#ctor(System.Int32)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubWin32Exception.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubWin32Exception.#ctor(System.String,System.Exception)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubWin32Exception.#ctor(System.Int32,System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubWin32Exception.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubWin32Exception.AttachBackingFieldToHelpLink">
            <summary>Attaches delegates to emulate StubWin32Exception.HelpLink as a property with a backing field.</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubWin32Exception.AttachBackingFieldToSource">
            <summary>Attaches delegates to emulate StubWin32Exception.Source as a property with a backing field.</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubWin32Exception.DataGet">
            <summary>Sets the stub of Exception.get_Data()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubWin32Exception.ErrorCodeGet">
            <summary>Sets the stub of ExternalException.get_ErrorCode()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubWin32Exception.GetBaseException">
            <summary>Sets the stub of Exception.GetBaseException()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubWin32Exception.GetBaseException01">
            <summary>Sets the stub of Exception.GetBaseException()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubWin32Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Sets the stub of Win32Exception.GetObjectData(SerializationInfo info, StreamingContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubWin32Exception.GetObjectDataSerializationInfoStreamingContext">
            <summary>Sets the stub of Win32Exception.GetObjectData(SerializationInfo info, StreamingContext context)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubWin32Exception.HelpLinkGet">
            <summary>Sets the stub of Exception.get_HelpLink()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubWin32Exception.HelpLinkSetString">
            <summary>Sets the stub of Exception.set_HelpLink(String value)</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubWin32Exception.InitializeStub">
            <summary>Initializes a new instance of type StubWin32Exception</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubWin32Exception.MessageGet">
            <summary>Sets the stub of Exception.get_Message()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubWin32Exception.SourceGet">
            <summary>Sets the stub of Exception.get_Source()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubWin32Exception.SourceSetString">
            <summary>Sets the stub of Exception.set_Source(String value)</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubWin32Exception.StackTraceGet">
            <summary>Sets the stub of Exception.get_StackTrace()</summary>
        </member>
        <member name="M:System.ComponentModel.Fakes.StubWin32Exception.ToString">
            <summary>Sets the stub of ExternalException.ToString()</summary>
        </member>
        <member name="F:System.ComponentModel.Fakes.StubWin32Exception.ToString01">
            <summary>Sets the stub of ExternalException.ToString()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubWin32Exception.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubWin32Exception.Data">
            <summary>Sets the stub of Exception.get_Data()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubWin32Exception.ErrorCode">
            <summary>Sets the stub of ExternalException.get_ErrorCode()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubWin32Exception.HelpLink">
            <summary>Sets the stub of Exception.get_HelpLink()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubWin32Exception.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubWin32Exception.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubWin32Exception.Message">
            <summary>Sets the stub of Exception.get_Message()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubWin32Exception.Source">
            <summary>Sets the stub of Exception.get_Source()</summary>
        </member>
        <member name="P:System.ComponentModel.Fakes.StubWin32Exception.StackTrace">
            <summary>Sets the stub of Exception.get_StackTrace()</summary>
        </member>
        <member name="T:System.Configuration.Fakes.ShimConfigurationSettings">
            <summary>Shim type of System.Configuration.ConfigurationSettings</summary>
        </member>
        <member name="M:System.Configuration.Fakes.ShimConfigurationSettings.#ctor">
            <summary>Initializes a new shim instance</summary>
        </member>
        <member name="M:System.Configuration.Fakes.ShimConfigurationSettings.#ctor(System.Configuration.ConfigurationSettings)">
            <summary>Initializes a new shim for the given instance</summary>
        </member>
        <member name="M:System.Configuration.Fakes.ShimConfigurationSettings.BehaveAsCurrent">
            <summary>Assigns the &apos;Current&apos; behavior for all methods of the shimmed type</summary>
        </member>
        <member name="M:System.Configuration.Fakes.ShimConfigurationSettings.BehaveAsNotImplemented">
            <summary>Assigns the &apos;NotImplemented&apos; behavior for all methods of the shimmed type</summary>
        </member>
        <member name="P:System.Configuration.Fakes.ShimConfigurationSettings.AppSettingsGet">
            <summary>Sets the shim of ConfigurationSettings.get_AppSettings()</summary>
        </member>
        <member name="P:System.Configuration.Fakes.ShimConfigurationSettings.Behavior">
            <summary>Assigns the behavior for all methods of the shimmed type</summary>
        </member>
        <member name="P:System.Configuration.Fakes.ShimConfigurationSettings.Constructor">
            <summary>Sets the shim of ConfigurationSettings.ConfigurationSettings()</summary>
        </member>
        <member name="P:System.Configuration.Fakes.ShimConfigurationSettings.GetConfigString">
            <summary>Sets the shim of ConfigurationSettings.GetConfig(String sectionName)</summary>
        </member>
        <member name="T:System.Configuration.Fakes.ShimConfigurationSettings.AllInstances">
            <summary>Define shims for all instances members</summary>
        </member>
        <member name="T:System.Configuration.Fakes.StubAppSettingsReader">
            <summary>Stub type of System.Configuration.AppSettingsReader</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubAppSettingsReader.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubAppSettingsReader.InitializeStub">
            <summary>Initializes a new instance of type StubAppSettingsReader</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubAppSettingsReader.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubAppSettingsReader.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubAppSettingsReader.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Configuration.Fakes.StubApplicationSettingsBase">
            <summary>Stub type of System.Configuration.ApplicationSettingsBase</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubApplicationSettingsBase.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubApplicationSettingsBase.#ctor(System.ComponentModel.IComponent)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubApplicationSettingsBase.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubApplicationSettingsBase.#ctor(System.ComponentModel.IComponent,System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubApplicationSettingsBase.ContextGet">
            <summary>Sets the stub of ApplicationSettingsBase.get_Context()</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubApplicationSettingsBase.InitializeStub">
            <summary>Initializes a new instance of type StubApplicationSettingsBase</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubApplicationSettingsBase.ItemGetString">
            <summary>Sets the stub of ApplicationSettingsBase.get_Item(String propertyName)</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubApplicationSettingsBase.ItemSetStringObject">
            <summary>Sets the stub of ApplicationSettingsBase.set_Item(String propertyName, Object value)</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubApplicationSettingsBase.OnPropertyChanged(System.Object,System.ComponentModel.PropertyChangedEventArgs)">
            <summary>Sets the stub of ApplicationSettingsBase.OnPropertyChanged(Object sender, PropertyChangedEventArgs e)</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubApplicationSettingsBase.OnPropertyChangedObjectPropertyChangedEventArgs">
            <summary>Sets the stub of ApplicationSettingsBase.OnPropertyChanged(Object sender, PropertyChangedEventArgs e)</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubApplicationSettingsBase.OnSettingChanging(System.Object,System.Configuration.SettingChangingEventArgs)">
            <summary>Sets the stub of ApplicationSettingsBase.OnSettingChanging(Object sender, SettingChangingEventArgs e)</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubApplicationSettingsBase.OnSettingChangingObjectSettingChangingEventArgs">
            <summary>Sets the stub of ApplicationSettingsBase.OnSettingChanging(Object sender, SettingChangingEventArgs e)</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubApplicationSettingsBase.OnSettingsLoaded(System.Object,System.Configuration.SettingsLoadedEventArgs)">
            <summary>Sets the stub of ApplicationSettingsBase.OnSettingsLoaded(Object sender, SettingsLoadedEventArgs e)</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubApplicationSettingsBase.OnSettingsLoadedObjectSettingsLoadedEventArgs">
            <summary>Sets the stub of ApplicationSettingsBase.OnSettingsLoaded(Object sender, SettingsLoadedEventArgs e)</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubApplicationSettingsBase.OnSettingsSaving(System.Object,System.ComponentModel.CancelEventArgs)">
            <summary>Sets the stub of ApplicationSettingsBase.OnSettingsSaving(Object sender, CancelEventArgs e)</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubApplicationSettingsBase.OnSettingsSavingObjectCancelEventArgs">
            <summary>Sets the stub of ApplicationSettingsBase.OnSettingsSaving(Object sender, CancelEventArgs e)</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubApplicationSettingsBase.PropertiesGet">
            <summary>Sets the stub of ApplicationSettingsBase.get_Properties()</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubApplicationSettingsBase.PropertyValuesGet">
            <summary>Sets the stub of ApplicationSettingsBase.get_PropertyValues()</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubApplicationSettingsBase.ProvidersGet">
            <summary>Sets the stub of ApplicationSettingsBase.get_Providers()</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubApplicationSettingsBase.Save">
            <summary>Sets the stub of ApplicationSettingsBase.Save()</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubApplicationSettingsBase.Save01">
            <summary>Sets the stub of ApplicationSettingsBase.Save()</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubApplicationSettingsBase.Upgrade">
            <summary>Sets the stub of ApplicationSettingsBase.Upgrade()</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubApplicationSettingsBase.Upgrade01">
            <summary>Sets the stub of ApplicationSettingsBase.Upgrade()</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubApplicationSettingsBase.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubApplicationSettingsBase.Context">
            <summary>Sets the stub of ApplicationSettingsBase.get_Context()</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubApplicationSettingsBase.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubApplicationSettingsBase.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubApplicationSettingsBase.Item(System.String)">
            <summary>Sets the stub of ApplicationSettingsBase.get_Item(String propertyName)</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubApplicationSettingsBase.Properties">
            <summary>Sets the stub of ApplicationSettingsBase.get_Properties()</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubApplicationSettingsBase.PropertyValues">
            <summary>Sets the stub of ApplicationSettingsBase.get_PropertyValues()</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubApplicationSettingsBase.Providers">
            <summary>Sets the stub of ApplicationSettingsBase.get_Providers()</summary>
        </member>
        <member name="T:System.Configuration.Fakes.StubConfigurationException">
            <summary>Stub type of System.Configuration.ConfigurationException</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubConfigurationException.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubConfigurationException.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubConfigurationException.#ctor(System.String,System.Xml.XmlNode)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubConfigurationException.#ctor(System.String,System.Exception)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubConfigurationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubConfigurationException.#ctor(System.String,System.Exception,System.Xml.XmlNode)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubConfigurationException.#ctor(System.String,System.String,System.Int32)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubConfigurationException.#ctor(System.String,System.Exception,System.String,System.Int32)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubConfigurationException.AttachBackingFieldToHelpLink">
            <summary>Attaches delegates to emulate StubConfigurationException.HelpLink as a property with a backing field.</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubConfigurationException.AttachBackingFieldToSource">
            <summary>Attaches delegates to emulate StubConfigurationException.Source as a property with a backing field.</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubConfigurationException.BareMessageGet">
            <summary>Sets the stub of ConfigurationException.get_BareMessage()</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubConfigurationException.DataGet">
            <summary>Sets the stub of Exception.get_Data()</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubConfigurationException.FilenameGet">
            <summary>Sets the stub of ConfigurationException.get_Filename()</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubConfigurationException.GetBaseException">
            <summary>Sets the stub of Exception.GetBaseException()</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubConfigurationException.GetBaseException01">
            <summary>Sets the stub of Exception.GetBaseException()</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubConfigurationException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Sets the stub of ConfigurationException.GetObjectData(SerializationInfo info, StreamingContext context)</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubConfigurationException.GetObjectDataSerializationInfoStreamingContext">
            <summary>Sets the stub of ConfigurationException.GetObjectData(SerializationInfo info, StreamingContext context)</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubConfigurationException.HelpLinkGet">
            <summary>Sets the stub of Exception.get_HelpLink()</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubConfigurationException.HelpLinkSetString">
            <summary>Sets the stub of Exception.set_HelpLink(String value)</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubConfigurationException.InitializeStub">
            <summary>Initializes a new instance of type StubConfigurationException</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubConfigurationException.LineGet">
            <summary>Sets the stub of ConfigurationException.get_Line()</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubConfigurationException.MessageGet">
            <summary>Sets the stub of ConfigurationException.get_Message()</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubConfigurationException.SourceGet">
            <summary>Sets the stub of Exception.get_Source()</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubConfigurationException.SourceSetString">
            <summary>Sets the stub of Exception.set_Source(String value)</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubConfigurationException.StackTraceGet">
            <summary>Sets the stub of Exception.get_StackTrace()</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubConfigurationException.ToString">
            <summary>Sets the stub of Exception.ToString()</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubConfigurationException.ToString01">
            <summary>Sets the stub of Exception.ToString()</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubConfigurationException.BareMessage">
            <summary>Sets the stub of ConfigurationException.get_BareMessage()</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubConfigurationException.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubConfigurationException.Data">
            <summary>Sets the stub of Exception.get_Data()</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubConfigurationException.Filename">
            <summary>Sets the stub of ConfigurationException.get_Filename()</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubConfigurationException.HelpLink">
            <summary>Sets the stub of Exception.get_HelpLink()</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubConfigurationException.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubConfigurationException.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubConfigurationException.Line">
            <summary>Sets the stub of ConfigurationException.get_Line()</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubConfigurationException.Message">
            <summary>Sets the stub of ConfigurationException.get_Message()</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubConfigurationException.Source">
            <summary>Sets the stub of Exception.get_Source()</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubConfigurationException.StackTrace">
            <summary>Sets the stub of Exception.get_StackTrace()</summary>
        </member>
        <member name="T:System.Configuration.Fakes.StubDictionarySectionHandler">
            <summary>Stub type of System.Configuration.DictionarySectionHandler</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubDictionarySectionHandler.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubDictionarySectionHandler.Create(System.Object,System.Object,System.Xml.XmlNode)">
            <summary>Sets the stub of DictionarySectionHandler.Create(Object parent, Object context, XmlNode section)</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubDictionarySectionHandler.CreateObjectObjectXmlNode">
            <summary>Sets the stub of DictionarySectionHandler.Create(Object parent, Object context, XmlNode section)</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubDictionarySectionHandler.InitializeStub">
            <summary>Initializes a new instance of type StubDictionarySectionHandler</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubDictionarySectionHandler.KeyAttributeNameGet">
            <summary>Sets the stub of DictionarySectionHandler.get_KeyAttributeName()</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubDictionarySectionHandler.ValueAttributeNameGet">
            <summary>Sets the stub of DictionarySectionHandler.get_ValueAttributeName()</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubDictionarySectionHandler.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubDictionarySectionHandler.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubDictionarySectionHandler.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubDictionarySectionHandler.KeyAttributeName">
            <summary>Sets the stub of DictionarySectionHandler.get_KeyAttributeName()</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubDictionarySectionHandler.ValueAttributeName">
            <summary>Sets the stub of DictionarySectionHandler.get_ValueAttributeName()</summary>
        </member>
        <member name="T:System.Configuration.Fakes.StubIApplicationSettingsProvider">
            <summary>Stub type of System.Configuration.IApplicationSettingsProvider</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubIApplicationSettingsProvider.#ctor">
            <summary>Initializes a new instance of type StubIApplicationSettingsProvider</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubIApplicationSettingsProvider.GetPreviousVersionSettingsContextSettingsProperty">
            <summary>Sets the stub of IApplicationSettingsProvider.GetPreviousVersion(SettingsContext context, SettingsProperty property)</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubIApplicationSettingsProvider.ResetSettingsContext">
            <summary>Sets the stub of IApplicationSettingsProvider.Reset(SettingsContext context)</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubIApplicationSettingsProvider.global::System#Configuration#IApplicationSettingsProvider#GetPreviousVersion(System.Configuration.SettingsContext,System.Configuration.SettingsProperty)">
            <summary>Sets the stub of IApplicationSettingsProvider.GetPreviousVersion(SettingsContext context, SettingsProperty property)</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubIApplicationSettingsProvider.global::System#Configuration#IApplicationSettingsProvider#Reset(System.Configuration.SettingsContext)">
            <summary>Sets the stub of IApplicationSettingsProvider.Reset(SettingsContext context)</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubIApplicationSettingsProvider.global::System#Configuration#IApplicationSettingsProvider#Upgrade(System.Configuration.SettingsContext,System.Configuration.SettingsPropertyCollection)">
            <summary>Sets the stub of IApplicationSettingsProvider.Upgrade(SettingsContext context, SettingsPropertyCollection properties)</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubIApplicationSettingsProvider.UpgradeSettingsContextSettingsPropertyCollection">
            <summary>Sets the stub of IApplicationSettingsProvider.Upgrade(SettingsContext context, SettingsPropertyCollection properties)</summary>
        </member>
        <member name="T:System.Configuration.Fakes.StubIConfigurationSectionHandler">
            <summary>Stub type of System.Configuration.IConfigurationSectionHandler</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubIConfigurationSectionHandler.#ctor">
            <summary>Initializes a new instance of type StubIConfigurationSectionHandler</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubIConfigurationSectionHandler.CreateObjectObjectXmlNode">
            <summary>Sets the stub of IConfigurationSectionHandler.Create(Object parent, Object configContext, XmlNode section)</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubIConfigurationSectionHandler.global::System#Configuration#IConfigurationSectionHandler#Create(System.Object,System.Object,System.Xml.XmlNode)">
            <summary>Sets the stub of IConfigurationSectionHandler.Create(Object parent, Object configContext, XmlNode section)</summary>
        </member>
        <member name="T:System.Configuration.Fakes.StubIConfigurationSystem">
            <summary>Stub type of System.Configuration.IConfigurationSystem</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubIConfigurationSystem.#ctor">
            <summary>Initializes a new instance of type StubIConfigurationSystem</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubIConfigurationSystem.GetConfigString">
            <summary>Sets the stub of IConfigurationSystem.GetConfig(String configKey)</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubIConfigurationSystem.Init">
            <summary>Sets the stub of IConfigurationSystem.Init()</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubIConfigurationSystem.global::System#Configuration#IConfigurationSystem#GetConfig(System.String)">
            <summary>Sets the stub of IConfigurationSystem.GetConfig(String configKey)</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubIConfigurationSystem.global::System#Configuration#IConfigurationSystem#Init">
            <summary>Sets the stub of IConfigurationSystem.Init()</summary>
        </member>
        <member name="T:System.Configuration.Fakes.StubIPersistComponentSettings">
            <summary>Stub type of System.Configuration.IPersistComponentSettings</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubIPersistComponentSettings.#ctor">
            <summary>Initializes a new instance of type StubIPersistComponentSettings</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubIPersistComponentSettings.AttachBackingFieldToSaveSettings">
            <summary>Attaches delegates to emulate StubIPersistComponentSettings.SaveSettings as a property with a backing field.</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubIPersistComponentSettings.AttachBackingFieldToSettingsKey">
            <summary>Attaches delegates to emulate StubIPersistComponentSettings.SettingsKey as a property with a backing field.</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubIPersistComponentSettings.LoadComponentSettings">
            <summary>Sets the stub of IPersistComponentSettings.LoadComponentSettings()</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubIPersistComponentSettings.ResetComponentSettings">
            <summary>Sets the stub of IPersistComponentSettings.ResetComponentSettings()</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubIPersistComponentSettings.SaveComponentSettings">
            <summary>Sets the stub of IPersistComponentSettings.SaveComponentSettings()</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubIPersistComponentSettings.SaveSettingsGet">
            <summary>Sets the stub of IPersistComponentSettings.get_SaveSettings()</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubIPersistComponentSettings.SaveSettingsSetBoolean">
            <summary>Sets the stub of IPersistComponentSettings.set_SaveSettings(Boolean value)</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubIPersistComponentSettings.SettingsKeyGet">
            <summary>Sets the stub of IPersistComponentSettings.get_SettingsKey()</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubIPersistComponentSettings.SettingsKeySetString">
            <summary>Sets the stub of IPersistComponentSettings.set_SettingsKey(String value)</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubIPersistComponentSettings.global::System#Configuration#IPersistComponentSettings#LoadComponentSettings">
            <summary>Sets the stub of IPersistComponentSettings.LoadComponentSettings()</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubIPersistComponentSettings.global::System#Configuration#IPersistComponentSettings#ResetComponentSettings">
            <summary>Sets the stub of IPersistComponentSettings.ResetComponentSettings()</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubIPersistComponentSettings.global::System#Configuration#IPersistComponentSettings#SaveComponentSettings">
            <summary>Sets the stub of IPersistComponentSettings.SaveComponentSettings()</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubIPersistComponentSettings.global::System#Configuration#IPersistComponentSettings#SaveSettings">
            <summary>Sets the stub of IPersistComponentSettings.get_SaveSettings()</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubIPersistComponentSettings.global::System#Configuration#IPersistComponentSettings#SettingsKey">
            <summary>Sets the stub of IPersistComponentSettings.get_SettingsKey()</summary>
        </member>
        <member name="T:System.Configuration.Fakes.StubISettingsProviderService">
            <summary>Stub type of System.Configuration.ISettingsProviderService</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubISettingsProviderService.#ctor">
            <summary>Initializes a new instance of type StubISettingsProviderService</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubISettingsProviderService.GetSettingsProviderSettingsProperty">
            <summary>Sets the stub of ISettingsProviderService.GetSettingsProvider(SettingsProperty property)</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubISettingsProviderService.global::System#Configuration#ISettingsProviderService#GetSettingsProvider(System.Configuration.SettingsProperty)">
            <summary>Sets the stub of ISettingsProviderService.GetSettingsProvider(SettingsProperty property)</summary>
        </member>
        <member name="T:System.Configuration.Fakes.StubIgnoreSectionHandler">
            <summary>Stub type of System.Configuration.IgnoreSectionHandler</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubIgnoreSectionHandler.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubIgnoreSectionHandler.Create(System.Object,System.Object,System.Xml.XmlNode)">
            <summary>Sets the stub of IgnoreSectionHandler.Create(Object parent, Object configContext, XmlNode section)</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubIgnoreSectionHandler.CreateObjectObjectXmlNode">
            <summary>Sets the stub of IgnoreSectionHandler.Create(Object parent, Object configContext, XmlNode section)</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubIgnoreSectionHandler.InitializeStub">
            <summary>Initializes a new instance of type StubIgnoreSectionHandler</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubIgnoreSectionHandler.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubIgnoreSectionHandler.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubIgnoreSectionHandler.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Configuration.Fakes.StubLocalFileSettingsProvider">
            <summary>Stub type of System.Configuration.LocalFileSettingsProvider</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubLocalFileSettingsProvider.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubLocalFileSettingsProvider.ApplicationNameGet">
            <summary>Sets the stub of LocalFileSettingsProvider.get_ApplicationName()</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubLocalFileSettingsProvider.ApplicationNameSetString">
            <summary>Sets the stub of LocalFileSettingsProvider.set_ApplicationName(String value)</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubLocalFileSettingsProvider.AttachBackingFieldToApplicationName">
            <summary>Attaches delegates to emulate StubLocalFileSettingsProvider.ApplicationName as a property with a backing field.</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubLocalFileSettingsProvider.DescriptionGet">
            <summary>Sets the stub of ProviderBase.get_Description()</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubLocalFileSettingsProvider.GetPropertyValues(System.Configuration.SettingsContext,System.Configuration.SettingsPropertyCollection)">
            <summary>Sets the stub of LocalFileSettingsProvider.GetPropertyValues(SettingsContext context, SettingsPropertyCollection properties)</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubLocalFileSettingsProvider.GetPropertyValuesSettingsContextSettingsPropertyCollection">
            <summary>Sets the stub of LocalFileSettingsProvider.GetPropertyValues(SettingsContext context, SettingsPropertyCollection properties)</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubLocalFileSettingsProvider.Initialize(System.String,System.Collections.Specialized.NameValueCollection)">
            <summary>Sets the stub of LocalFileSettingsProvider.Initialize(String name, NameValueCollection values)</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubLocalFileSettingsProvider.InitializeStringNameValueCollection">
            <summary>Sets the stub of LocalFileSettingsProvider.Initialize(String name, NameValueCollection values)</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubLocalFileSettingsProvider.InitializeStub">
            <summary>Initializes a new instance of type StubLocalFileSettingsProvider</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubLocalFileSettingsProvider.NameGet">
            <summary>Sets the stub of ProviderBase.get_Name()</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubLocalFileSettingsProvider.SetPropertyValues(System.Configuration.SettingsContext,System.Configuration.SettingsPropertyValueCollection)">
            <summary>Sets the stub of LocalFileSettingsProvider.SetPropertyValues(SettingsContext context, SettingsPropertyValueCollection values)</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubLocalFileSettingsProvider.SetPropertyValuesSettingsContextSettingsPropertyValueCollection">
            <summary>Sets the stub of LocalFileSettingsProvider.SetPropertyValues(SettingsContext context, SettingsPropertyValueCollection values)</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubLocalFileSettingsProvider.ApplicationName">
            <summary>Sets the stub of LocalFileSettingsProvider.get_ApplicationName()</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubLocalFileSettingsProvider.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubLocalFileSettingsProvider.Description">
            <summary>Sets the stub of ProviderBase.get_Description()</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubLocalFileSettingsProvider.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubLocalFileSettingsProvider.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubLocalFileSettingsProvider.Name">
            <summary>Sets the stub of ProviderBase.get_Name()</summary>
        </member>
        <member name="T:System.Configuration.Fakes.StubNameValueFileSectionHandler">
            <summary>Stub type of System.Configuration.NameValueFileSectionHandler</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubNameValueFileSectionHandler.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubNameValueFileSectionHandler.InitializeStub">
            <summary>Initializes a new instance of type StubNameValueFileSectionHandler</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubNameValueFileSectionHandler.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubNameValueFileSectionHandler.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubNameValueFileSectionHandler.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Configuration.Fakes.StubNameValueSectionHandler">
            <summary>Stub type of System.Configuration.NameValueSectionHandler</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubNameValueSectionHandler.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubNameValueSectionHandler.InitializeStub">
            <summary>Initializes a new instance of type StubNameValueSectionHandler</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubNameValueSectionHandler.KeyAttributeNameGet">
            <summary>Sets the stub of NameValueSectionHandler.get_KeyAttributeName()</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubNameValueSectionHandler.ValueAttributeNameGet">
            <summary>Sets the stub of NameValueSectionHandler.get_ValueAttributeName()</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubNameValueSectionHandler.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubNameValueSectionHandler.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubNameValueSectionHandler.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubNameValueSectionHandler.KeyAttributeName">
            <summary>Sets the stub of NameValueSectionHandler.get_KeyAttributeName()</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubNameValueSectionHandler.ValueAttributeName">
            <summary>Sets the stub of NameValueSectionHandler.get_ValueAttributeName()</summary>
        </member>
        <member name="T:System.Configuration.Fakes.StubSettingAttribute">
            <summary>Stub type of System.Configuration.SettingAttribute</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingAttribute.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingAttribute.Equals(System.Object)">
            <summary>Sets the stub of Attribute.Equals(Object obj)</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingAttribute.EqualsObject">
            <summary>Sets the stub of Attribute.Equals(Object obj)</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingAttribute.GetHashCode">
            <summary>Sets the stub of Attribute.GetHashCode()</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingAttribute.GetHashCode01">
            <summary>Sets the stub of Attribute.GetHashCode()</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingAttribute.InitializeStub">
            <summary>Initializes a new instance of type StubSettingAttribute</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingAttribute.IsDefaultAttribute">
            <summary>Sets the stub of Attribute.IsDefaultAttribute()</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingAttribute.IsDefaultAttribute01">
            <summary>Sets the stub of Attribute.IsDefaultAttribute()</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingAttribute.Match(System.Object)">
            <summary>Sets the stub of Attribute.Match(Object obj)</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingAttribute.MatchObject">
            <summary>Sets the stub of Attribute.Match(Object obj)</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingAttribute.TypeIdGet">
            <summary>Sets the stub of Attribute.get_TypeId()</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingAttribute.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingAttribute.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingAttribute.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingAttribute.TypeId">
            <summary>Sets the stub of Attribute.get_TypeId()</summary>
        </member>
        <member name="T:System.Configuration.Fakes.StubSettingChangingEventArgs">
            <summary>Stub type of System.Configuration.SettingChangingEventArgs</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingChangingEventArgs.#ctor(System.String,System.String,System.String,System.Object,System.Boolean)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingChangingEventArgs.InitializeStub">
            <summary>Initializes a new instance of type StubSettingChangingEventArgs</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingChangingEventArgs.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingChangingEventArgs.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingChangingEventArgs.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Configuration.Fakes.StubSettingsAttributeDictionary">
            <summary>Stub type of System.Configuration.SettingsAttributeDictionary</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsAttributeDictionary.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsAttributeDictionary.#ctor(System.Configuration.SettingsAttributeDictionary)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsAttributeDictionary.Add(System.Object,System.Object)">
            <summary>Sets the stub of Hashtable.Add(Object key, Object value)</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsAttributeDictionary.AddObjectObject">
            <summary>Sets the stub of Hashtable.Add(Object key, Object value)</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsAttributeDictionary.Clear">
            <summary>Sets the stub of Hashtable.Clear()</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsAttributeDictionary.Clear01">
            <summary>Sets the stub of Hashtable.Clear()</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsAttributeDictionary.Clone">
            <summary>Sets the stub of Hashtable.Clone()</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsAttributeDictionary.Clone01">
            <summary>Sets the stub of Hashtable.Clone()</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsAttributeDictionary.Contains(System.Object)">
            <summary>Sets the stub of Hashtable.Contains(Object key)</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsAttributeDictionary.ContainsKey(System.Object)">
            <summary>Sets the stub of Hashtable.ContainsKey(Object key)</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsAttributeDictionary.ContainsKeyObject">
            <summary>Sets the stub of Hashtable.ContainsKey(Object key)</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsAttributeDictionary.ContainsObject">
            <summary>Sets the stub of Hashtable.Contains(Object key)</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsAttributeDictionary.ContainsValue(System.Object)">
            <summary>Sets the stub of Hashtable.ContainsValue(Object value)</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsAttributeDictionary.ContainsValueObject">
            <summary>Sets the stub of Hashtable.ContainsValue(Object value)</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsAttributeDictionary.CopyTo(System.Array,System.Int32)">
            <summary>Sets the stub of Hashtable.CopyTo(Array array, Int32 arrayIndex)</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsAttributeDictionary.CopyToArrayInt32">
            <summary>Sets the stub of Hashtable.CopyTo(Array array, Int32 arrayIndex)</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsAttributeDictionary.CountGet">
            <summary>Sets the stub of Hashtable.get_Count()</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsAttributeDictionary.GetEnumerator">
            <summary>Sets the stub of Hashtable.GetEnumerator()</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsAttributeDictionary.GetEnumerator01">
            <summary>Sets the stub of Hashtable.GetEnumerator()</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsAttributeDictionary.GetHash(System.Object)">
            <summary>Sets the stub of Hashtable.GetHash(Object key)</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsAttributeDictionary.GetHashObject">
            <summary>Sets the stub of Hashtable.GetHash(Object key)</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsAttributeDictionary.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Sets the stub of Hashtable.GetObjectData(SerializationInfo info, StreamingContext context)</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsAttributeDictionary.GetObjectDataSerializationInfoStreamingContext">
            <summary>Sets the stub of Hashtable.GetObjectData(SerializationInfo info, StreamingContext context)</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsAttributeDictionary.InitializeStub">
            <summary>Initializes a new instance of type StubSettingsAttributeDictionary</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsAttributeDictionary.IsFixedSizeGet">
            <summary>Sets the stub of Hashtable.get_IsFixedSize()</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsAttributeDictionary.IsReadOnlyGet">
            <summary>Sets the stub of Hashtable.get_IsReadOnly()</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsAttributeDictionary.IsSynchronizedGet">
            <summary>Sets the stub of Hashtable.get_IsSynchronized()</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsAttributeDictionary.ItemGetObject">
            <summary>Sets the stub of Hashtable.get_Item(Object key)</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsAttributeDictionary.ItemSetObjectObject">
            <summary>Sets the stub of Hashtable.set_Item(Object key, Object value)</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsAttributeDictionary.KeyEquals(System.Object,System.Object)">
            <summary>Sets the stub of Hashtable.KeyEquals(Object item, Object key)</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsAttributeDictionary.KeyEqualsObjectObject">
            <summary>Sets the stub of Hashtable.KeyEquals(Object item, Object key)</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsAttributeDictionary.KeysGet">
            <summary>Sets the stub of Hashtable.get_Keys()</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsAttributeDictionary.OnDeserialization(System.Object)">
            <summary>Sets the stub of Hashtable.OnDeserialization(Object sender)</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsAttributeDictionary.OnDeserializationObject">
            <summary>Sets the stub of Hashtable.OnDeserialization(Object sender)</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsAttributeDictionary.Remove(System.Object)">
            <summary>Sets the stub of Hashtable.Remove(Object key)</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsAttributeDictionary.RemoveObject">
            <summary>Sets the stub of Hashtable.Remove(Object key)</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsAttributeDictionary.SyncRootGet">
            <summary>Sets the stub of Hashtable.get_SyncRoot()</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsAttributeDictionary.ValuesGet">
            <summary>Sets the stub of Hashtable.get_Values()</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsAttributeDictionary.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsAttributeDictionary.Count">
            <summary>Sets the stub of Hashtable.get_Count()</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsAttributeDictionary.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsAttributeDictionary.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsAttributeDictionary.IsFixedSize">
            <summary>Sets the stub of Hashtable.get_IsFixedSize()</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsAttributeDictionary.IsReadOnly">
            <summary>Sets the stub of Hashtable.get_IsReadOnly()</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsAttributeDictionary.IsSynchronized">
            <summary>Sets the stub of Hashtable.get_IsSynchronized()</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsAttributeDictionary.Item(System.Object)">
            <summary>Sets the stub of Hashtable.get_Item(Object key)</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsAttributeDictionary.Keys">
            <summary>Sets the stub of Hashtable.get_Keys()</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsAttributeDictionary.SyncRoot">
            <summary>Sets the stub of Hashtable.get_SyncRoot()</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsAttributeDictionary.Values">
            <summary>Sets the stub of Hashtable.get_Values()</summary>
        </member>
        <member name="T:System.Configuration.Fakes.StubSettingsBase">
            <summary>Stub type of System.Configuration.SettingsBase</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsBase.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsBase.ContextGet">
            <summary>Sets the stub of SettingsBase.get_Context()</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsBase.InitializeStub">
            <summary>Initializes a new instance of type StubSettingsBase</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsBase.ItemGetString">
            <summary>Sets the stub of SettingsBase.get_Item(String propertyName)</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsBase.ItemSetStringObject">
            <summary>Sets the stub of SettingsBase.set_Item(String propertyName, Object value)</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsBase.PropertiesGet">
            <summary>Sets the stub of SettingsBase.get_Properties()</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsBase.PropertyValuesGet">
            <summary>Sets the stub of SettingsBase.get_PropertyValues()</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsBase.ProvidersGet">
            <summary>Sets the stub of SettingsBase.get_Providers()</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsBase.Save">
            <summary>Sets the stub of SettingsBase.Save()</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsBase.Save01">
            <summary>Sets the stub of SettingsBase.Save()</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsBase.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsBase.Context">
            <summary>Sets the stub of SettingsBase.get_Context()</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsBase.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsBase.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsBase.Item(System.String)">
            <summary>Sets the stub of SettingsBase.get_Item(String propertyName)</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsBase.Properties">
            <summary>Sets the stub of SettingsBase.get_Properties()</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsBase.PropertyValues">
            <summary>Sets the stub of SettingsBase.get_PropertyValues()</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsBase.Providers">
            <summary>Sets the stub of SettingsBase.get_Providers()</summary>
        </member>
        <member name="T:System.Configuration.Fakes.StubSettingsContext">
            <summary>Stub type of System.Configuration.SettingsContext</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsContext.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsContext.Add(System.Object,System.Object)">
            <summary>Sets the stub of Hashtable.Add(Object key, Object value)</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsContext.AddObjectObject">
            <summary>Sets the stub of Hashtable.Add(Object key, Object value)</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsContext.Clear">
            <summary>Sets the stub of Hashtable.Clear()</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsContext.Clear01">
            <summary>Sets the stub of Hashtable.Clear()</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsContext.Clone">
            <summary>Sets the stub of Hashtable.Clone()</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsContext.Clone01">
            <summary>Sets the stub of Hashtable.Clone()</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsContext.Contains(System.Object)">
            <summary>Sets the stub of Hashtable.Contains(Object key)</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsContext.ContainsKey(System.Object)">
            <summary>Sets the stub of Hashtable.ContainsKey(Object key)</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsContext.ContainsKeyObject">
            <summary>Sets the stub of Hashtable.ContainsKey(Object key)</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsContext.ContainsObject">
            <summary>Sets the stub of Hashtable.Contains(Object key)</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsContext.ContainsValue(System.Object)">
            <summary>Sets the stub of Hashtable.ContainsValue(Object value)</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsContext.ContainsValueObject">
            <summary>Sets the stub of Hashtable.ContainsValue(Object value)</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsContext.CopyTo(System.Array,System.Int32)">
            <summary>Sets the stub of Hashtable.CopyTo(Array array, Int32 arrayIndex)</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsContext.CopyToArrayInt32">
            <summary>Sets the stub of Hashtable.CopyTo(Array array, Int32 arrayIndex)</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsContext.CountGet">
            <summary>Sets the stub of Hashtable.get_Count()</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsContext.GetEnumerator">
            <summary>Sets the stub of Hashtable.GetEnumerator()</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsContext.GetEnumerator01">
            <summary>Sets the stub of Hashtable.GetEnumerator()</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsContext.GetHash(System.Object)">
            <summary>Sets the stub of Hashtable.GetHash(Object key)</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsContext.GetHashObject">
            <summary>Sets the stub of Hashtable.GetHash(Object key)</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsContext.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Sets the stub of Hashtable.GetObjectData(SerializationInfo info, StreamingContext context)</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsContext.GetObjectDataSerializationInfoStreamingContext">
            <summary>Sets the stub of Hashtable.GetObjectData(SerializationInfo info, StreamingContext context)</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsContext.InitializeStub">
            <summary>Initializes a new instance of type StubSettingsContext</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsContext.IsFixedSizeGet">
            <summary>Sets the stub of Hashtable.get_IsFixedSize()</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsContext.IsReadOnlyGet">
            <summary>Sets the stub of Hashtable.get_IsReadOnly()</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsContext.IsSynchronizedGet">
            <summary>Sets the stub of Hashtable.get_IsSynchronized()</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsContext.ItemGetObject">
            <summary>Sets the stub of Hashtable.get_Item(Object key)</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsContext.ItemSetObjectObject">
            <summary>Sets the stub of Hashtable.set_Item(Object key, Object value)</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsContext.KeyEquals(System.Object,System.Object)">
            <summary>Sets the stub of Hashtable.KeyEquals(Object item, Object key)</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsContext.KeyEqualsObjectObject">
            <summary>Sets the stub of Hashtable.KeyEquals(Object item, Object key)</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsContext.KeysGet">
            <summary>Sets the stub of Hashtable.get_Keys()</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsContext.OnDeserialization(System.Object)">
            <summary>Sets the stub of Hashtable.OnDeserialization(Object sender)</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsContext.OnDeserializationObject">
            <summary>Sets the stub of Hashtable.OnDeserialization(Object sender)</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsContext.Remove(System.Object)">
            <summary>Sets the stub of Hashtable.Remove(Object key)</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsContext.RemoveObject">
            <summary>Sets the stub of Hashtable.Remove(Object key)</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsContext.SyncRootGet">
            <summary>Sets the stub of Hashtable.get_SyncRoot()</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsContext.ValuesGet">
            <summary>Sets the stub of Hashtable.get_Values()</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsContext.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsContext.Count">
            <summary>Sets the stub of Hashtable.get_Count()</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsContext.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsContext.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsContext.IsFixedSize">
            <summary>Sets the stub of Hashtable.get_IsFixedSize()</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsContext.IsReadOnly">
            <summary>Sets the stub of Hashtable.get_IsReadOnly()</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsContext.IsSynchronized">
            <summary>Sets the stub of Hashtable.get_IsSynchronized()</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsContext.Item(System.Object)">
            <summary>Sets the stub of Hashtable.get_Item(Object key)</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsContext.Keys">
            <summary>Sets the stub of Hashtable.get_Keys()</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsContext.SyncRoot">
            <summary>Sets the stub of Hashtable.get_SyncRoot()</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsContext.Values">
            <summary>Sets the stub of Hashtable.get_Values()</summary>
        </member>
        <member name="T:System.Configuration.Fakes.StubSettingsLoadedEventArgs">
            <summary>Stub type of System.Configuration.SettingsLoadedEventArgs</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsLoadedEventArgs.#ctor(System.Configuration.SettingsProvider)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsLoadedEventArgs.InitializeStub">
            <summary>Initializes a new instance of type StubSettingsLoadedEventArgs</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsLoadedEventArgs.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsLoadedEventArgs.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsLoadedEventArgs.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Configuration.Fakes.StubSettingsProperty">
            <summary>Stub type of System.Configuration.SettingsProperty</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsProperty.#ctor(System.Configuration.SettingsProperty)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsProperty.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsProperty.#ctor(System.String,System.Type,System.Configuration.SettingsProvider,System.Boolean,System.Object,System.Configuration.SettingsSerializeAs,System.Configuration.SettingsAttributeDictionary,System.Boolean,System.Boolean)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsProperty.AttachBackingFieldToDefaultValue">
            <summary>Attaches delegates to emulate StubSettingsProperty.DefaultValue as a property with a backing field.</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsProperty.AttachBackingFieldToIsReadOnly">
            <summary>Attaches delegates to emulate StubSettingsProperty.IsReadOnly as a property with a backing field.</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsProperty.AttachBackingFieldToName">
            <summary>Attaches delegates to emulate StubSettingsProperty.Name as a property with a backing field.</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsProperty.AttachBackingFieldToPropertyType">
            <summary>Attaches delegates to emulate StubSettingsProperty.PropertyType as a property with a backing field.</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsProperty.AttachBackingFieldToProvider">
            <summary>Attaches delegates to emulate StubSettingsProperty.Provider as a property with a backing field.</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsProperty.AttachBackingFieldToSerializeAs">
            <summary>Attaches delegates to emulate StubSettingsProperty.SerializeAs as a property with a backing field.</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsProperty.AttributesGet">
            <summary>Sets the stub of SettingsProperty.get_Attributes()</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsProperty.DefaultValueGet">
            <summary>Sets the stub of SettingsProperty.get_DefaultValue()</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsProperty.DefaultValueSetObject">
            <summary>Sets the stub of SettingsProperty.set_DefaultValue(Object value)</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsProperty.InitializeStub">
            <summary>Initializes a new instance of type StubSettingsProperty</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsProperty.IsReadOnlyGet">
            <summary>Sets the stub of SettingsProperty.get_IsReadOnly()</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsProperty.IsReadOnlySetBoolean">
            <summary>Sets the stub of SettingsProperty.set_IsReadOnly(Boolean value)</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsProperty.NameGet">
            <summary>Sets the stub of SettingsProperty.get_Name()</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsProperty.NameSetString">
            <summary>Sets the stub of SettingsProperty.set_Name(String value)</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsProperty.PropertyTypeGet">
            <summary>Sets the stub of SettingsProperty.get_PropertyType()</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsProperty.PropertyTypeSetType">
            <summary>Sets the stub of SettingsProperty.set_PropertyType(Type value)</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsProperty.ProviderGet">
            <summary>Sets the stub of SettingsProperty.get_Provider()</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsProperty.ProviderSetSettingsProvider">
            <summary>Sets the stub of SettingsProperty.set_Provider(SettingsProvider value)</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsProperty.SerializeAsGet">
            <summary>Sets the stub of SettingsProperty.get_SerializeAs()</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsProperty.SerializeAsSetSettingsSerializeAs">
            <summary>Sets the stub of SettingsProperty.set_SerializeAs(SettingsSerializeAs value)</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsProperty.Attributes">
            <summary>Sets the stub of SettingsProperty.get_Attributes()</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsProperty.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsProperty.DefaultValue">
            <summary>Sets the stub of SettingsProperty.get_DefaultValue()</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsProperty.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsProperty.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsProperty.IsReadOnly">
            <summary>Sets the stub of SettingsProperty.get_IsReadOnly()</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsProperty.Name">
            <summary>Sets the stub of SettingsProperty.get_Name()</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsProperty.PropertyType">
            <summary>Sets the stub of SettingsProperty.get_PropertyType()</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsProperty.Provider">
            <summary>Sets the stub of SettingsProperty.get_Provider()</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsProperty.SerializeAs">
            <summary>Sets the stub of SettingsProperty.get_SerializeAs()</summary>
        </member>
        <member name="T:System.Configuration.Fakes.StubSettingsPropertyCollection">
            <summary>Stub type of System.Configuration.SettingsPropertyCollection</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsPropertyCollection.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsPropertyCollection.InitializeStub">
            <summary>Initializes a new instance of type StubSettingsPropertyCollection</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsPropertyCollection.OnAdd(System.Configuration.SettingsProperty)">
            <summary>Sets the stub of SettingsPropertyCollection.OnAdd(SettingsProperty property)</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsPropertyCollection.OnAddComplete(System.Configuration.SettingsProperty)">
            <summary>Sets the stub of SettingsPropertyCollection.OnAddComplete(SettingsProperty property)</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsPropertyCollection.OnAddCompleteSettingsProperty">
            <summary>Sets the stub of SettingsPropertyCollection.OnAddComplete(SettingsProperty property)</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsPropertyCollection.OnAddSettingsProperty">
            <summary>Sets the stub of SettingsPropertyCollection.OnAdd(SettingsProperty property)</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsPropertyCollection.OnClear">
            <summary>Sets the stub of SettingsPropertyCollection.OnClear()</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsPropertyCollection.OnClear01">
            <summary>Sets the stub of SettingsPropertyCollection.OnClear()</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsPropertyCollection.OnClearComplete">
            <summary>Sets the stub of SettingsPropertyCollection.OnClearComplete()</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsPropertyCollection.OnClearComplete01">
            <summary>Sets the stub of SettingsPropertyCollection.OnClearComplete()</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsPropertyCollection.OnRemove(System.Configuration.SettingsProperty)">
            <summary>Sets the stub of SettingsPropertyCollection.OnRemove(SettingsProperty property)</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsPropertyCollection.OnRemoveComplete(System.Configuration.SettingsProperty)">
            <summary>Sets the stub of SettingsPropertyCollection.OnRemoveComplete(SettingsProperty property)</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsPropertyCollection.OnRemoveCompleteSettingsProperty">
            <summary>Sets the stub of SettingsPropertyCollection.OnRemoveComplete(SettingsProperty property)</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsPropertyCollection.OnRemoveSettingsProperty">
            <summary>Sets the stub of SettingsPropertyCollection.OnRemove(SettingsProperty property)</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsPropertyCollection.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsPropertyCollection.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsPropertyCollection.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Configuration.Fakes.StubSettingsPropertyIsReadOnlyException">
            <summary>Stub type of System.Configuration.SettingsPropertyIsReadOnlyException</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsPropertyIsReadOnlyException.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsPropertyIsReadOnlyException.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsPropertyIsReadOnlyException.#ctor(System.String,System.Exception)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsPropertyIsReadOnlyException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsPropertyIsReadOnlyException.AttachBackingFieldToHelpLink">
            <summary>Attaches delegates to emulate StubSettingsPropertyIsReadOnlyException.HelpLink as a property with a backing field.</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsPropertyIsReadOnlyException.AttachBackingFieldToSource">
            <summary>Attaches delegates to emulate StubSettingsPropertyIsReadOnlyException.Source as a property with a backing field.</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsPropertyIsReadOnlyException.DataGet">
            <summary>Sets the stub of Exception.get_Data()</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsPropertyIsReadOnlyException.GetBaseException">
            <summary>Sets the stub of Exception.GetBaseException()</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsPropertyIsReadOnlyException.GetBaseException01">
            <summary>Sets the stub of Exception.GetBaseException()</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsPropertyIsReadOnlyException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context)</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsPropertyIsReadOnlyException.GetObjectDataSerializationInfoStreamingContext">
            <summary>Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context)</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsPropertyIsReadOnlyException.HelpLinkGet">
            <summary>Sets the stub of Exception.get_HelpLink()</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsPropertyIsReadOnlyException.HelpLinkSetString">
            <summary>Sets the stub of Exception.set_HelpLink(String value)</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsPropertyIsReadOnlyException.InitializeStub">
            <summary>Initializes a new instance of type StubSettingsPropertyIsReadOnlyException</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsPropertyIsReadOnlyException.MessageGet">
            <summary>Sets the stub of Exception.get_Message()</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsPropertyIsReadOnlyException.SourceGet">
            <summary>Sets the stub of Exception.get_Source()</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsPropertyIsReadOnlyException.SourceSetString">
            <summary>Sets the stub of Exception.set_Source(String value)</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsPropertyIsReadOnlyException.StackTraceGet">
            <summary>Sets the stub of Exception.get_StackTrace()</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsPropertyIsReadOnlyException.ToString">
            <summary>Sets the stub of Exception.ToString()</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsPropertyIsReadOnlyException.ToString01">
            <summary>Sets the stub of Exception.ToString()</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsPropertyIsReadOnlyException.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsPropertyIsReadOnlyException.Data">
            <summary>Sets the stub of Exception.get_Data()</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsPropertyIsReadOnlyException.HelpLink">
            <summary>Sets the stub of Exception.get_HelpLink()</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsPropertyIsReadOnlyException.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsPropertyIsReadOnlyException.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsPropertyIsReadOnlyException.Message">
            <summary>Sets the stub of Exception.get_Message()</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsPropertyIsReadOnlyException.Source">
            <summary>Sets the stub of Exception.get_Source()</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsPropertyIsReadOnlyException.StackTrace">
            <summary>Sets the stub of Exception.get_StackTrace()</summary>
        </member>
        <member name="T:System.Configuration.Fakes.StubSettingsPropertyNotFoundException">
            <summary>Stub type of System.Configuration.SettingsPropertyNotFoundException</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsPropertyNotFoundException.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsPropertyNotFoundException.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsPropertyNotFoundException.#ctor(System.String,System.Exception)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsPropertyNotFoundException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsPropertyNotFoundException.AttachBackingFieldToHelpLink">
            <summary>Attaches delegates to emulate StubSettingsPropertyNotFoundException.HelpLink as a property with a backing field.</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsPropertyNotFoundException.AttachBackingFieldToSource">
            <summary>Attaches delegates to emulate StubSettingsPropertyNotFoundException.Source as a property with a backing field.</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsPropertyNotFoundException.DataGet">
            <summary>Sets the stub of Exception.get_Data()</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsPropertyNotFoundException.GetBaseException">
            <summary>Sets the stub of Exception.GetBaseException()</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsPropertyNotFoundException.GetBaseException01">
            <summary>Sets the stub of Exception.GetBaseException()</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsPropertyNotFoundException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context)</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsPropertyNotFoundException.GetObjectDataSerializationInfoStreamingContext">
            <summary>Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context)</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsPropertyNotFoundException.HelpLinkGet">
            <summary>Sets the stub of Exception.get_HelpLink()</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsPropertyNotFoundException.HelpLinkSetString">
            <summary>Sets the stub of Exception.set_HelpLink(String value)</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsPropertyNotFoundException.InitializeStub">
            <summary>Initializes a new instance of type StubSettingsPropertyNotFoundException</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsPropertyNotFoundException.MessageGet">
            <summary>Sets the stub of Exception.get_Message()</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsPropertyNotFoundException.SourceGet">
            <summary>Sets the stub of Exception.get_Source()</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsPropertyNotFoundException.SourceSetString">
            <summary>Sets the stub of Exception.set_Source(String value)</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsPropertyNotFoundException.StackTraceGet">
            <summary>Sets the stub of Exception.get_StackTrace()</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsPropertyNotFoundException.ToString">
            <summary>Sets the stub of Exception.ToString()</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsPropertyNotFoundException.ToString01">
            <summary>Sets the stub of Exception.ToString()</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsPropertyNotFoundException.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsPropertyNotFoundException.Data">
            <summary>Sets the stub of Exception.get_Data()</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsPropertyNotFoundException.HelpLink">
            <summary>Sets the stub of Exception.get_HelpLink()</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsPropertyNotFoundException.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsPropertyNotFoundException.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsPropertyNotFoundException.Message">
            <summary>Sets the stub of Exception.get_Message()</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsPropertyNotFoundException.Source">
            <summary>Sets the stub of Exception.get_Source()</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsPropertyNotFoundException.StackTrace">
            <summary>Sets the stub of Exception.get_StackTrace()</summary>
        </member>
        <member name="T:System.Configuration.Fakes.StubSettingsPropertyValue">
            <summary>Stub type of System.Configuration.SettingsPropertyValue</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsPropertyValue.#ctor(System.Configuration.SettingsProperty)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsPropertyValue.InitializeStub">
            <summary>Initializes a new instance of type StubSettingsPropertyValue</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsPropertyValue.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsPropertyValue.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsPropertyValue.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Configuration.Fakes.StubSettingsPropertyValueCollection">
            <summary>Stub type of System.Configuration.SettingsPropertyValueCollection</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsPropertyValueCollection.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsPropertyValueCollection.InitializeStub">
            <summary>Initializes a new instance of type StubSettingsPropertyValueCollection</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsPropertyValueCollection.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsPropertyValueCollection.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsPropertyValueCollection.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Configuration.Fakes.StubSettingsPropertyWrongTypeException">
            <summary>Stub type of System.Configuration.SettingsPropertyWrongTypeException</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsPropertyWrongTypeException.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsPropertyWrongTypeException.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsPropertyWrongTypeException.#ctor(System.String,System.Exception)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsPropertyWrongTypeException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsPropertyWrongTypeException.AttachBackingFieldToHelpLink">
            <summary>Attaches delegates to emulate StubSettingsPropertyWrongTypeException.HelpLink as a property with a backing field.</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsPropertyWrongTypeException.AttachBackingFieldToSource">
            <summary>Attaches delegates to emulate StubSettingsPropertyWrongTypeException.Source as a property with a backing field.</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsPropertyWrongTypeException.DataGet">
            <summary>Sets the stub of Exception.get_Data()</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsPropertyWrongTypeException.GetBaseException">
            <summary>Sets the stub of Exception.GetBaseException()</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsPropertyWrongTypeException.GetBaseException01">
            <summary>Sets the stub of Exception.GetBaseException()</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsPropertyWrongTypeException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context)</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsPropertyWrongTypeException.GetObjectDataSerializationInfoStreamingContext">
            <summary>Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context)</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsPropertyWrongTypeException.HelpLinkGet">
            <summary>Sets the stub of Exception.get_HelpLink()</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsPropertyWrongTypeException.HelpLinkSetString">
            <summary>Sets the stub of Exception.set_HelpLink(String value)</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsPropertyWrongTypeException.InitializeStub">
            <summary>Initializes a new instance of type StubSettingsPropertyWrongTypeException</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsPropertyWrongTypeException.MessageGet">
            <summary>Sets the stub of Exception.get_Message()</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsPropertyWrongTypeException.SourceGet">
            <summary>Sets the stub of Exception.get_Source()</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsPropertyWrongTypeException.SourceSetString">
            <summary>Sets the stub of Exception.set_Source(String value)</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsPropertyWrongTypeException.StackTraceGet">
            <summary>Sets the stub of Exception.get_StackTrace()</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsPropertyWrongTypeException.ToString">
            <summary>Sets the stub of Exception.ToString()</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsPropertyWrongTypeException.ToString01">
            <summary>Sets the stub of Exception.ToString()</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsPropertyWrongTypeException.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsPropertyWrongTypeException.Data">
            <summary>Sets the stub of Exception.get_Data()</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsPropertyWrongTypeException.HelpLink">
            <summary>Sets the stub of Exception.get_HelpLink()</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsPropertyWrongTypeException.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsPropertyWrongTypeException.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsPropertyWrongTypeException.Message">
            <summary>Sets the stub of Exception.get_Message()</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsPropertyWrongTypeException.Source">
            <summary>Sets the stub of Exception.get_Source()</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsPropertyWrongTypeException.StackTrace">
            <summary>Sets the stub of Exception.get_StackTrace()</summary>
        </member>
        <member name="T:System.Configuration.Fakes.StubSettingsProvider">
            <summary>Stub type of System.Configuration.SettingsProvider</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsProvider.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsProvider.ApplicationNameGet">
            <summary>Sets the stub of SettingsProvider.get_ApplicationName()</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsProvider.ApplicationNameSetString">
            <summary>Sets the stub of SettingsProvider.set_ApplicationName(String value)</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsProvider.AttachBackingFieldToApplicationName">
            <summary>Attaches delegates to emulate StubSettingsProvider.ApplicationName as a property with a backing field.</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsProvider.DescriptionGet">
            <summary>Sets the stub of ProviderBase.get_Description()</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsProvider.GetPropertyValues(System.Configuration.SettingsContext,System.Configuration.SettingsPropertyCollection)">
            <summary>Sets the stub of SettingsProvider.GetPropertyValues(SettingsContext context, SettingsPropertyCollection collection)</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsProvider.GetPropertyValuesSettingsContextSettingsPropertyCollection">
            <summary>Sets the stub of SettingsProvider.GetPropertyValues(SettingsContext context, SettingsPropertyCollection collection)</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsProvider.Initialize(System.String,System.Collections.Specialized.NameValueCollection)">
            <summary>Sets the stub of ProviderBase.Initialize(String name, NameValueCollection config)</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsProvider.InitializeStringNameValueCollection">
            <summary>Sets the stub of ProviderBase.Initialize(String name, NameValueCollection config)</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsProvider.InitializeStub">
            <summary>Initializes a new instance of type StubSettingsProvider</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsProvider.NameGet">
            <summary>Sets the stub of ProviderBase.get_Name()</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsProvider.SetPropertyValues(System.Configuration.SettingsContext,System.Configuration.SettingsPropertyValueCollection)">
            <summary>Sets the stub of SettingsProvider.SetPropertyValues(SettingsContext context, SettingsPropertyValueCollection collection)</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsProvider.SetPropertyValuesSettingsContextSettingsPropertyValueCollection">
            <summary>Sets the stub of SettingsProvider.SetPropertyValues(SettingsContext context, SettingsPropertyValueCollection collection)</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsProvider.ApplicationName">
            <summary>Sets the stub of SettingsProvider.get_ApplicationName()</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsProvider.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsProvider.Description">
            <summary>Sets the stub of ProviderBase.get_Description()</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsProvider.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsProvider.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsProvider.Name">
            <summary>Sets the stub of ProviderBase.get_Name()</summary>
        </member>
        <member name="T:System.Configuration.Fakes.StubSettingsProviderCollection">
            <summary>Stub type of System.Configuration.SettingsProviderCollection</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsProviderCollection.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsProviderCollection.Add(System.Configuration.Provider.ProviderBase)">
            <summary>Sets the stub of SettingsProviderCollection.Add(ProviderBase provider)</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSettingsProviderCollection.AddProviderBase">
            <summary>Sets the stub of SettingsProviderCollection.Add(ProviderBase provider)</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSettingsProviderCollection.InitializeStub">
            <summary>Initializes a new instance of type StubSettingsProviderCollection</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsProviderCollection.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsProviderCollection.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSettingsProviderCollection.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Configuration.Fakes.StubSingleTagSectionHandler">
            <summary>Stub type of System.Configuration.SingleTagSectionHandler</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSingleTagSectionHandler.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSingleTagSectionHandler.Create(System.Object,System.Object,System.Xml.XmlNode)">
            <summary>Sets the stub of SingleTagSectionHandler.Create(Object parent, Object context, XmlNode section)</summary>
        </member>
        <member name="F:System.Configuration.Fakes.StubSingleTagSectionHandler.CreateObjectObjectXmlNode">
            <summary>Sets the stub of SingleTagSectionHandler.Create(Object parent, Object context, XmlNode section)</summary>
        </member>
        <member name="M:System.Configuration.Fakes.StubSingleTagSectionHandler.InitializeStub">
            <summary>Initializes a new instance of type StubSingleTagSectionHandler</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSingleTagSectionHandler.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSingleTagSectionHandler.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Configuration.Fakes.StubSingleTagSectionHandler.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Diagnostics.Fakes.ShimEventLog">
            <summary>Shim type of System.Diagnostics.EventLog</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.ShimEventLog.#ctor">
            <summary>Initializes a new shim instance</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.ShimEventLog.#ctor(System.Diagnostics.EventLog)">
            <summary>Initializes a new shim for the given instance</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.ShimEventLog.BehaveAsCurrent">
            <summary>Assigns the &apos;Current&apos; behavior for all methods of the shimmed type</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.ShimEventLog.BehaveAsNotImplemented">
            <summary>Assigns the &apos;NotImplemented&apos; behavior for all methods of the shimmed type</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.ShimEventLog.Bind(System.ComponentModel.IComponent)">
            <summary>Binds the members of the interface to the shim.</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.ShimEventLog.Bind(System.ComponentModel.ISupportInitialize)">
            <summary>Binds the members of the interface to the shim.</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.ShimEventLog.Bind(System.IDisposable)">
            <summary>Binds the members of the interface to the shim.</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.BeginInit">
            <summary>Sets the shim of EventLog.BeginInit()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.Behavior">
            <summary>Assigns the behavior for all methods of the shimmed type</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.Clear">
            <summary>Sets the shim of EventLog.Clear()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.Close">
            <summary>Sets the shim of EventLog.Close()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.Constructor">
            <summary>Sets the shim of EventLog.EventLog()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.ConstructorString">
            <summary>Sets the shim of EventLog.EventLog(String logName)</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.ConstructorStringString">
            <summary>Sets the shim of EventLog.EventLog(String logName, String machineName)</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.ConstructorStringStringString">
            <summary>Sets the shim of EventLog.EventLog(String logName, String machineName, String source)</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.CreateEventSourceEventSourceCreationData">
            <summary>Sets the shim of EventLog.CreateEventSource(EventSourceCreationData sourceData)</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.CreateEventSourceStringString">
            <summary>Sets the shim of EventLog.CreateEventSource(String source, String logName)</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.CreateEventSourceStringStringString">
            <summary>Sets the shim of EventLog.CreateEventSource(String source, String logName, String machineName)</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.DeleteEventSourceString">
            <summary>Sets the shim of EventLog.DeleteEventSource(String source)</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.DeleteEventSourceStringString">
            <summary>Sets the shim of EventLog.DeleteEventSource(String source, String machineName)</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.DeleteString">
            <summary>Sets the shim of EventLog.Delete(String logName)</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.DeleteStringString">
            <summary>Sets the shim of EventLog.Delete(String logName, String machineName)</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.DisposeBoolean">
            <summary>Sets the shim of EventLog.Dispose(Boolean disposing)</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.EnableRaisingEventsGet">
            <summary>Sets the shim of EventLog.get_EnableRaisingEvents()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.EnableRaisingEventsSetBoolean">
            <summary>Sets the shim of EventLog.set_EnableRaisingEvents(Boolean value)</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.EndInit">
            <summary>Sets the shim of EventLog.EndInit()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.EntriesGet">
            <summary>Sets the shim of EventLog.get_Entries()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.EntryWrittenAddEntryWrittenEventHandler">
            <summary>Sets the shim of EventLog.add_EntryWritten(EntryWrittenEventHandler value)</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.EntryWrittenRemoveEntryWrittenEventHandler">
            <summary>Sets the shim of EventLog.remove_EntryWritten(EntryWrittenEventHandler value)</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.ExistsString">
            <summary>Sets the shim of EventLog.Exists(String logName)</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.ExistsStringString">
            <summary>Sets the shim of EventLog.Exists(String logName, String machineName)</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.GetEventLogs">
            <summary>Sets the shim of EventLog.GetEventLogs()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.GetEventLogsString">
            <summary>Sets the shim of EventLog.GetEventLogs(String machineName)</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.LogDisplayNameGet">
            <summary>Sets the shim of EventLog.get_LogDisplayName()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.LogGet">
            <summary>Sets the shim of EventLog.get_Log()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.LogNameFromSourceNameStringString">
            <summary>Sets the shim of EventLog.LogNameFromSourceName(String source, String machineName)</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.LogSetString">
            <summary>Sets the shim of EventLog.set_Log(String value)</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.MachineNameGet">
            <summary>Sets the shim of EventLog.get_MachineName()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.MachineNameSetString">
            <summary>Sets the shim of EventLog.set_MachineName(String value)</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.MaximumKilobytesGet">
            <summary>Sets the shim of EventLog.get_MaximumKilobytes()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.MaximumKilobytesSetInt64">
            <summary>Sets the shim of EventLog.set_MaximumKilobytes(Int64 value)</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.MinimumRetentionDaysGet">
            <summary>Sets the shim of EventLog.get_MinimumRetentionDays()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.ModifyOverflowPolicyOverflowActionInt32">
            <summary>Sets the shim of EventLog.ModifyOverflowPolicy(OverflowAction action, Int32 retentionDays)</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.OverflowActionGet">
            <summary>Sets the shim of EventLog.get_OverflowAction()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.RegisterDisplayNameStringInt64">
            <summary>Sets the shim of EventLog.RegisterDisplayName(String resourceFile, Int64 resourceId)</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.SourceExistsString">
            <summary>Sets the shim of EventLog.SourceExists(String source)</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.SourceExistsStringString">
            <summary>Sets the shim of EventLog.SourceExists(String source, String machineName)</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.SourceGet">
            <summary>Sets the shim of EventLog.get_Source()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.SourceSetString">
            <summary>Sets the shim of EventLog.set_Source(String value)</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.SynchronizingObjectGet">
            <summary>Sets the shim of EventLog.get_SynchronizingObject()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.SynchronizingObjectSetISynchronizeInvoke">
            <summary>Sets the shim of EventLog.set_SynchronizingObject(ISynchronizeInvoke value)</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.WriteEntryString">
            <summary>Sets the shim of EventLog.WriteEntry(String message)</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.WriteEntryStringEventLogEntryType">
            <summary>Sets the shim of EventLog.WriteEntry(String message, EventLogEntryType type)</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.WriteEntryStringEventLogEntryTypeInt32">
            <summary>Sets the shim of EventLog.WriteEntry(String message, EventLogEntryType type, Int32 eventID)</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.WriteEntryStringEventLogEntryTypeInt32Int16">
            <summary>Sets the shim of EventLog.WriteEntry(String message, EventLogEntryType type, Int32 eventID, Int16 category)</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.WriteEntryStringEventLogEntryTypeInt32Int16ByteArray">
            <summary>Sets the shim of EventLog.WriteEntry(String message, EventLogEntryType type, Int32 eventID, Int16 category, Byte[] rawData)</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.WriteEntryStringString">
            <summary>Sets the shim of EventLog.WriteEntry(String source, String message)</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.WriteEntryStringStringEventLogEntryType">
            <summary>Sets the shim of EventLog.WriteEntry(String source, String message, EventLogEntryType type)</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.WriteEntryStringStringEventLogEntryTypeInt32">
            <summary>Sets the shim of EventLog.WriteEntry(String source, String message, EventLogEntryType type, Int32 eventID)</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.WriteEntryStringStringEventLogEntryTypeInt32Int16">
            <summary>Sets the shim of EventLog.WriteEntry(String source, String message, EventLogEntryType type, Int32 eventID, Int16 category)</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.WriteEntryStringStringEventLogEntryTypeInt32Int16ByteArray">
            <summary>Sets the shim of EventLog.WriteEntry(String source, String message, EventLogEntryType type, Int32 eventID, Int16 category, Byte[] rawData)</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.WriteEventEventInstanceByteArrayObjectArray">
            <summary>Sets the shim of EventLog.WriteEvent(EventInstance instance, Byte[] data, Object[] values)</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.WriteEventEventInstanceObjectArray">
            <summary>Sets the shim of EventLog.WriteEvent(EventInstance instance, Object[] values)</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.WriteEventStringEventInstanceByteArrayObjectArray">
            <summary>Sets the shim of EventLog.WriteEvent(String source, EventInstance instance, Byte[] data, Object[] values)</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.WriteEventStringEventInstanceObjectArray">
            <summary>Sets the shim of EventLog.WriteEvent(String source, EventInstance instance, Object[] values)</summary>
        </member>
        <member name="T:System.Diagnostics.Fakes.ShimEventLog.AllInstances">
            <summary>Define shims for all instances members</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.AllInstances.BeginInit">
            <summary>Sets the shim of EventLog.BeginInit()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.AllInstances.Clear">
            <summary>Sets the shim of EventLog.Clear()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.AllInstances.Close">
            <summary>Sets the shim of EventLog.Close()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.AllInstances.DisposeBoolean">
            <summary>Sets the shim of EventLog.Dispose(Boolean disposing)</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.AllInstances.EnableRaisingEventsGet">
            <summary>Sets the shim of EventLog.get_EnableRaisingEvents()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.AllInstances.EnableRaisingEventsSetBoolean">
            <summary>Sets the shim of EventLog.set_EnableRaisingEvents(Boolean value)</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.AllInstances.EndInit">
            <summary>Sets the shim of EventLog.EndInit()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.AllInstances.EntriesGet">
            <summary>Sets the shim of EventLog.get_Entries()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.AllInstances.EntryWrittenAddEntryWrittenEventHandler">
            <summary>Sets the shim of EventLog.add_EntryWritten(EntryWrittenEventHandler value)</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.AllInstances.EntryWrittenRemoveEntryWrittenEventHandler">
            <summary>Sets the shim of EventLog.remove_EntryWritten(EntryWrittenEventHandler value)</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.AllInstances.LogDisplayNameGet">
            <summary>Sets the shim of EventLog.get_LogDisplayName()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.AllInstances.LogGet">
            <summary>Sets the shim of EventLog.get_Log()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.AllInstances.LogSetString">
            <summary>Sets the shim of EventLog.set_Log(String value)</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.AllInstances.MachineNameGet">
            <summary>Sets the shim of EventLog.get_MachineName()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.AllInstances.MachineNameSetString">
            <summary>Sets the shim of EventLog.set_MachineName(String value)</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.AllInstances.MaximumKilobytesGet">
            <summary>Sets the shim of EventLog.get_MaximumKilobytes()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.AllInstances.MaximumKilobytesSetInt64">
            <summary>Sets the shim of EventLog.set_MaximumKilobytes(Int64 value)</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.AllInstances.MinimumRetentionDaysGet">
            <summary>Sets the shim of EventLog.get_MinimumRetentionDays()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.AllInstances.ModifyOverflowPolicyOverflowActionInt32">
            <summary>Sets the shim of EventLog.ModifyOverflowPolicy(OverflowAction action, Int32 retentionDays)</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.AllInstances.OverflowActionGet">
            <summary>Sets the shim of EventLog.get_OverflowAction()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.AllInstances.RegisterDisplayNameStringInt64">
            <summary>Sets the shim of EventLog.RegisterDisplayName(String resourceFile, Int64 resourceId)</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.AllInstances.SourceGet">
            <summary>Sets the shim of EventLog.get_Source()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.AllInstances.SourceSetString">
            <summary>Sets the shim of EventLog.set_Source(String value)</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.AllInstances.SynchronizingObjectGet">
            <summary>Sets the shim of EventLog.get_SynchronizingObject()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.AllInstances.SynchronizingObjectSetISynchronizeInvoke">
            <summary>Sets the shim of EventLog.set_SynchronizingObject(ISynchronizeInvoke value)</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.AllInstances.WriteEntryString">
            <summary>Sets the shim of EventLog.WriteEntry(String message)</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.AllInstances.WriteEntryStringEventLogEntryType">
            <summary>Sets the shim of EventLog.WriteEntry(String message, EventLogEntryType type)</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.AllInstances.WriteEntryStringEventLogEntryTypeInt32">
            <summary>Sets the shim of EventLog.WriteEntry(String message, EventLogEntryType type, Int32 eventID)</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.AllInstances.WriteEntryStringEventLogEntryTypeInt32Int16">
            <summary>Sets the shim of EventLog.WriteEntry(String message, EventLogEntryType type, Int32 eventID, Int16 category)</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.AllInstances.WriteEntryStringEventLogEntryTypeInt32Int16ByteArray">
            <summary>Sets the shim of EventLog.WriteEntry(String message, EventLogEntryType type, Int32 eventID, Int16 category, Byte[] rawData)</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.AllInstances.WriteEventEventInstanceByteArrayObjectArray">
            <summary>Sets the shim of EventLog.WriteEvent(EventInstance instance, Byte[] data, Object[] values)</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLog.AllInstances.WriteEventEventInstanceObjectArray">
            <summary>Sets the shim of EventLog.WriteEvent(EventInstance instance, Object[] values)</summary>
        </member>
        <member name="T:System.Diagnostics.Fakes.ShimEventLogEntry">
            <summary>Shim type of System.Diagnostics.EventLogEntry</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.ShimEventLogEntry.#ctor">
            <summary>Initializes a new shim instance</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.ShimEventLogEntry.#ctor(System.Diagnostics.EventLogEntry)">
            <summary>Initializes a new shim for the given instance</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.ShimEventLogEntry.BehaveAsCurrent">
            <summary>Assigns the &apos;Current&apos; behavior for all methods of the shimmed type</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.ShimEventLogEntry.BehaveAsNotImplemented">
            <summary>Assigns the &apos;NotImplemented&apos; behavior for all methods of the shimmed type</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.ShimEventLogEntry.Bind(System.ComponentModel.IComponent)">
            <summary>Binds the members of the interface to the shim.</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.ShimEventLogEntry.Bind(System.IDisposable)">
            <summary>Binds the members of the interface to the shim.</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.ShimEventLogEntry.Bind(System.Runtime.Serialization.ISerializable)">
            <summary>Binds the members of the interface to the shim.</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLogEntry.Behavior">
            <summary>Assigns the behavior for all methods of the shimmed type</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLogEntry.CategoryGet">
            <summary>Sets the shim of EventLogEntry.get_Category()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLogEntry.CategoryNumberGet">
            <summary>Sets the shim of EventLogEntry.get_CategoryNumber()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLogEntry.DataGet">
            <summary>Sets the shim of EventLogEntry.get_Data()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLogEntry.EntryTypeGet">
            <summary>Sets the shim of EventLogEntry.get_EntryType()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLogEntry.EqualsEventLogEntry">
            <summary>Sets the shim of EventLogEntry.Equals(EventLogEntry otherEntry)</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLogEntry.EventIDGet">
            <summary>Sets the shim of EventLogEntry.get_EventID()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLogEntry.IndexGet">
            <summary>Sets the shim of EventLogEntry.get_Index()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLogEntry.InstanceIdGet">
            <summary>Sets the shim of EventLogEntry.get_InstanceId()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLogEntry.MachineNameGet">
            <summary>Sets the shim of EventLogEntry.get_MachineName()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLogEntry.MessageGet">
            <summary>Sets the shim of EventLogEntry.get_Message()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLogEntry.ReplacementStringsGet">
            <summary>Sets the shim of EventLogEntry.get_ReplacementStrings()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLogEntry.SourceGet">
            <summary>Sets the shim of EventLogEntry.get_Source()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLogEntry.StaticConstructor">
            <summary>Sets the shim of EventLogEntry.EventLogEntry()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLogEntry.SystemRuntimeSerializationISerializableGetObjectDataSerializationInfoStreamingContext">
            <summary>Sets the shim of EventLogEntry.System.Runtime.Serialization.ISerializable.GetObjectData(SerializationInfo info, StreamingContext context)</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLogEntry.TimeGeneratedGet">
            <summary>Sets the shim of EventLogEntry.get_TimeGenerated()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLogEntry.TimeWrittenGet">
            <summary>Sets the shim of EventLogEntry.get_TimeWritten()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLogEntry.UserNameGet">
            <summary>Sets the shim of EventLogEntry.get_UserName()</summary>
        </member>
        <member name="T:System.Diagnostics.Fakes.ShimEventLogEntry.AllInstances">
            <summary>Define shims for all instances members</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLogEntry.AllInstances.CategoryGet">
            <summary>Sets the shim of EventLogEntry.get_Category()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLogEntry.AllInstances.CategoryNumberGet">
            <summary>Sets the shim of EventLogEntry.get_CategoryNumber()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLogEntry.AllInstances.DataGet">
            <summary>Sets the shim of EventLogEntry.get_Data()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLogEntry.AllInstances.EntryTypeGet">
            <summary>Sets the shim of EventLogEntry.get_EntryType()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLogEntry.AllInstances.EqualsEventLogEntry">
            <summary>Sets the shim of EventLogEntry.Equals(EventLogEntry otherEntry)</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLogEntry.AllInstances.EventIDGet">
            <summary>Sets the shim of EventLogEntry.get_EventID()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLogEntry.AllInstances.IndexGet">
            <summary>Sets the shim of EventLogEntry.get_Index()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLogEntry.AllInstances.InstanceIdGet">
            <summary>Sets the shim of EventLogEntry.get_InstanceId()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLogEntry.AllInstances.MachineNameGet">
            <summary>Sets the shim of EventLogEntry.get_MachineName()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLogEntry.AllInstances.MessageGet">
            <summary>Sets the shim of EventLogEntry.get_Message()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLogEntry.AllInstances.ReplacementStringsGet">
            <summary>Sets the shim of EventLogEntry.get_ReplacementStrings()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLogEntry.AllInstances.SourceGet">
            <summary>Sets the shim of EventLogEntry.get_Source()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLogEntry.AllInstances.SystemRuntimeSerializationISerializableGetObjectDataSerializationInfoStreamingContext">
            <summary>Sets the shim of EventLogEntry.System.Runtime.Serialization.ISerializable.GetObjectData(SerializationInfo info, StreamingContext context)</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLogEntry.AllInstances.TimeGeneratedGet">
            <summary>Sets the shim of EventLogEntry.get_TimeGenerated()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLogEntry.AllInstances.TimeWrittenGet">
            <summary>Sets the shim of EventLogEntry.get_TimeWritten()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLogEntry.AllInstances.UserNameGet">
            <summary>Sets the shim of EventLogEntry.get_UserName()</summary>
        </member>
        <member name="T:System.Diagnostics.Fakes.ShimEventLogEntryCollection">
            <summary>Shim type of System.Diagnostics.EventLogEntryCollection</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.ShimEventLogEntryCollection.#ctor">
            <summary>Initializes a new shim instance</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.ShimEventLogEntryCollection.#ctor(System.Diagnostics.EventLogEntryCollection)">
            <summary>Initializes a new shim for the given instance</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.ShimEventLogEntryCollection.BehaveAsCurrent">
            <summary>Assigns the &apos;Current&apos; behavior for all methods of the shimmed type</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.ShimEventLogEntryCollection.BehaveAsNotImplemented">
            <summary>Assigns the &apos;NotImplemented&apos; behavior for all methods of the shimmed type</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.ShimEventLogEntryCollection.Bind(System.Collections.ICollection)">
            <summary>Binds the members of the interface to the shim.</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.ShimEventLogEntryCollection.Bind(System.Collections.IEnumerable)">
            <summary>Binds the members of the interface to the shim.</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLogEntryCollection.Behavior">
            <summary>Assigns the behavior for all methods of the shimmed type</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLogEntryCollection.CopyToEventLogEntryArrayInt32">
            <summary>Sets the shim of EventLogEntryCollection.CopyTo(EventLogEntry[] entries, Int32 index)</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLogEntryCollection.CountGet">
            <summary>Sets the shim of EventLogEntryCollection.get_Count()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLogEntryCollection.GetEnumerator">
            <summary>Sets the shim of EventLogEntryCollection.GetEnumerator()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLogEntryCollection.IsSynchronizedSystemCollectionsICollectionget">
            <summary>Sets the shim of EventLogEntryCollection.System.Collections.ICollection.get_IsSynchronized()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLogEntryCollection.ItemGetInt32">
            <summary>Sets the shim of EventLogEntryCollection.get_Item(Int32 index)</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLogEntryCollection.SyncRootSystemCollectionsICollectionget">
            <summary>Sets the shim of EventLogEntryCollection.System.Collections.ICollection.get_SyncRoot()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLogEntryCollection.SystemCollectionsICollectionCopyToArrayInt32">
            <summary>Sets the shim of EventLogEntryCollection.System.Collections.ICollection.CopyTo(Array array, Int32 index)</summary>
        </member>
        <member name="T:System.Diagnostics.Fakes.ShimEventLogEntryCollection.AllInstances">
            <summary>Define shims for all instances members</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLogEntryCollection.AllInstances.CopyToEventLogEntryArrayInt32">
            <summary>Sets the shim of EventLogEntryCollection.CopyTo(EventLogEntry[] entries, Int32 index)</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLogEntryCollection.AllInstances.CountGet">
            <summary>Sets the shim of EventLogEntryCollection.get_Count()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLogEntryCollection.AllInstances.GetEnumerator">
            <summary>Sets the shim of EventLogEntryCollection.GetEnumerator()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLogEntryCollection.AllInstances.IsSynchronizedSystemCollectionsICollectionget">
            <summary>Sets the shim of EventLogEntryCollection.System.Collections.ICollection.get_IsSynchronized()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLogEntryCollection.AllInstances.ItemGetInt32">
            <summary>Sets the shim of EventLogEntryCollection.get_Item(Int32 index)</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLogEntryCollection.AllInstances.SyncRootSystemCollectionsICollectionget">
            <summary>Sets the shim of EventLogEntryCollection.System.Collections.ICollection.get_SyncRoot()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.ShimEventLogEntryCollection.AllInstances.SystemCollectionsICollectionCopyToArrayInt32">
            <summary>Sets the shim of EventLogEntryCollection.System.Collections.ICollection.CopyTo(Array array, Int32 index)</summary>
        </member>
        <member name="T:System.Diagnostics.Fakes.StubBooleanSwitch">
            <summary>Stub type of System.Diagnostics.BooleanSwitch</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubBooleanSwitch.#ctor(System.String,System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubBooleanSwitch.#ctor(System.String,System.String,System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubBooleanSwitch.GetSupportedAttributes">
            <summary>Sets the stub of Switch.GetSupportedAttributes()</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubBooleanSwitch.GetSupportedAttributes01">
            <summary>Sets the stub of Switch.GetSupportedAttributes()</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubBooleanSwitch.InitializeStub">
            <summary>Initializes a new instance of type StubBooleanSwitch</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubBooleanSwitch.OnSwitchSettingChanged">
            <summary>Sets the stub of Switch.OnSwitchSettingChanged()</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubBooleanSwitch.OnSwitchSettingChanged01">
            <summary>Sets the stub of Switch.OnSwitchSettingChanged()</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubBooleanSwitch.OnValueChanged">
            <summary>Sets the stub of BooleanSwitch.OnValueChanged()</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubBooleanSwitch.OnValueChanged01">
            <summary>Sets the stub of BooleanSwitch.OnValueChanged()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubBooleanSwitch.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubBooleanSwitch.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubBooleanSwitch.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Diagnostics.Fakes.StubConsoleTraceListener">
            <summary>Stub type of System.Diagnostics.ConsoleTraceListener</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubConsoleTraceListener.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubConsoleTraceListener.#ctor(System.Boolean)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubConsoleTraceListener.AttachBackingFieldToName">
            <summary>Attaches delegates to emulate StubConsoleTraceListener.Name as a property with a backing field.</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubConsoleTraceListener.Close">
            <summary>Sets the stub of ConsoleTraceListener.Close()</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubConsoleTraceListener.Close01">
            <summary>Sets the stub of ConsoleTraceListener.Close()</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubConsoleTraceListener.Dispose(System.Boolean)">
            <summary>Sets the stub of TextWriterTraceListener.Dispose(Boolean disposing)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubConsoleTraceListener.DisposeBoolean">
            <summary>Sets the stub of TextWriterTraceListener.Dispose(Boolean disposing)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubConsoleTraceListener.Fail(System.String)">
            <summary>Sets the stub of TraceListener.Fail(String message)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubConsoleTraceListener.Fail(System.String,System.String)">
            <summary>Sets the stub of TraceListener.Fail(String message, String detailMessage)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubConsoleTraceListener.FailString">
            <summary>Sets the stub of TraceListener.Fail(String message)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubConsoleTraceListener.FailStringString">
            <summary>Sets the stub of TraceListener.Fail(String message, String detailMessage)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubConsoleTraceListener.Flush">
            <summary>Sets the stub of TextWriterTraceListener.Flush()</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubConsoleTraceListener.Flush01">
            <summary>Sets the stub of TextWriterTraceListener.Flush()</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubConsoleTraceListener.GetSupportedAttributes">
            <summary>Sets the stub of TraceListener.GetSupportedAttributes()</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubConsoleTraceListener.GetSupportedAttributes01">
            <summary>Sets the stub of TraceListener.GetSupportedAttributes()</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubConsoleTraceListener.InitializeStub">
            <summary>Initializes a new instance of type StubConsoleTraceListener</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubConsoleTraceListener.IsThreadSafeGet">
            <summary>Sets the stub of TraceListener.get_IsThreadSafe()</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubConsoleTraceListener.NameGet">
            <summary>Sets the stub of TraceListener.get_Name()</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubConsoleTraceListener.NameSetString">
            <summary>Sets the stub of TraceListener.set_Name(String value)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubConsoleTraceListener.TraceData(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.Object)">
            <summary>Sets the stub of TraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubConsoleTraceListener.TraceData(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.Object[])">
            <summary>Sets the stub of TraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object[] data)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubConsoleTraceListener.TraceDataTraceEventCacheStringTraceEventTypeInt32Object">
            <summary>Sets the stub of TraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubConsoleTraceListener.TraceDataTraceEventCacheStringTraceEventTypeInt32ObjectArray">
            <summary>Sets the stub of TraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object[] data)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubConsoleTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32)">
            <summary>Sets the stub of TraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubConsoleTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String)">
            <summary>Sets the stub of TraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, String message)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubConsoleTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])">
            <summary>Sets the stub of TraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, String format, Object[] args)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubConsoleTraceListener.TraceEventTraceEventCacheStringTraceEventTypeInt32">
            <summary>Sets the stub of TraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubConsoleTraceListener.TraceEventTraceEventCacheStringTraceEventTypeInt32String">
            <summary>Sets the stub of TraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, String message)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubConsoleTraceListener.TraceEventTraceEventCacheStringTraceEventTypeInt32StringObjectArray">
            <summary>Sets the stub of TraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, String format, Object[] args)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubConsoleTraceListener.TraceTransfer(System.Diagnostics.TraceEventCache,System.String,System.Int32,System.String,System.Guid)">
            <summary>Sets the stub of TraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubConsoleTraceListener.TraceTransferTraceEventCacheStringInt32StringGuid">
            <summary>Sets the stub of TraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubConsoleTraceListener.Write(System.Object)">
            <summary>Sets the stub of TraceListener.Write(Object o)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubConsoleTraceListener.Write(System.String)">
            <summary>Sets the stub of TextWriterTraceListener.Write(String message)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubConsoleTraceListener.Write(System.Object,System.String)">
            <summary>Sets the stub of TraceListener.Write(Object o, String category)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubConsoleTraceListener.Write(System.String,System.String)">
            <summary>Sets the stub of TraceListener.Write(String message, String category)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubConsoleTraceListener.WriteIndent">
            <summary>Sets the stub of TraceListener.WriteIndent()</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubConsoleTraceListener.WriteIndent01">
            <summary>Sets the stub of TraceListener.WriteIndent()</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubConsoleTraceListener.WriteLine(System.Object)">
            <summary>Sets the stub of TraceListener.WriteLine(Object o)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubConsoleTraceListener.WriteLine(System.String)">
            <summary>Sets the stub of TextWriterTraceListener.WriteLine(String message)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubConsoleTraceListener.WriteLine(System.Object,System.String)">
            <summary>Sets the stub of TraceListener.WriteLine(Object o, String category)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubConsoleTraceListener.WriteLine(System.String,System.String)">
            <summary>Sets the stub of TraceListener.WriteLine(String message, String category)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubConsoleTraceListener.WriteLineObject">
            <summary>Sets the stub of TraceListener.WriteLine(Object o)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubConsoleTraceListener.WriteLineObjectString">
            <summary>Sets the stub of TraceListener.WriteLine(Object o, String category)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubConsoleTraceListener.WriteLineString">
            <summary>Sets the stub of TextWriterTraceListener.WriteLine(String message)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubConsoleTraceListener.WriteLineStringString">
            <summary>Sets the stub of TraceListener.WriteLine(String message, String category)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubConsoleTraceListener.WriteObject">
            <summary>Sets the stub of TraceListener.Write(Object o)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubConsoleTraceListener.WriteObjectString">
            <summary>Sets the stub of TraceListener.Write(Object o, String category)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubConsoleTraceListener.WriteString">
            <summary>Sets the stub of TextWriterTraceListener.Write(String message)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubConsoleTraceListener.WriteStringString">
            <summary>Sets the stub of TraceListener.Write(String message, String category)</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubConsoleTraceListener.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubConsoleTraceListener.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubConsoleTraceListener.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubConsoleTraceListener.IsThreadSafe">
            <summary>Sets the stub of TraceListener.get_IsThreadSafe()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubConsoleTraceListener.Name">
            <summary>Sets the stub of TraceListener.get_Name()</summary>
        </member>
        <member name="T:System.Diagnostics.Fakes.StubCounterCreationData">
            <summary>Stub type of System.Diagnostics.CounterCreationData</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubCounterCreationData.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubCounterCreationData.#ctor(System.String,System.String,System.Diagnostics.PerformanceCounterType)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubCounterCreationData.InitializeStub">
            <summary>Initializes a new instance of type StubCounterCreationData</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubCounterCreationData.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubCounterCreationData.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubCounterCreationData.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Diagnostics.Fakes.StubCounterCreationDataCollection">
            <summary>Stub type of System.Diagnostics.CounterCreationDataCollection</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubCounterCreationDataCollection.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubCounterCreationDataCollection.#ctor(System.Diagnostics.CounterCreationDataCollection)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubCounterCreationDataCollection.#ctor(System.Diagnostics.CounterCreationData[])">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubCounterCreationDataCollection.InitializeStub">
            <summary>Initializes a new instance of type StubCounterCreationDataCollection</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubCounterCreationDataCollection.OnClear">
            <summary>Sets the stub of CollectionBase.OnClear()</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubCounterCreationDataCollection.OnClear01">
            <summary>Sets the stub of CollectionBase.OnClear()</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubCounterCreationDataCollection.OnClearComplete">
            <summary>Sets the stub of CollectionBase.OnClearComplete()</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubCounterCreationDataCollection.OnClearComplete01">
            <summary>Sets the stub of CollectionBase.OnClearComplete()</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubCounterCreationDataCollection.OnInsert(System.Int32,System.Object)">
            <summary>Sets the stub of CollectionBase.OnInsert(Int32 index, Object value)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubCounterCreationDataCollection.OnInsertComplete(System.Int32,System.Object)">
            <summary>Sets the stub of CollectionBase.OnInsertComplete(Int32 index, Object value)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubCounterCreationDataCollection.OnInsertCompleteInt32Object">
            <summary>Sets the stub of CollectionBase.OnInsertComplete(Int32 index, Object value)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubCounterCreationDataCollection.OnInsertInt32Object">
            <summary>Sets the stub of CollectionBase.OnInsert(Int32 index, Object value)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubCounterCreationDataCollection.OnRemove(System.Int32,System.Object)">
            <summary>Sets the stub of CollectionBase.OnRemove(Int32 index, Object value)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubCounterCreationDataCollection.OnRemoveComplete(System.Int32,System.Object)">
            <summary>Sets the stub of CollectionBase.OnRemoveComplete(Int32 index, Object value)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubCounterCreationDataCollection.OnRemoveCompleteInt32Object">
            <summary>Sets the stub of CollectionBase.OnRemoveComplete(Int32 index, Object value)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubCounterCreationDataCollection.OnRemoveInt32Object">
            <summary>Sets the stub of CollectionBase.OnRemove(Int32 index, Object value)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubCounterCreationDataCollection.OnSet(System.Int32,System.Object,System.Object)">
            <summary>Sets the stub of CollectionBase.OnSet(Int32 index, Object oldValue, Object newValue)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubCounterCreationDataCollection.OnSetComplete(System.Int32,System.Object,System.Object)">
            <summary>Sets the stub of CollectionBase.OnSetComplete(Int32 index, Object oldValue, Object newValue)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubCounterCreationDataCollection.OnSetCompleteInt32ObjectObject">
            <summary>Sets the stub of CollectionBase.OnSetComplete(Int32 index, Object oldValue, Object newValue)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubCounterCreationDataCollection.OnSetInt32ObjectObject">
            <summary>Sets the stub of CollectionBase.OnSet(Int32 index, Object oldValue, Object newValue)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubCounterCreationDataCollection.OnValidate(System.Object)">
            <summary>Sets the stub of CounterCreationDataCollection.OnValidate(Object value)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubCounterCreationDataCollection.OnValidateObject">
            <summary>Sets the stub of CounterCreationDataCollection.OnValidate(Object value)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubCounterCreationDataCollection.Remove(System.Diagnostics.CounterCreationData)">
            <summary>Sets the stub of CounterCreationDataCollection.Remove(CounterCreationData value)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubCounterCreationDataCollection.RemoveCounterCreationData">
            <summary>Sets the stub of CounterCreationDataCollection.Remove(CounterCreationData value)</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubCounterCreationDataCollection.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubCounterCreationDataCollection.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubCounterCreationDataCollection.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Diagnostics.Fakes.StubDefaultTraceListener">
            <summary>Stub type of System.Diagnostics.DefaultTraceListener</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubDefaultTraceListener.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubDefaultTraceListener.AttachBackingFieldToName">
            <summary>Attaches delegates to emulate StubDefaultTraceListener.Name as a property with a backing field.</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubDefaultTraceListener.Close">
            <summary>Sets the stub of TraceListener.Close()</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubDefaultTraceListener.Close01">
            <summary>Sets the stub of TraceListener.Close()</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubDefaultTraceListener.Dispose(System.Boolean)">
            <summary>Sets the stub of TraceListener.Dispose(Boolean disposing)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubDefaultTraceListener.DisposeBoolean">
            <summary>Sets the stub of TraceListener.Dispose(Boolean disposing)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubDefaultTraceListener.Fail(System.String)">
            <summary>Sets the stub of DefaultTraceListener.Fail(String message)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubDefaultTraceListener.Fail(System.String,System.String)">
            <summary>Sets the stub of DefaultTraceListener.Fail(String message, String detailMessage)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubDefaultTraceListener.FailString">
            <summary>Sets the stub of DefaultTraceListener.Fail(String message)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubDefaultTraceListener.FailStringString">
            <summary>Sets the stub of DefaultTraceListener.Fail(String message, String detailMessage)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubDefaultTraceListener.Flush">
            <summary>Sets the stub of TraceListener.Flush()</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubDefaultTraceListener.Flush01">
            <summary>Sets the stub of TraceListener.Flush()</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubDefaultTraceListener.GetSupportedAttributes">
            <summary>Sets the stub of TraceListener.GetSupportedAttributes()</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubDefaultTraceListener.GetSupportedAttributes01">
            <summary>Sets the stub of TraceListener.GetSupportedAttributes()</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubDefaultTraceListener.InitializeStub">
            <summary>Initializes a new instance of type StubDefaultTraceListener</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubDefaultTraceListener.IsThreadSafeGet">
            <summary>Sets the stub of TraceListener.get_IsThreadSafe()</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubDefaultTraceListener.NameGet">
            <summary>Sets the stub of TraceListener.get_Name()</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubDefaultTraceListener.NameSetString">
            <summary>Sets the stub of TraceListener.set_Name(String value)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubDefaultTraceListener.TraceData(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.Object[])">
            <summary>Sets the stub of TraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object[] data)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubDefaultTraceListener.TraceData(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.Object)">
            <summary>Sets the stub of TraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubDefaultTraceListener.TraceDataTraceEventCacheStringTraceEventTypeInt32Object">
            <summary>Sets the stub of TraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubDefaultTraceListener.TraceDataTraceEventCacheStringTraceEventTypeInt32ObjectArray">
            <summary>Sets the stub of TraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object[] data)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubDefaultTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32)">
            <summary>Sets the stub of TraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubDefaultTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String)">
            <summary>Sets the stub of TraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, String message)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubDefaultTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])">
            <summary>Sets the stub of TraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, String format, Object[] args)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubDefaultTraceListener.TraceEventTraceEventCacheStringTraceEventTypeInt32">
            <summary>Sets the stub of TraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubDefaultTraceListener.TraceEventTraceEventCacheStringTraceEventTypeInt32String">
            <summary>Sets the stub of TraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, String message)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubDefaultTraceListener.TraceEventTraceEventCacheStringTraceEventTypeInt32StringObjectArray">
            <summary>Sets the stub of TraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, String format, Object[] args)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubDefaultTraceListener.TraceTransfer(System.Diagnostics.TraceEventCache,System.String,System.Int32,System.String,System.Guid)">
            <summary>Sets the stub of TraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubDefaultTraceListener.TraceTransferTraceEventCacheStringInt32StringGuid">
            <summary>Sets the stub of TraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubDefaultTraceListener.Write(System.Object)">
            <summary>Sets the stub of TraceListener.Write(Object o)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubDefaultTraceListener.Write(System.String)">
            <summary>Sets the stub of DefaultTraceListener.Write(String message)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubDefaultTraceListener.Write(System.Object,System.String)">
            <summary>Sets the stub of TraceListener.Write(Object o, String category)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubDefaultTraceListener.Write(System.String,System.String)">
            <summary>Sets the stub of TraceListener.Write(String message, String category)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubDefaultTraceListener.WriteIndent">
            <summary>Sets the stub of TraceListener.WriteIndent()</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubDefaultTraceListener.WriteIndent01">
            <summary>Sets the stub of TraceListener.WriteIndent()</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubDefaultTraceListener.WriteLine(System.Object)">
            <summary>Sets the stub of TraceListener.WriteLine(Object o)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubDefaultTraceListener.WriteLine(System.String)">
            <summary>Sets the stub of DefaultTraceListener.WriteLine(String message)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubDefaultTraceListener.WriteLine(System.Object,System.String)">
            <summary>Sets the stub of TraceListener.WriteLine(Object o, String category)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubDefaultTraceListener.WriteLine(System.String,System.String)">
            <summary>Sets the stub of TraceListener.WriteLine(String message, String category)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubDefaultTraceListener.WriteLineObject">
            <summary>Sets the stub of TraceListener.WriteLine(Object o)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubDefaultTraceListener.WriteLineObjectString">
            <summary>Sets the stub of TraceListener.WriteLine(Object o, String category)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubDefaultTraceListener.WriteLineString">
            <summary>Sets the stub of DefaultTraceListener.WriteLine(String message)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubDefaultTraceListener.WriteLineStringString">
            <summary>Sets the stub of TraceListener.WriteLine(String message, String category)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubDefaultTraceListener.WriteObject">
            <summary>Sets the stub of TraceListener.Write(Object o)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubDefaultTraceListener.WriteObjectString">
            <summary>Sets the stub of TraceListener.Write(Object o, String category)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubDefaultTraceListener.WriteString">
            <summary>Sets the stub of DefaultTraceListener.Write(String message)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubDefaultTraceListener.WriteStringString">
            <summary>Sets the stub of TraceListener.Write(String message, String category)</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubDefaultTraceListener.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubDefaultTraceListener.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubDefaultTraceListener.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubDefaultTraceListener.IsThreadSafe">
            <summary>Sets the stub of TraceListener.get_IsThreadSafe()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubDefaultTraceListener.Name">
            <summary>Sets the stub of TraceListener.get_Name()</summary>
        </member>
        <member name="T:System.Diagnostics.Fakes.StubDelimitedListTraceListener">
            <summary>Stub type of System.Diagnostics.DelimitedListTraceListener</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubDelimitedListTraceListener.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubDelimitedListTraceListener.#ctor(System.IO.Stream)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubDelimitedListTraceListener.#ctor(System.IO.TextWriter)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubDelimitedListTraceListener.#ctor(System.String,System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubDelimitedListTraceListener.#ctor(System.IO.Stream,System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubDelimitedListTraceListener.#ctor(System.IO.TextWriter,System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubDelimitedListTraceListener.AttachBackingFieldToName">
            <summary>Attaches delegates to emulate StubDelimitedListTraceListener.Name as a property with a backing field.</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubDelimitedListTraceListener.Close">
            <summary>Sets the stub of TextWriterTraceListener.Close()</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubDelimitedListTraceListener.Close01">
            <summary>Sets the stub of TextWriterTraceListener.Close()</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubDelimitedListTraceListener.Dispose(System.Boolean)">
            <summary>Sets the stub of TextWriterTraceListener.Dispose(Boolean disposing)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubDelimitedListTraceListener.DisposeBoolean">
            <summary>Sets the stub of TextWriterTraceListener.Dispose(Boolean disposing)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubDelimitedListTraceListener.Fail(System.String)">
            <summary>Sets the stub of TraceListener.Fail(String message)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubDelimitedListTraceListener.Fail(System.String,System.String)">
            <summary>Sets the stub of TraceListener.Fail(String message, String detailMessage)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubDelimitedListTraceListener.FailString">
            <summary>Sets the stub of TraceListener.Fail(String message)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubDelimitedListTraceListener.FailStringString">
            <summary>Sets the stub of TraceListener.Fail(String message, String detailMessage)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubDelimitedListTraceListener.Flush">
            <summary>Sets the stub of TextWriterTraceListener.Flush()</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubDelimitedListTraceListener.Flush01">
            <summary>Sets the stub of TextWriterTraceListener.Flush()</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubDelimitedListTraceListener.GetSupportedAttributes">
            <summary>Sets the stub of DelimitedListTraceListener.GetSupportedAttributes()</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubDelimitedListTraceListener.GetSupportedAttributes01">
            <summary>Sets the stub of DelimitedListTraceListener.GetSupportedAttributes()</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubDelimitedListTraceListener.InitializeStub">
            <summary>Initializes a new instance of type StubDelimitedListTraceListener</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubDelimitedListTraceListener.IsThreadSafeGet">
            <summary>Sets the stub of TraceListener.get_IsThreadSafe()</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubDelimitedListTraceListener.NameGet">
            <summary>Sets the stub of TraceListener.get_Name()</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubDelimitedListTraceListener.NameSetString">
            <summary>Sets the stub of TraceListener.set_Name(String value)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubDelimitedListTraceListener.TraceData(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.Object[])">
            <summary>Sets the stub of DelimitedListTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object[] data)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubDelimitedListTraceListener.TraceData(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.Object)">
            <summary>Sets the stub of DelimitedListTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubDelimitedListTraceListener.TraceDataTraceEventCacheStringTraceEventTypeInt32Object">
            <summary>Sets the stub of DelimitedListTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubDelimitedListTraceListener.TraceDataTraceEventCacheStringTraceEventTypeInt32ObjectArray">
            <summary>Sets the stub of DelimitedListTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object[] data)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubDelimitedListTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32)">
            <summary>Sets the stub of TraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubDelimitedListTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String)">
            <summary>Sets the stub of DelimitedListTraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, String message)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubDelimitedListTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])">
            <summary>Sets the stub of DelimitedListTraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, String format, Object[] args)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubDelimitedListTraceListener.TraceEventTraceEventCacheStringTraceEventTypeInt32">
            <summary>Sets the stub of TraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubDelimitedListTraceListener.TraceEventTraceEventCacheStringTraceEventTypeInt32String">
            <summary>Sets the stub of DelimitedListTraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, String message)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubDelimitedListTraceListener.TraceEventTraceEventCacheStringTraceEventTypeInt32StringObjectArray">
            <summary>Sets the stub of DelimitedListTraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, String format, Object[] args)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubDelimitedListTraceListener.TraceTransfer(System.Diagnostics.TraceEventCache,System.String,System.Int32,System.String,System.Guid)">
            <summary>Sets the stub of TraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubDelimitedListTraceListener.TraceTransferTraceEventCacheStringInt32StringGuid">
            <summary>Sets the stub of TraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubDelimitedListTraceListener.Write(System.Object)">
            <summary>Sets the stub of TraceListener.Write(Object o)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubDelimitedListTraceListener.Write(System.String)">
            <summary>Sets the stub of TextWriterTraceListener.Write(String message)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubDelimitedListTraceListener.Write(System.Object,System.String)">
            <summary>Sets the stub of TraceListener.Write(Object o, String category)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubDelimitedListTraceListener.Write(System.String,System.String)">
            <summary>Sets the stub of TraceListener.Write(String message, String category)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubDelimitedListTraceListener.WriteIndent">
            <summary>Sets the stub of TraceListener.WriteIndent()</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubDelimitedListTraceListener.WriteIndent01">
            <summary>Sets the stub of TraceListener.WriteIndent()</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubDelimitedListTraceListener.WriteLine(System.Object)">
            <summary>Sets the stub of TraceListener.WriteLine(Object o)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubDelimitedListTraceListener.WriteLine(System.String)">
            <summary>Sets the stub of TextWriterTraceListener.WriteLine(String message)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubDelimitedListTraceListener.WriteLine(System.Object,System.String)">
            <summary>Sets the stub of TraceListener.WriteLine(Object o, String category)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubDelimitedListTraceListener.WriteLine(System.String,System.String)">
            <summary>Sets the stub of TraceListener.WriteLine(String message, String category)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubDelimitedListTraceListener.WriteLineObject">
            <summary>Sets the stub of TraceListener.WriteLine(Object o)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubDelimitedListTraceListener.WriteLineObjectString">
            <summary>Sets the stub of TraceListener.WriteLine(Object o, String category)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubDelimitedListTraceListener.WriteLineString">
            <summary>Sets the stub of TextWriterTraceListener.WriteLine(String message)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubDelimitedListTraceListener.WriteLineStringString">
            <summary>Sets the stub of TraceListener.WriteLine(String message, String category)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubDelimitedListTraceListener.WriteObject">
            <summary>Sets the stub of TraceListener.Write(Object o)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubDelimitedListTraceListener.WriteObjectString">
            <summary>Sets the stub of TraceListener.Write(Object o, String category)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubDelimitedListTraceListener.WriteString">
            <summary>Sets the stub of TextWriterTraceListener.Write(String message)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubDelimitedListTraceListener.WriteStringString">
            <summary>Sets the stub of TraceListener.Write(String message, String category)</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubDelimitedListTraceListener.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubDelimitedListTraceListener.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubDelimitedListTraceListener.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubDelimitedListTraceListener.IsThreadSafe">
            <summary>Sets the stub of TraceListener.get_IsThreadSafe()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubDelimitedListTraceListener.Name">
            <summary>Sets the stub of TraceListener.get_Name()</summary>
        </member>
        <member name="T:System.Diagnostics.Fakes.StubEntryWrittenEventArgs">
            <summary>Stub type of System.Diagnostics.EntryWrittenEventArgs</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubEntryWrittenEventArgs.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubEntryWrittenEventArgs.#ctor(System.Diagnostics.EventLogEntry)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubEntryWrittenEventArgs.InitializeStub">
            <summary>Initializes a new instance of type StubEntryWrittenEventArgs</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubEntryWrittenEventArgs.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubEntryWrittenEventArgs.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubEntryWrittenEventArgs.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Diagnostics.Fakes.StubEventInstance">
            <summary>Stub type of System.Diagnostics.EventInstance</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubEventInstance.#ctor(System.Int64,System.Int32)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubEventInstance.#ctor(System.Int64,System.Int32,System.Diagnostics.EventLogEntryType)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubEventInstance.InitializeStub">
            <summary>Initializes a new instance of type StubEventInstance</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubEventInstance.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubEventInstance.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubEventInstance.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Diagnostics.Fakes.StubEventLog">
            <summary>Stub type of System.Diagnostics.EventLog</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubEventLog.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubEventLog.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubEventLog.#ctor(System.String,System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubEventLog.#ctor(System.String,System.String,System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubEventLog.AttachBackingFieldToSite">
            <summary>Attaches delegates to emulate StubEventLog.Site as a property with a backing field.</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubEventLog.CanRaiseEventsGet">
            <summary>Sets the stub of Component.get_CanRaiseEvents()</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubEventLog.Dispose(System.Boolean)">
            <summary>Sets the stub of EventLog.Dispose(Boolean disposing)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubEventLog.DisposeBoolean">
            <summary>Sets the stub of EventLog.Dispose(Boolean disposing)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubEventLog.GetService(System.Type)">
            <summary>Sets the stub of Component.GetService(Type service)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubEventLog.GetServiceType">
            <summary>Sets the stub of Component.GetService(Type service)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubEventLog.InitializeStub">
            <summary>Initializes a new instance of type StubEventLog</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubEventLog.SiteGet">
            <summary>Sets the stub of Component.get_Site()</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubEventLog.SiteSetISite">
            <summary>Sets the stub of Component.set_Site(ISite value)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubEventLog.ToString">
            <summary>Sets the stub of Component.ToString()</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubEventLog.ToString01">
            <summary>Sets the stub of Component.ToString()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubEventLog.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubEventLog.CanRaiseEvents">
            <summary>Sets the stub of Component.get_CanRaiseEvents()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubEventLog.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubEventLog.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubEventLog.Site">
            <summary>Sets the stub of Component.get_Site()</summary>
        </member>
        <member name="T:System.Diagnostics.Fakes.StubEventLogPermissionAttribute">
            <summary>Stub type of System.Diagnostics.EventLogPermissionAttribute</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubEventLogPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubEventLogPermissionAttribute.CreatePermission">
            <summary>Sets the stub of EventLogPermissionAttribute.CreatePermission()</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubEventLogPermissionAttribute.CreatePermission01">
            <summary>Sets the stub of EventLogPermissionAttribute.CreatePermission()</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubEventLogPermissionAttribute.Equals(System.Object)">
            <summary>Sets the stub of Attribute.Equals(Object obj)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubEventLogPermissionAttribute.EqualsObject">
            <summary>Sets the stub of Attribute.Equals(Object obj)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubEventLogPermissionAttribute.GetHashCode">
            <summary>Sets the stub of Attribute.GetHashCode()</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubEventLogPermissionAttribute.GetHashCode01">
            <summary>Sets the stub of Attribute.GetHashCode()</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubEventLogPermissionAttribute.InitializeStub">
            <summary>Initializes a new instance of type StubEventLogPermissionAttribute</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubEventLogPermissionAttribute.IsDefaultAttribute">
            <summary>Sets the stub of Attribute.IsDefaultAttribute()</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubEventLogPermissionAttribute.IsDefaultAttribute01">
            <summary>Sets the stub of Attribute.IsDefaultAttribute()</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubEventLogPermissionAttribute.Match(System.Object)">
            <summary>Sets the stub of Attribute.Match(Object obj)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubEventLogPermissionAttribute.MatchObject">
            <summary>Sets the stub of Attribute.Match(Object obj)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubEventLogPermissionAttribute.TypeIdGet">
            <summary>Sets the stub of Attribute.get_TypeId()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubEventLogPermissionAttribute.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubEventLogPermissionAttribute.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubEventLogPermissionAttribute.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubEventLogPermissionAttribute.TypeId">
            <summary>Sets the stub of Attribute.get_TypeId()</summary>
        </member>
        <member name="T:System.Diagnostics.Fakes.StubEventLogPermissionEntry">
            <summary>Stub type of System.Diagnostics.EventLogPermissionEntry</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubEventLogPermissionEntry.#ctor(System.Diagnostics.EventLogPermissionAccess,System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubEventLogPermissionEntry.InitializeStub">
            <summary>Initializes a new instance of type StubEventLogPermissionEntry</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubEventLogPermissionEntry.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubEventLogPermissionEntry.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubEventLogPermissionEntry.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Diagnostics.Fakes.StubEventSourceCreationData">
            <summary>Stub type of System.Diagnostics.EventSourceCreationData</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubEventSourceCreationData.#ctor(System.String,System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubEventSourceCreationData.InitializeStub">
            <summary>Initializes a new instance of type StubEventSourceCreationData</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubEventSourceCreationData.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubEventSourceCreationData.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubEventSourceCreationData.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Diagnostics.Fakes.StubEventTypeFilter">
            <summary>Stub type of System.Diagnostics.EventTypeFilter</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubEventTypeFilter.#ctor(System.Diagnostics.SourceLevels)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubEventTypeFilter.InitializeStub">
            <summary>Initializes a new instance of type StubEventTypeFilter</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubEventTypeFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])">
            <summary>Sets the stub of EventTypeFilter.ShouldTrace(TraceEventCache cache, String source, TraceEventType eventType, Int32 id, String formatOrMessage, Object[] args, Object data1, Object[] data)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubEventTypeFilter.ShouldTraceTraceEventCacheStringTraceEventTypeInt32StringObjectArrayObjectObjectArray">
            <summary>Sets the stub of EventTypeFilter.ShouldTrace(TraceEventCache cache, String source, TraceEventType eventType, Int32 id, String formatOrMessage, Object[] args, Object data1, Object[] data)</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubEventTypeFilter.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubEventTypeFilter.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubEventTypeFilter.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Diagnostics.Fakes.StubICollectData">
            <summary>Stub type of System.Diagnostics.ICollectData</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubICollectData.#ctor">
            <summary>Initializes a new instance of type StubICollectData</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubICollectData.CloseData">
            <summary>Sets the stub of ICollectData.CloseData()</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubICollectData.CollectDataInt32IntPtrIntPtrInt32IntPtrOut">
            <summary>Sets the stub of ICollectData.CollectData(Int32 id, IntPtr valueName, IntPtr data, Int32 totalBytes, IntPtr&amp; res)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubICollectData.global::System#Diagnostics#ICollectData#CloseData">
            <summary>Sets the stub of ICollectData.CloseData()</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubICollectData.global::System#Diagnostics#ICollectData#CollectData(System.Int32,System.IntPtr,System.IntPtr,System.Int32,System.IntPtr@)">
            <summary>Sets the stub of ICollectData.CollectData(Int32 id, IntPtr valueName, IntPtr data, Int32 totalBytes, IntPtr&amp; res)</summary>
        </member>
        <member name="T:System.Diagnostics.Fakes.StubInstanceData">
            <summary>Stub type of System.Diagnostics.InstanceData</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubInstanceData.#ctor(System.String,System.Diagnostics.CounterSample)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubInstanceData.InitializeStub">
            <summary>Initializes a new instance of type StubInstanceData</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubInstanceData.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubInstanceData.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubInstanceData.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Diagnostics.Fakes.StubInstanceDataCollection">
            <summary>Stub type of System.Diagnostics.InstanceDataCollection</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubInstanceDataCollection.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubInstanceDataCollection.InitializeStub">
            <summary>Initializes a new instance of type StubInstanceDataCollection</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubInstanceDataCollection.OnClear">
            <summary>Sets the stub of DictionaryBase.OnClear()</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubInstanceDataCollection.OnClear01">
            <summary>Sets the stub of DictionaryBase.OnClear()</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubInstanceDataCollection.OnClearComplete">
            <summary>Sets the stub of DictionaryBase.OnClearComplete()</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubInstanceDataCollection.OnClearComplete01">
            <summary>Sets the stub of DictionaryBase.OnClearComplete()</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubInstanceDataCollection.OnGet(System.Object,System.Object)">
            <summary>Sets the stub of DictionaryBase.OnGet(Object key, Object currentValue)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubInstanceDataCollection.OnGetObjectObject">
            <summary>Sets the stub of DictionaryBase.OnGet(Object key, Object currentValue)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubInstanceDataCollection.OnInsert(System.Object,System.Object)">
            <summary>Sets the stub of DictionaryBase.OnInsert(Object key, Object value)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubInstanceDataCollection.OnInsertComplete(System.Object,System.Object)">
            <summary>Sets the stub of DictionaryBase.OnInsertComplete(Object key, Object value)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubInstanceDataCollection.OnInsertCompleteObjectObject">
            <summary>Sets the stub of DictionaryBase.OnInsertComplete(Object key, Object value)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubInstanceDataCollection.OnInsertObjectObject">
            <summary>Sets the stub of DictionaryBase.OnInsert(Object key, Object value)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubInstanceDataCollection.OnRemove(System.Object,System.Object)">
            <summary>Sets the stub of DictionaryBase.OnRemove(Object key, Object value)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubInstanceDataCollection.OnRemoveComplete(System.Object,System.Object)">
            <summary>Sets the stub of DictionaryBase.OnRemoveComplete(Object key, Object value)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubInstanceDataCollection.OnRemoveCompleteObjectObject">
            <summary>Sets the stub of DictionaryBase.OnRemoveComplete(Object key, Object value)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubInstanceDataCollection.OnRemoveObjectObject">
            <summary>Sets the stub of DictionaryBase.OnRemove(Object key, Object value)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubInstanceDataCollection.OnSet(System.Object,System.Object,System.Object)">
            <summary>Sets the stub of DictionaryBase.OnSet(Object key, Object oldValue, Object newValue)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubInstanceDataCollection.OnSetComplete(System.Object,System.Object,System.Object)">
            <summary>Sets the stub of DictionaryBase.OnSetComplete(Object key, Object oldValue, Object newValue)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubInstanceDataCollection.OnSetCompleteObjectObjectObject">
            <summary>Sets the stub of DictionaryBase.OnSetComplete(Object key, Object oldValue, Object newValue)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubInstanceDataCollection.OnSetObjectObjectObject">
            <summary>Sets the stub of DictionaryBase.OnSet(Object key, Object oldValue, Object newValue)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubInstanceDataCollection.OnValidate(System.Object,System.Object)">
            <summary>Sets the stub of DictionaryBase.OnValidate(Object key, Object value)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubInstanceDataCollection.OnValidateObjectObject">
            <summary>Sets the stub of DictionaryBase.OnValidate(Object key, Object value)</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubInstanceDataCollection.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubInstanceDataCollection.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubInstanceDataCollection.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Diagnostics.Fakes.StubInstanceDataCollectionCollection">
            <summary>Stub type of System.Diagnostics.InstanceDataCollectionCollection</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubInstanceDataCollectionCollection.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubInstanceDataCollectionCollection.InitializeStub">
            <summary>Initializes a new instance of type StubInstanceDataCollectionCollection</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubInstanceDataCollectionCollection.OnClear">
            <summary>Sets the stub of DictionaryBase.OnClear()</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubInstanceDataCollectionCollection.OnClear01">
            <summary>Sets the stub of DictionaryBase.OnClear()</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubInstanceDataCollectionCollection.OnClearComplete">
            <summary>Sets the stub of DictionaryBase.OnClearComplete()</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubInstanceDataCollectionCollection.OnClearComplete01">
            <summary>Sets the stub of DictionaryBase.OnClearComplete()</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubInstanceDataCollectionCollection.OnGet(System.Object,System.Object)">
            <summary>Sets the stub of DictionaryBase.OnGet(Object key, Object currentValue)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubInstanceDataCollectionCollection.OnGetObjectObject">
            <summary>Sets the stub of DictionaryBase.OnGet(Object key, Object currentValue)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubInstanceDataCollectionCollection.OnInsert(System.Object,System.Object)">
            <summary>Sets the stub of DictionaryBase.OnInsert(Object key, Object value)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubInstanceDataCollectionCollection.OnInsertComplete(System.Object,System.Object)">
            <summary>Sets the stub of DictionaryBase.OnInsertComplete(Object key, Object value)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubInstanceDataCollectionCollection.OnInsertCompleteObjectObject">
            <summary>Sets the stub of DictionaryBase.OnInsertComplete(Object key, Object value)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubInstanceDataCollectionCollection.OnInsertObjectObject">
            <summary>Sets the stub of DictionaryBase.OnInsert(Object key, Object value)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubInstanceDataCollectionCollection.OnRemove(System.Object,System.Object)">
            <summary>Sets the stub of DictionaryBase.OnRemove(Object key, Object value)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubInstanceDataCollectionCollection.OnRemoveComplete(System.Object,System.Object)">
            <summary>Sets the stub of DictionaryBase.OnRemoveComplete(Object key, Object value)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubInstanceDataCollectionCollection.OnRemoveCompleteObjectObject">
            <summary>Sets the stub of DictionaryBase.OnRemoveComplete(Object key, Object value)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubInstanceDataCollectionCollection.OnRemoveObjectObject">
            <summary>Sets the stub of DictionaryBase.OnRemove(Object key, Object value)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubInstanceDataCollectionCollection.OnSet(System.Object,System.Object,System.Object)">
            <summary>Sets the stub of DictionaryBase.OnSet(Object key, Object oldValue, Object newValue)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubInstanceDataCollectionCollection.OnSetComplete(System.Object,System.Object,System.Object)">
            <summary>Sets the stub of DictionaryBase.OnSetComplete(Object key, Object oldValue, Object newValue)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubInstanceDataCollectionCollection.OnSetCompleteObjectObjectObject">
            <summary>Sets the stub of DictionaryBase.OnSetComplete(Object key, Object oldValue, Object newValue)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubInstanceDataCollectionCollection.OnSetObjectObjectObject">
            <summary>Sets the stub of DictionaryBase.OnSet(Object key, Object oldValue, Object newValue)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubInstanceDataCollectionCollection.OnValidate(System.Object,System.Object)">
            <summary>Sets the stub of DictionaryBase.OnValidate(Object key, Object value)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubInstanceDataCollectionCollection.OnValidateObjectObject">
            <summary>Sets the stub of DictionaryBase.OnValidate(Object key, Object value)</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubInstanceDataCollectionCollection.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubInstanceDataCollectionCollection.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubInstanceDataCollectionCollection.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Diagnostics.Fakes.StubMonitoringDescriptionAttribute">
            <summary>Stub type of System.Diagnostics.MonitoringDescriptionAttribute</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubMonitoringDescriptionAttribute.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubMonitoringDescriptionAttribute.DescriptionGet">
            <summary>Sets the stub of MonitoringDescriptionAttribute.get_Description()</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubMonitoringDescriptionAttribute.Equals(System.Object)">
            <summary>Sets the stub of DescriptionAttribute.Equals(Object obj)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubMonitoringDescriptionAttribute.EqualsObject">
            <summary>Sets the stub of DescriptionAttribute.Equals(Object obj)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubMonitoringDescriptionAttribute.GetHashCode">
            <summary>Sets the stub of DescriptionAttribute.GetHashCode()</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubMonitoringDescriptionAttribute.GetHashCode01">
            <summary>Sets the stub of DescriptionAttribute.GetHashCode()</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubMonitoringDescriptionAttribute.InitializeStub">
            <summary>Initializes a new instance of type StubMonitoringDescriptionAttribute</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubMonitoringDescriptionAttribute.IsDefaultAttribute">
            <summary>Sets the stub of DescriptionAttribute.IsDefaultAttribute()</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubMonitoringDescriptionAttribute.IsDefaultAttribute01">
            <summary>Sets the stub of DescriptionAttribute.IsDefaultAttribute()</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubMonitoringDescriptionAttribute.Match(System.Object)">
            <summary>Sets the stub of Attribute.Match(Object obj)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubMonitoringDescriptionAttribute.MatchObject">
            <summary>Sets the stub of Attribute.Match(Object obj)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubMonitoringDescriptionAttribute.TypeIdGet">
            <summary>Sets the stub of Attribute.get_TypeId()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubMonitoringDescriptionAttribute.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubMonitoringDescriptionAttribute.Description">
            <summary>Sets the stub of MonitoringDescriptionAttribute.get_Description()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubMonitoringDescriptionAttribute.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubMonitoringDescriptionAttribute.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubMonitoringDescriptionAttribute.TypeId">
            <summary>Sets the stub of Attribute.get_TypeId()</summary>
        </member>
        <member name="T:System.Diagnostics.Fakes.StubPerformanceCounterPermissionAttribute">
            <summary>Stub type of System.Diagnostics.PerformanceCounterPermissionAttribute</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubPerformanceCounterPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubPerformanceCounterPermissionAttribute.CreatePermission">
            <summary>Sets the stub of PerformanceCounterPermissionAttribute.CreatePermission()</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubPerformanceCounterPermissionAttribute.CreatePermission01">
            <summary>Sets the stub of PerformanceCounterPermissionAttribute.CreatePermission()</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubPerformanceCounterPermissionAttribute.Equals(System.Object)">
            <summary>Sets the stub of Attribute.Equals(Object obj)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubPerformanceCounterPermissionAttribute.EqualsObject">
            <summary>Sets the stub of Attribute.Equals(Object obj)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubPerformanceCounterPermissionAttribute.GetHashCode">
            <summary>Sets the stub of Attribute.GetHashCode()</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubPerformanceCounterPermissionAttribute.GetHashCode01">
            <summary>Sets the stub of Attribute.GetHashCode()</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubPerformanceCounterPermissionAttribute.InitializeStub">
            <summary>Initializes a new instance of type StubPerformanceCounterPermissionAttribute</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubPerformanceCounterPermissionAttribute.IsDefaultAttribute">
            <summary>Sets the stub of Attribute.IsDefaultAttribute()</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubPerformanceCounterPermissionAttribute.IsDefaultAttribute01">
            <summary>Sets the stub of Attribute.IsDefaultAttribute()</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubPerformanceCounterPermissionAttribute.Match(System.Object)">
            <summary>Sets the stub of Attribute.Match(Object obj)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubPerformanceCounterPermissionAttribute.MatchObject">
            <summary>Sets the stub of Attribute.Match(Object obj)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubPerformanceCounterPermissionAttribute.TypeIdGet">
            <summary>Sets the stub of Attribute.get_TypeId()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubPerformanceCounterPermissionAttribute.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubPerformanceCounterPermissionAttribute.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubPerformanceCounterPermissionAttribute.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubPerformanceCounterPermissionAttribute.TypeId">
            <summary>Sets the stub of Attribute.get_TypeId()</summary>
        </member>
        <member name="T:System.Diagnostics.Fakes.StubPerformanceCounterPermissionEntry">
            <summary>Stub type of System.Diagnostics.PerformanceCounterPermissionEntry</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubPerformanceCounterPermissionEntry.#ctor(System.Diagnostics.PerformanceCounterPermissionAccess,System.String,System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubPerformanceCounterPermissionEntry.InitializeStub">
            <summary>Initializes a new instance of type StubPerformanceCounterPermissionEntry</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubPerformanceCounterPermissionEntry.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubPerformanceCounterPermissionEntry.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubPerformanceCounterPermissionEntry.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Diagnostics.Fakes.StubProcess">
            <summary>Stub type of System.Diagnostics.Process</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubProcess.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubProcess.AttachBackingFieldToSite">
            <summary>Attaches delegates to emulate StubProcess.Site as a property with a backing field.</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubProcess.CanRaiseEventsGet">
            <summary>Sets the stub of Component.get_CanRaiseEvents()</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubProcess.Dispose(System.Boolean)">
            <summary>Sets the stub of Process.Dispose(Boolean disposing)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubProcess.DisposeBoolean">
            <summary>Sets the stub of Process.Dispose(Boolean disposing)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubProcess.GetService(System.Type)">
            <summary>Sets the stub of Component.GetService(Type service)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubProcess.GetServiceType">
            <summary>Sets the stub of Component.GetService(Type service)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubProcess.InitializeStub">
            <summary>Initializes a new instance of type StubProcess</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubProcess.SiteGet">
            <summary>Sets the stub of Component.get_Site()</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubProcess.SiteSetISite">
            <summary>Sets the stub of Component.set_Site(ISite value)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubProcess.ToString">
            <summary>Sets the stub of Process.ToString()</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubProcess.ToString01">
            <summary>Sets the stub of Process.ToString()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubProcess.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubProcess.CanRaiseEvents">
            <summary>Sets the stub of Component.get_CanRaiseEvents()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubProcess.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubProcess.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubProcess.Site">
            <summary>Sets the stub of Component.get_Site()</summary>
        </member>
        <member name="T:System.Diagnostics.Fakes.StubProcessModuleCollection">
            <summary>Stub type of System.Diagnostics.ProcessModuleCollection</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubProcessModuleCollection.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubProcessModuleCollection.#ctor(System.Diagnostics.ProcessModule[])">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubProcessModuleCollection.CountGet">
            <summary>Sets the stub of ReadOnlyCollectionBase.get_Count()</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubProcessModuleCollection.GetEnumerator">
            <summary>Sets the stub of ReadOnlyCollectionBase.GetEnumerator()</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubProcessModuleCollection.GetEnumerator01">
            <summary>Sets the stub of ReadOnlyCollectionBase.GetEnumerator()</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubProcessModuleCollection.InitializeStub">
            <summary>Initializes a new instance of type StubProcessModuleCollection</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubProcessModuleCollection.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubProcessModuleCollection.Count">
            <summary>Sets the stub of ReadOnlyCollectionBase.get_Count()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubProcessModuleCollection.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubProcessModuleCollection.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Diagnostics.Fakes.StubProcessThreadCollection">
            <summary>Stub type of System.Diagnostics.ProcessThreadCollection</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubProcessThreadCollection.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubProcessThreadCollection.#ctor(System.Diagnostics.ProcessThread[])">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubProcessThreadCollection.CountGet">
            <summary>Sets the stub of ReadOnlyCollectionBase.get_Count()</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubProcessThreadCollection.GetEnumerator">
            <summary>Sets the stub of ReadOnlyCollectionBase.GetEnumerator()</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubProcessThreadCollection.GetEnumerator01">
            <summary>Sets the stub of ReadOnlyCollectionBase.GetEnumerator()</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubProcessThreadCollection.InitializeStub">
            <summary>Initializes a new instance of type StubProcessThreadCollection</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubProcessThreadCollection.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubProcessThreadCollection.Count">
            <summary>Sets the stub of ReadOnlyCollectionBase.get_Count()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubProcessThreadCollection.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubProcessThreadCollection.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Diagnostics.Fakes.StubSourceFilter">
            <summary>Stub type of System.Diagnostics.SourceFilter</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubSourceFilter.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubSourceFilter.InitializeStub">
            <summary>Initializes a new instance of type StubSourceFilter</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubSourceFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])">
            <summary>Sets the stub of SourceFilter.ShouldTrace(TraceEventCache cache, String source, TraceEventType eventType, Int32 id, String formatOrMessage, Object[] args, Object data1, Object[] data)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubSourceFilter.ShouldTraceTraceEventCacheStringTraceEventTypeInt32StringObjectArrayObjectObjectArray">
            <summary>Sets the stub of SourceFilter.ShouldTrace(TraceEventCache cache, String source, TraceEventType eventType, Int32 id, String formatOrMessage, Object[] args, Object data1, Object[] data)</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubSourceFilter.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubSourceFilter.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubSourceFilter.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Diagnostics.Fakes.StubSourceSwitch">
            <summary>Stub type of System.Diagnostics.SourceSwitch</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubSourceSwitch.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubSourceSwitch.#ctor(System.String,System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubSourceSwitch.GetSupportedAttributes">
            <summary>Sets the stub of Switch.GetSupportedAttributes()</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubSourceSwitch.GetSupportedAttributes01">
            <summary>Sets the stub of Switch.GetSupportedAttributes()</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubSourceSwitch.InitializeStub">
            <summary>Initializes a new instance of type StubSourceSwitch</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubSourceSwitch.OnSwitchSettingChanged">
            <summary>Sets the stub of Switch.OnSwitchSettingChanged()</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubSourceSwitch.OnSwitchSettingChanged01">
            <summary>Sets the stub of Switch.OnSwitchSettingChanged()</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubSourceSwitch.OnValueChanged">
            <summary>Sets the stub of SourceSwitch.OnValueChanged()</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubSourceSwitch.OnValueChanged01">
            <summary>Sets the stub of SourceSwitch.OnValueChanged()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubSourceSwitch.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubSourceSwitch.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubSourceSwitch.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Diagnostics.Fakes.StubStopwatch">
            <summary>Stub type of System.Diagnostics.Stopwatch</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubStopwatch.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubStopwatch.InitializeStub">
            <summary>Initializes a new instance of type StubStopwatch</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubStopwatch.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubStopwatch.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubStopwatch.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Diagnostics.Fakes.StubSwitch">
            <summary>Stub type of System.Diagnostics.Switch</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubSwitch.#ctor(System.String,System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubSwitch.#ctor(System.String,System.String,System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubSwitch.GetSupportedAttributes">
            <summary>Sets the stub of Switch.GetSupportedAttributes()</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubSwitch.GetSupportedAttributes01">
            <summary>Sets the stub of Switch.GetSupportedAttributes()</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubSwitch.InitializeStub">
            <summary>Initializes a new instance of type StubSwitch</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubSwitch.OnSwitchSettingChanged">
            <summary>Sets the stub of Switch.OnSwitchSettingChanged()</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubSwitch.OnSwitchSettingChanged01">
            <summary>Sets the stub of Switch.OnSwitchSettingChanged()</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubSwitch.OnValueChanged">
            <summary>Sets the stub of Switch.OnValueChanged()</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubSwitch.OnValueChanged01">
            <summary>Sets the stub of Switch.OnValueChanged()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubSwitch.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubSwitch.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubSwitch.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Diagnostics.Fakes.StubTextWriterTraceListener">
            <summary>Stub type of System.Diagnostics.TextWriterTraceListener</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubTextWriterTraceListener.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubTextWriterTraceListener.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubTextWriterTraceListener.#ctor(System.IO.Stream)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubTextWriterTraceListener.#ctor(System.IO.TextWriter)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubTextWriterTraceListener.#ctor(System.String,System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubTextWriterTraceListener.#ctor(System.IO.Stream,System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubTextWriterTraceListener.#ctor(System.IO.TextWriter,System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubTextWriterTraceListener.AttachBackingFieldToName">
            <summary>Attaches delegates to emulate StubTextWriterTraceListener.Name as a property with a backing field.</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubTextWriterTraceListener.Close">
            <summary>Sets the stub of TextWriterTraceListener.Close()</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubTextWriterTraceListener.Close01">
            <summary>Sets the stub of TextWriterTraceListener.Close()</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubTextWriterTraceListener.Dispose(System.Boolean)">
            <summary>Sets the stub of TextWriterTraceListener.Dispose(Boolean disposing)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubTextWriterTraceListener.DisposeBoolean">
            <summary>Sets the stub of TextWriterTraceListener.Dispose(Boolean disposing)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubTextWriterTraceListener.Fail(System.String)">
            <summary>Sets the stub of TraceListener.Fail(String message)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubTextWriterTraceListener.Fail(System.String,System.String)">
            <summary>Sets the stub of TraceListener.Fail(String message, String detailMessage)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubTextWriterTraceListener.FailString">
            <summary>Sets the stub of TraceListener.Fail(String message)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubTextWriterTraceListener.FailStringString">
            <summary>Sets the stub of TraceListener.Fail(String message, String detailMessage)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubTextWriterTraceListener.Flush">
            <summary>Sets the stub of TextWriterTraceListener.Flush()</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubTextWriterTraceListener.Flush01">
            <summary>Sets the stub of TextWriterTraceListener.Flush()</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubTextWriterTraceListener.GetSupportedAttributes">
            <summary>Sets the stub of TraceListener.GetSupportedAttributes()</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubTextWriterTraceListener.GetSupportedAttributes01">
            <summary>Sets the stub of TraceListener.GetSupportedAttributes()</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubTextWriterTraceListener.InitializeStub">
            <summary>Initializes a new instance of type StubTextWriterTraceListener</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubTextWriterTraceListener.IsThreadSafeGet">
            <summary>Sets the stub of TraceListener.get_IsThreadSafe()</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubTextWriterTraceListener.NameGet">
            <summary>Sets the stub of TraceListener.get_Name()</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubTextWriterTraceListener.NameSetString">
            <summary>Sets the stub of TraceListener.set_Name(String value)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubTextWriterTraceListener.TraceData(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.Object[])">
            <summary>Sets the stub of TraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object[] data)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubTextWriterTraceListener.TraceData(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.Object)">
            <summary>Sets the stub of TraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubTextWriterTraceListener.TraceDataTraceEventCacheStringTraceEventTypeInt32Object">
            <summary>Sets the stub of TraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubTextWriterTraceListener.TraceDataTraceEventCacheStringTraceEventTypeInt32ObjectArray">
            <summary>Sets the stub of TraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object[] data)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubTextWriterTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32)">
            <summary>Sets the stub of TraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubTextWriterTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String)">
            <summary>Sets the stub of TraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, String message)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubTextWriterTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])">
            <summary>Sets the stub of TraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, String format, Object[] args)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubTextWriterTraceListener.TraceEventTraceEventCacheStringTraceEventTypeInt32">
            <summary>Sets the stub of TraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubTextWriterTraceListener.TraceEventTraceEventCacheStringTraceEventTypeInt32String">
            <summary>Sets the stub of TraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, String message)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubTextWriterTraceListener.TraceEventTraceEventCacheStringTraceEventTypeInt32StringObjectArray">
            <summary>Sets the stub of TraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, String format, Object[] args)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubTextWriterTraceListener.TraceTransfer(System.Diagnostics.TraceEventCache,System.String,System.Int32,System.String,System.Guid)">
            <summary>Sets the stub of TraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubTextWriterTraceListener.TraceTransferTraceEventCacheStringInt32StringGuid">
            <summary>Sets the stub of TraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubTextWriterTraceListener.Write(System.Object)">
            <summary>Sets the stub of TraceListener.Write(Object o)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubTextWriterTraceListener.Write(System.String)">
            <summary>Sets the stub of TextWriterTraceListener.Write(String message)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubTextWriterTraceListener.Write(System.Object,System.String)">
            <summary>Sets the stub of TraceListener.Write(Object o, String category)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubTextWriterTraceListener.Write(System.String,System.String)">
            <summary>Sets the stub of TraceListener.Write(String message, String category)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubTextWriterTraceListener.WriteIndent">
            <summary>Sets the stub of TraceListener.WriteIndent()</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubTextWriterTraceListener.WriteIndent01">
            <summary>Sets the stub of TraceListener.WriteIndent()</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubTextWriterTraceListener.WriteLine(System.Object)">
            <summary>Sets the stub of TraceListener.WriteLine(Object o)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubTextWriterTraceListener.WriteLine(System.String)">
            <summary>Sets the stub of TextWriterTraceListener.WriteLine(String message)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubTextWriterTraceListener.WriteLine(System.Object,System.String)">
            <summary>Sets the stub of TraceListener.WriteLine(Object o, String category)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubTextWriterTraceListener.WriteLine(System.String,System.String)">
            <summary>Sets the stub of TraceListener.WriteLine(String message, String category)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubTextWriterTraceListener.WriteLineObject">
            <summary>Sets the stub of TraceListener.WriteLine(Object o)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubTextWriterTraceListener.WriteLineObjectString">
            <summary>Sets the stub of TraceListener.WriteLine(Object o, String category)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubTextWriterTraceListener.WriteLineString">
            <summary>Sets the stub of TextWriterTraceListener.WriteLine(String message)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubTextWriterTraceListener.WriteLineStringString">
            <summary>Sets the stub of TraceListener.WriteLine(String message, String category)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubTextWriterTraceListener.WriteObject">
            <summary>Sets the stub of TraceListener.Write(Object o)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubTextWriterTraceListener.WriteObjectString">
            <summary>Sets the stub of TraceListener.Write(Object o, String category)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubTextWriterTraceListener.WriteString">
            <summary>Sets the stub of TextWriterTraceListener.Write(String message)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubTextWriterTraceListener.WriteStringString">
            <summary>Sets the stub of TraceListener.Write(String message, String category)</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubTextWriterTraceListener.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubTextWriterTraceListener.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubTextWriterTraceListener.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubTextWriterTraceListener.IsThreadSafe">
            <summary>Sets the stub of TraceListener.get_IsThreadSafe()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubTextWriterTraceListener.Name">
            <summary>Sets the stub of TraceListener.get_Name()</summary>
        </member>
        <member name="T:System.Diagnostics.Fakes.StubTraceEventCache">
            <summary>Stub type of System.Diagnostics.TraceEventCache</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubTraceEventCache.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubTraceEventCache.InitializeStub">
            <summary>Initializes a new instance of type StubTraceEventCache</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubTraceEventCache.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubTraceEventCache.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubTraceEventCache.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Diagnostics.Fakes.StubTraceFilter">
            <summary>Stub type of System.Diagnostics.TraceFilter</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubTraceFilter.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubTraceFilter.InitializeStub">
            <summary>Initializes a new instance of type StubTraceFilter</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubTraceFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])">
            <summary>Sets the stub of TraceFilter.ShouldTrace(TraceEventCache cache, String source, TraceEventType eventType, Int32 id, String formatOrMessage, Object[] args, Object data1, Object[] data)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubTraceFilter.ShouldTraceTraceEventCacheStringTraceEventTypeInt32StringObjectArrayObjectObjectArray">
            <summary>Sets the stub of TraceFilter.ShouldTrace(TraceEventCache cache, String source, TraceEventType eventType, Int32 id, String formatOrMessage, Object[] args, Object data1, Object[] data)</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubTraceFilter.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubTraceFilter.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubTraceFilter.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Diagnostics.Fakes.StubTraceListener">
            <summary>Stub type of System.Diagnostics.TraceListener</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubTraceListener.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubTraceListener.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubTraceListener.AttachBackingFieldToName">
            <summary>Attaches delegates to emulate StubTraceListener.Name as a property with a backing field.</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubTraceListener.Close">
            <summary>Sets the stub of TraceListener.Close()</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubTraceListener.Close01">
            <summary>Sets the stub of TraceListener.Close()</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubTraceListener.Dispose(System.Boolean)">
            <summary>Sets the stub of TraceListener.Dispose(Boolean disposing)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubTraceListener.DisposeBoolean">
            <summary>Sets the stub of TraceListener.Dispose(Boolean disposing)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubTraceListener.Fail(System.String)">
            <summary>Sets the stub of TraceListener.Fail(String message)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubTraceListener.Fail(System.String,System.String)">
            <summary>Sets the stub of TraceListener.Fail(String message, String detailMessage)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubTraceListener.FailString">
            <summary>Sets the stub of TraceListener.Fail(String message)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubTraceListener.FailStringString">
            <summary>Sets the stub of TraceListener.Fail(String message, String detailMessage)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubTraceListener.Flush">
            <summary>Sets the stub of TraceListener.Flush()</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubTraceListener.Flush01">
            <summary>Sets the stub of TraceListener.Flush()</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubTraceListener.GetSupportedAttributes">
            <summary>Sets the stub of TraceListener.GetSupportedAttributes()</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubTraceListener.GetSupportedAttributes01">
            <summary>Sets the stub of TraceListener.GetSupportedAttributes()</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubTraceListener.InitializeStub">
            <summary>Initializes a new instance of type StubTraceListener</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubTraceListener.IsThreadSafeGet">
            <summary>Sets the stub of TraceListener.get_IsThreadSafe()</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubTraceListener.NameGet">
            <summary>Sets the stub of TraceListener.get_Name()</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubTraceListener.NameSetString">
            <summary>Sets the stub of TraceListener.set_Name(String value)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubTraceListener.TraceData(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.Object[])">
            <summary>Sets the stub of TraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object[] data)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubTraceListener.TraceData(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.Object)">
            <summary>Sets the stub of TraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubTraceListener.TraceDataTraceEventCacheStringTraceEventTypeInt32Object">
            <summary>Sets the stub of TraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubTraceListener.TraceDataTraceEventCacheStringTraceEventTypeInt32ObjectArray">
            <summary>Sets the stub of TraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object[] data)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32)">
            <summary>Sets the stub of TraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String)">
            <summary>Sets the stub of TraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, String message)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])">
            <summary>Sets the stub of TraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, String format, Object[] args)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubTraceListener.TraceEventTraceEventCacheStringTraceEventTypeInt32">
            <summary>Sets the stub of TraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubTraceListener.TraceEventTraceEventCacheStringTraceEventTypeInt32String">
            <summary>Sets the stub of TraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, String message)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubTraceListener.TraceEventTraceEventCacheStringTraceEventTypeInt32StringObjectArray">
            <summary>Sets the stub of TraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, String format, Object[] args)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubTraceListener.TraceTransfer(System.Diagnostics.TraceEventCache,System.String,System.Int32,System.String,System.Guid)">
            <summary>Sets the stub of TraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubTraceListener.TraceTransferTraceEventCacheStringInt32StringGuid">
            <summary>Sets the stub of TraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubTraceListener.Write(System.Object)">
            <summary>Sets the stub of TraceListener.Write(Object o)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubTraceListener.Write(System.String)">
            <summary>Sets the stub of TraceListener.Write(String message)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubTraceListener.Write(System.Object,System.String)">
            <summary>Sets the stub of TraceListener.Write(Object o, String category)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubTraceListener.Write(System.String,System.String)">
            <summary>Sets the stub of TraceListener.Write(String message, String category)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubTraceListener.WriteIndent">
            <summary>Sets the stub of TraceListener.WriteIndent()</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubTraceListener.WriteIndent01">
            <summary>Sets the stub of TraceListener.WriteIndent()</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubTraceListener.WriteLine(System.Object)">
            <summary>Sets the stub of TraceListener.WriteLine(Object o)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubTraceListener.WriteLine(System.String)">
            <summary>Sets the stub of TraceListener.WriteLine(String message)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubTraceListener.WriteLine(System.Object,System.String)">
            <summary>Sets the stub of TraceListener.WriteLine(Object o, String category)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubTraceListener.WriteLine(System.String,System.String)">
            <summary>Sets the stub of TraceListener.WriteLine(String message, String category)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubTraceListener.WriteLineObject">
            <summary>Sets the stub of TraceListener.WriteLine(Object o)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubTraceListener.WriteLineObjectString">
            <summary>Sets the stub of TraceListener.WriteLine(Object o, String category)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubTraceListener.WriteLineString">
            <summary>Sets the stub of TraceListener.WriteLine(String message)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubTraceListener.WriteLineStringString">
            <summary>Sets the stub of TraceListener.WriteLine(String message, String category)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubTraceListener.WriteObject">
            <summary>Sets the stub of TraceListener.Write(Object o)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubTraceListener.WriteObjectString">
            <summary>Sets the stub of TraceListener.Write(Object o, String category)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubTraceListener.WriteString">
            <summary>Sets the stub of TraceListener.Write(String message)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubTraceListener.WriteStringString">
            <summary>Sets the stub of TraceListener.Write(String message, String category)</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubTraceListener.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubTraceListener.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubTraceListener.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubTraceListener.IsThreadSafe">
            <summary>Sets the stub of TraceListener.get_IsThreadSafe()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubTraceListener.Name">
            <summary>Sets the stub of TraceListener.get_Name()</summary>
        </member>
        <member name="T:System.Diagnostics.Fakes.StubTraceSource">
            <summary>Stub type of System.Diagnostics.TraceSource</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubTraceSource.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubTraceSource.#ctor(System.String,System.Diagnostics.SourceLevels)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubTraceSource.GetSupportedAttributes">
            <summary>Sets the stub of TraceSource.GetSupportedAttributes()</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubTraceSource.GetSupportedAttributes01">
            <summary>Sets the stub of TraceSource.GetSupportedAttributes()</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubTraceSource.InitializeStub">
            <summary>Initializes a new instance of type StubTraceSource</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubTraceSource.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubTraceSource.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubTraceSource.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Diagnostics.Fakes.StubTraceSwitch">
            <summary>Stub type of System.Diagnostics.TraceSwitch</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubTraceSwitch.#ctor(System.String,System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubTraceSwitch.#ctor(System.String,System.String,System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubTraceSwitch.GetSupportedAttributes">
            <summary>Sets the stub of Switch.GetSupportedAttributes()</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubTraceSwitch.GetSupportedAttributes01">
            <summary>Sets the stub of Switch.GetSupportedAttributes()</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubTraceSwitch.InitializeStub">
            <summary>Initializes a new instance of type StubTraceSwitch</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubTraceSwitch.OnSwitchSettingChanged">
            <summary>Sets the stub of TraceSwitch.OnSwitchSettingChanged()</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubTraceSwitch.OnSwitchSettingChanged01">
            <summary>Sets the stub of TraceSwitch.OnSwitchSettingChanged()</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubTraceSwitch.OnValueChanged">
            <summary>Sets the stub of TraceSwitch.OnValueChanged()</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubTraceSwitch.OnValueChanged01">
            <summary>Sets the stub of TraceSwitch.OnValueChanged()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubTraceSwitch.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubTraceSwitch.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubTraceSwitch.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Diagnostics.Fakes.StubXmlWriterTraceListener">
            <summary>Stub type of System.Diagnostics.XmlWriterTraceListener</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubXmlWriterTraceListener.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubXmlWriterTraceListener.#ctor(System.IO.Stream)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubXmlWriterTraceListener.#ctor(System.IO.TextWriter)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubXmlWriterTraceListener.#ctor(System.String,System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubXmlWriterTraceListener.#ctor(System.IO.Stream,System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubXmlWriterTraceListener.#ctor(System.IO.TextWriter,System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubXmlWriterTraceListener.AttachBackingFieldToName">
            <summary>Attaches delegates to emulate StubXmlWriterTraceListener.Name as a property with a backing field.</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubXmlWriterTraceListener.Close">
            <summary>Sets the stub of XmlWriterTraceListener.Close()</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubXmlWriterTraceListener.Close01">
            <summary>Sets the stub of XmlWriterTraceListener.Close()</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubXmlWriterTraceListener.Dispose(System.Boolean)">
            <summary>Sets the stub of TextWriterTraceListener.Dispose(Boolean disposing)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubXmlWriterTraceListener.DisposeBoolean">
            <summary>Sets the stub of TextWriterTraceListener.Dispose(Boolean disposing)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubXmlWriterTraceListener.Fail(System.String)">
            <summary>Sets the stub of TraceListener.Fail(String message)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubXmlWriterTraceListener.Fail(System.String,System.String)">
            <summary>Sets the stub of XmlWriterTraceListener.Fail(String message, String detailMessage)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubXmlWriterTraceListener.FailString">
            <summary>Sets the stub of TraceListener.Fail(String message)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubXmlWriterTraceListener.FailStringString">
            <summary>Sets the stub of XmlWriterTraceListener.Fail(String message, String detailMessage)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubXmlWriterTraceListener.Flush">
            <summary>Sets the stub of TextWriterTraceListener.Flush()</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubXmlWriterTraceListener.Flush01">
            <summary>Sets the stub of TextWriterTraceListener.Flush()</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubXmlWriterTraceListener.GetSupportedAttributes">
            <summary>Sets the stub of TraceListener.GetSupportedAttributes()</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubXmlWriterTraceListener.GetSupportedAttributes01">
            <summary>Sets the stub of TraceListener.GetSupportedAttributes()</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubXmlWriterTraceListener.InitializeStub">
            <summary>Initializes a new instance of type StubXmlWriterTraceListener</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubXmlWriterTraceListener.IsThreadSafeGet">
            <summary>Sets the stub of TraceListener.get_IsThreadSafe()</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubXmlWriterTraceListener.NameGet">
            <summary>Sets the stub of TraceListener.get_Name()</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubXmlWriterTraceListener.NameSetString">
            <summary>Sets the stub of TraceListener.set_Name(String value)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubXmlWriterTraceListener.TraceData(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.Object)">
            <summary>Sets the stub of XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubXmlWriterTraceListener.TraceData(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.Object[])">
            <summary>Sets the stub of XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object[] data)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubXmlWriterTraceListener.TraceDataTraceEventCacheStringTraceEventTypeInt32Object">
            <summary>Sets the stub of XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubXmlWriterTraceListener.TraceDataTraceEventCacheStringTraceEventTypeInt32ObjectArray">
            <summary>Sets the stub of XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object[] data)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubXmlWriterTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32)">
            <summary>Sets the stub of TraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubXmlWriterTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String)">
            <summary>Sets the stub of XmlWriterTraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, String message)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubXmlWriterTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])">
            <summary>Sets the stub of XmlWriterTraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, String format, Object[] args)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubXmlWriterTraceListener.TraceEventTraceEventCacheStringTraceEventTypeInt32">
            <summary>Sets the stub of TraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubXmlWriterTraceListener.TraceEventTraceEventCacheStringTraceEventTypeInt32String">
            <summary>Sets the stub of XmlWriterTraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, String message)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubXmlWriterTraceListener.TraceEventTraceEventCacheStringTraceEventTypeInt32StringObjectArray">
            <summary>Sets the stub of XmlWriterTraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, String format, Object[] args)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubXmlWriterTraceListener.TraceTransfer(System.Diagnostics.TraceEventCache,System.String,System.Int32,System.String,System.Guid)">
            <summary>Sets the stub of XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubXmlWriterTraceListener.TraceTransferTraceEventCacheStringInt32StringGuid">
            <summary>Sets the stub of XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubXmlWriterTraceListener.Write(System.Object)">
            <summary>Sets the stub of TraceListener.Write(Object o)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubXmlWriterTraceListener.Write(System.String)">
            <summary>Sets the stub of XmlWriterTraceListener.Write(String message)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubXmlWriterTraceListener.Write(System.Object,System.String)">
            <summary>Sets the stub of TraceListener.Write(Object o, String category)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubXmlWriterTraceListener.Write(System.String,System.String)">
            <summary>Sets the stub of TraceListener.Write(String message, String category)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubXmlWriterTraceListener.WriteIndent">
            <summary>Sets the stub of TraceListener.WriteIndent()</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubXmlWriterTraceListener.WriteIndent01">
            <summary>Sets the stub of TraceListener.WriteIndent()</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubXmlWriterTraceListener.WriteLine(System.Object)">
            <summary>Sets the stub of TraceListener.WriteLine(Object o)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubXmlWriterTraceListener.WriteLine(System.String)">
            <summary>Sets the stub of XmlWriterTraceListener.WriteLine(String message)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubXmlWriterTraceListener.WriteLine(System.Object,System.String)">
            <summary>Sets the stub of TraceListener.WriteLine(Object o, String category)</summary>
        </member>
        <member name="M:System.Diagnostics.Fakes.StubXmlWriterTraceListener.WriteLine(System.String,System.String)">
            <summary>Sets the stub of TraceListener.WriteLine(String message, String category)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubXmlWriterTraceListener.WriteLineObject">
            <summary>Sets the stub of TraceListener.WriteLine(Object o)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubXmlWriterTraceListener.WriteLineObjectString">
            <summary>Sets the stub of TraceListener.WriteLine(Object o, String category)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubXmlWriterTraceListener.WriteLineString">
            <summary>Sets the stub of XmlWriterTraceListener.WriteLine(String message)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubXmlWriterTraceListener.WriteLineStringString">
            <summary>Sets the stub of TraceListener.WriteLine(String message, String category)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubXmlWriterTraceListener.WriteObject">
            <summary>Sets the stub of TraceListener.Write(Object o)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubXmlWriterTraceListener.WriteObjectString">
            <summary>Sets the stub of TraceListener.Write(Object o, String category)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubXmlWriterTraceListener.WriteString">
            <summary>Sets the stub of XmlWriterTraceListener.Write(String message)</summary>
        </member>
        <member name="F:System.Diagnostics.Fakes.StubXmlWriterTraceListener.WriteStringString">
            <summary>Sets the stub of TraceListener.Write(String message, String category)</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubXmlWriterTraceListener.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubXmlWriterTraceListener.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubXmlWriterTraceListener.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubXmlWriterTraceListener.IsThreadSafe">
            <summary>Sets the stub of TraceListener.get_IsThreadSafe()</summary>
        </member>
        <member name="P:System.Diagnostics.Fakes.StubXmlWriterTraceListener.Name">
            <summary>Sets the stub of TraceListener.get_Name()</summary>
        </member>
        <member name="T:System.Fakes.StubFileStyleUriParser">
            <summary>Stub type of System.FileStyleUriParser</summary>
        </member>
        <member name="M:System.Fakes.StubFileStyleUriParser.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Fakes.StubFileStyleUriParser.GetComponents(System.Uri,System.UriComponents,System.UriFormat)">
            <summary>Sets the stub of UriParser.GetComponents(Uri uri, UriComponents components, UriFormat format)</summary>
        </member>
        <member name="F:System.Fakes.StubFileStyleUriParser.GetComponentsUriUriComponentsUriFormat">
            <summary>Sets the stub of UriParser.GetComponents(Uri uri, UriComponents components, UriFormat format)</summary>
        </member>
        <member name="M:System.Fakes.StubFileStyleUriParser.InitializeAndValidate(System.Uri,System.UriFormatException@)">
            <summary>Sets the stub of UriParser.InitializeAndValidate(Uri uri, UriFormatException&amp; parsingError)</summary>
        </member>
        <member name="F:System.Fakes.StubFileStyleUriParser.InitializeAndValidateUriUriFormatExceptionOut">
            <summary>Sets the stub of UriParser.InitializeAndValidate(Uri uri, UriFormatException&amp; parsingError)</summary>
        </member>
        <member name="M:System.Fakes.StubFileStyleUriParser.InitializeStub">
            <summary>Initializes a new instance of type StubFileStyleUriParser</summary>
        </member>
        <member name="M:System.Fakes.StubFileStyleUriParser.IsBaseOf(System.Uri,System.Uri)">
            <summary>Sets the stub of UriParser.IsBaseOf(Uri baseUri, Uri relativeUri)</summary>
        </member>
        <member name="F:System.Fakes.StubFileStyleUriParser.IsBaseOfUriUri">
            <summary>Sets the stub of UriParser.IsBaseOf(Uri baseUri, Uri relativeUri)</summary>
        </member>
        <member name="M:System.Fakes.StubFileStyleUriParser.IsWellFormedOriginalString(System.Uri)">
            <summary>Sets the stub of UriParser.IsWellFormedOriginalString(Uri uri)</summary>
        </member>
        <member name="F:System.Fakes.StubFileStyleUriParser.IsWellFormedOriginalStringUri">
            <summary>Sets the stub of UriParser.IsWellFormedOriginalString(Uri uri)</summary>
        </member>
        <member name="M:System.Fakes.StubFileStyleUriParser.OnNewUri">
            <summary>Sets the stub of UriParser.OnNewUri()</summary>
        </member>
        <member name="F:System.Fakes.StubFileStyleUriParser.OnNewUri01">
            <summary>Sets the stub of UriParser.OnNewUri()</summary>
        </member>
        <member name="M:System.Fakes.StubFileStyleUriParser.OnRegister(System.String,System.Int32)">
            <summary>Sets the stub of UriParser.OnRegister(String schemeName, Int32 defaultPort)</summary>
        </member>
        <member name="F:System.Fakes.StubFileStyleUriParser.OnRegisterStringInt32">
            <summary>Sets the stub of UriParser.OnRegister(String schemeName, Int32 defaultPort)</summary>
        </member>
        <member name="M:System.Fakes.StubFileStyleUriParser.Resolve(System.Uri,System.Uri,System.UriFormatException@)">
            <summary>Sets the stub of UriParser.Resolve(Uri baseUri, Uri relativeUri, UriFormatException&amp; parsingError)</summary>
        </member>
        <member name="F:System.Fakes.StubFileStyleUriParser.ResolveUriUriUriFormatExceptionOut">
            <summary>Sets the stub of UriParser.Resolve(Uri baseUri, Uri relativeUri, UriFormatException&amp; parsingError)</summary>
        </member>
        <member name="P:System.Fakes.StubFileStyleUriParser.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Fakes.StubFileStyleUriParser.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Fakes.StubFileStyleUriParser.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Fakes.StubFtpStyleUriParser">
            <summary>Stub type of System.FtpStyleUriParser</summary>
        </member>
        <member name="M:System.Fakes.StubFtpStyleUriParser.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Fakes.StubFtpStyleUriParser.GetComponents(System.Uri,System.UriComponents,System.UriFormat)">
            <summary>Sets the stub of UriParser.GetComponents(Uri uri, UriComponents components, UriFormat format)</summary>
        </member>
        <member name="F:System.Fakes.StubFtpStyleUriParser.GetComponentsUriUriComponentsUriFormat">
            <summary>Sets the stub of UriParser.GetComponents(Uri uri, UriComponents components, UriFormat format)</summary>
        </member>
        <member name="M:System.Fakes.StubFtpStyleUriParser.InitializeAndValidate(System.Uri,System.UriFormatException@)">
            <summary>Sets the stub of UriParser.InitializeAndValidate(Uri uri, UriFormatException&amp; parsingError)</summary>
        </member>
        <member name="F:System.Fakes.StubFtpStyleUriParser.InitializeAndValidateUriUriFormatExceptionOut">
            <summary>Sets the stub of UriParser.InitializeAndValidate(Uri uri, UriFormatException&amp; parsingError)</summary>
        </member>
        <member name="M:System.Fakes.StubFtpStyleUriParser.InitializeStub">
            <summary>Initializes a new instance of type StubFtpStyleUriParser</summary>
        </member>
        <member name="M:System.Fakes.StubFtpStyleUriParser.IsBaseOf(System.Uri,System.Uri)">
            <summary>Sets the stub of UriParser.IsBaseOf(Uri baseUri, Uri relativeUri)</summary>
        </member>
        <member name="F:System.Fakes.StubFtpStyleUriParser.IsBaseOfUriUri">
            <summary>Sets the stub of UriParser.IsBaseOf(Uri baseUri, Uri relativeUri)</summary>
        </member>
        <member name="M:System.Fakes.StubFtpStyleUriParser.IsWellFormedOriginalString(System.Uri)">
            <summary>Sets the stub of UriParser.IsWellFormedOriginalString(Uri uri)</summary>
        </member>
        <member name="F:System.Fakes.StubFtpStyleUriParser.IsWellFormedOriginalStringUri">
            <summary>Sets the stub of UriParser.IsWellFormedOriginalString(Uri uri)</summary>
        </member>
        <member name="M:System.Fakes.StubFtpStyleUriParser.OnNewUri">
            <summary>Sets the stub of UriParser.OnNewUri()</summary>
        </member>
        <member name="F:System.Fakes.StubFtpStyleUriParser.OnNewUri01">
            <summary>Sets the stub of UriParser.OnNewUri()</summary>
        </member>
        <member name="M:System.Fakes.StubFtpStyleUriParser.OnRegister(System.String,System.Int32)">
            <summary>Sets the stub of UriParser.OnRegister(String schemeName, Int32 defaultPort)</summary>
        </member>
        <member name="F:System.Fakes.StubFtpStyleUriParser.OnRegisterStringInt32">
            <summary>Sets the stub of UriParser.OnRegister(String schemeName, Int32 defaultPort)</summary>
        </member>
        <member name="M:System.Fakes.StubFtpStyleUriParser.Resolve(System.Uri,System.Uri,System.UriFormatException@)">
            <summary>Sets the stub of UriParser.Resolve(Uri baseUri, Uri relativeUri, UriFormatException&amp; parsingError)</summary>
        </member>
        <member name="F:System.Fakes.StubFtpStyleUriParser.ResolveUriUriUriFormatExceptionOut">
            <summary>Sets the stub of UriParser.Resolve(Uri baseUri, Uri relativeUri, UriFormatException&amp; parsingError)</summary>
        </member>
        <member name="P:System.Fakes.StubFtpStyleUriParser.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Fakes.StubFtpStyleUriParser.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Fakes.StubFtpStyleUriParser.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Fakes.StubGenericUriParser">
            <summary>Stub type of System.GenericUriParser</summary>
        </member>
        <member name="M:System.Fakes.StubGenericUriParser.#ctor(System.GenericUriParserOptions)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Fakes.StubGenericUriParser.GetComponents(System.Uri,System.UriComponents,System.UriFormat)">
            <summary>Sets the stub of UriParser.GetComponents(Uri uri, UriComponents components, UriFormat format)</summary>
        </member>
        <member name="F:System.Fakes.StubGenericUriParser.GetComponentsUriUriComponentsUriFormat">
            <summary>Sets the stub of UriParser.GetComponents(Uri uri, UriComponents components, UriFormat format)</summary>
        </member>
        <member name="M:System.Fakes.StubGenericUriParser.InitializeAndValidate(System.Uri,System.UriFormatException@)">
            <summary>Sets the stub of UriParser.InitializeAndValidate(Uri uri, UriFormatException&amp; parsingError)</summary>
        </member>
        <member name="F:System.Fakes.StubGenericUriParser.InitializeAndValidateUriUriFormatExceptionOut">
            <summary>Sets the stub of UriParser.InitializeAndValidate(Uri uri, UriFormatException&amp; parsingError)</summary>
        </member>
        <member name="M:System.Fakes.StubGenericUriParser.InitializeStub">
            <summary>Initializes a new instance of type StubGenericUriParser</summary>
        </member>
        <member name="M:System.Fakes.StubGenericUriParser.IsBaseOf(System.Uri,System.Uri)">
            <summary>Sets the stub of UriParser.IsBaseOf(Uri baseUri, Uri relativeUri)</summary>
        </member>
        <member name="F:System.Fakes.StubGenericUriParser.IsBaseOfUriUri">
            <summary>Sets the stub of UriParser.IsBaseOf(Uri baseUri, Uri relativeUri)</summary>
        </member>
        <member name="M:System.Fakes.StubGenericUriParser.IsWellFormedOriginalString(System.Uri)">
            <summary>Sets the stub of UriParser.IsWellFormedOriginalString(Uri uri)</summary>
        </member>
        <member name="F:System.Fakes.StubGenericUriParser.IsWellFormedOriginalStringUri">
            <summary>Sets the stub of UriParser.IsWellFormedOriginalString(Uri uri)</summary>
        </member>
        <member name="M:System.Fakes.StubGenericUriParser.OnNewUri">
            <summary>Sets the stub of UriParser.OnNewUri()</summary>
        </member>
        <member name="F:System.Fakes.StubGenericUriParser.OnNewUri01">
            <summary>Sets the stub of UriParser.OnNewUri()</summary>
        </member>
        <member name="M:System.Fakes.StubGenericUriParser.OnRegister(System.String,System.Int32)">
            <summary>Sets the stub of UriParser.OnRegister(String schemeName, Int32 defaultPort)</summary>
        </member>
        <member name="F:System.Fakes.StubGenericUriParser.OnRegisterStringInt32">
            <summary>Sets the stub of UriParser.OnRegister(String schemeName, Int32 defaultPort)</summary>
        </member>
        <member name="M:System.Fakes.StubGenericUriParser.Resolve(System.Uri,System.Uri,System.UriFormatException@)">
            <summary>Sets the stub of UriParser.Resolve(Uri baseUri, Uri relativeUri, UriFormatException&amp; parsingError)</summary>
        </member>
        <member name="F:System.Fakes.StubGenericUriParser.ResolveUriUriUriFormatExceptionOut">
            <summary>Sets the stub of UriParser.Resolve(Uri baseUri, Uri relativeUri, UriFormatException&amp; parsingError)</summary>
        </member>
        <member name="P:System.Fakes.StubGenericUriParser.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Fakes.StubGenericUriParser.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Fakes.StubGenericUriParser.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Fakes.StubGopherStyleUriParser">
            <summary>Stub type of System.GopherStyleUriParser</summary>
        </member>
        <member name="M:System.Fakes.StubGopherStyleUriParser.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Fakes.StubGopherStyleUriParser.GetComponents(System.Uri,System.UriComponents,System.UriFormat)">
            <summary>Sets the stub of UriParser.GetComponents(Uri uri, UriComponents components, UriFormat format)</summary>
        </member>
        <member name="F:System.Fakes.StubGopherStyleUriParser.GetComponentsUriUriComponentsUriFormat">
            <summary>Sets the stub of UriParser.GetComponents(Uri uri, UriComponents components, UriFormat format)</summary>
        </member>
        <member name="M:System.Fakes.StubGopherStyleUriParser.InitializeAndValidate(System.Uri,System.UriFormatException@)">
            <summary>Sets the stub of UriParser.InitializeAndValidate(Uri uri, UriFormatException&amp; parsingError)</summary>
        </member>
        <member name="F:System.Fakes.StubGopherStyleUriParser.InitializeAndValidateUriUriFormatExceptionOut">
            <summary>Sets the stub of UriParser.InitializeAndValidate(Uri uri, UriFormatException&amp; parsingError)</summary>
        </member>
        <member name="M:System.Fakes.StubGopherStyleUriParser.InitializeStub">
            <summary>Initializes a new instance of type StubGopherStyleUriParser</summary>
        </member>
        <member name="M:System.Fakes.StubGopherStyleUriParser.IsBaseOf(System.Uri,System.Uri)">
            <summary>Sets the stub of UriParser.IsBaseOf(Uri baseUri, Uri relativeUri)</summary>
        </member>
        <member name="F:System.Fakes.StubGopherStyleUriParser.IsBaseOfUriUri">
            <summary>Sets the stub of UriParser.IsBaseOf(Uri baseUri, Uri relativeUri)</summary>
        </member>
        <member name="M:System.Fakes.StubGopherStyleUriParser.IsWellFormedOriginalString(System.Uri)">
            <summary>Sets the stub of UriParser.IsWellFormedOriginalString(Uri uri)</summary>
        </member>
        <member name="F:System.Fakes.StubGopherStyleUriParser.IsWellFormedOriginalStringUri">
            <summary>Sets the stub of UriParser.IsWellFormedOriginalString(Uri uri)</summary>
        </member>
        <member name="M:System.Fakes.StubGopherStyleUriParser.OnNewUri">
            <summary>Sets the stub of UriParser.OnNewUri()</summary>
        </member>
        <member name="F:System.Fakes.StubGopherStyleUriParser.OnNewUri01">
            <summary>Sets the stub of UriParser.OnNewUri()</summary>
        </member>
        <member name="M:System.Fakes.StubGopherStyleUriParser.OnRegister(System.String,System.Int32)">
            <summary>Sets the stub of UriParser.OnRegister(String schemeName, Int32 defaultPort)</summary>
        </member>
        <member name="F:System.Fakes.StubGopherStyleUriParser.OnRegisterStringInt32">
            <summary>Sets the stub of UriParser.OnRegister(String schemeName, Int32 defaultPort)</summary>
        </member>
        <member name="M:System.Fakes.StubGopherStyleUriParser.Resolve(System.Uri,System.Uri,System.UriFormatException@)">
            <summary>Sets the stub of UriParser.Resolve(Uri baseUri, Uri relativeUri, UriFormatException&amp; parsingError)</summary>
        </member>
        <member name="F:System.Fakes.StubGopherStyleUriParser.ResolveUriUriUriFormatExceptionOut">
            <summary>Sets the stub of UriParser.Resolve(Uri baseUri, Uri relativeUri, UriFormatException&amp; parsingError)</summary>
        </member>
        <member name="P:System.Fakes.StubGopherStyleUriParser.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Fakes.StubGopherStyleUriParser.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Fakes.StubGopherStyleUriParser.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Fakes.StubHttpStyleUriParser">
            <summary>Stub type of System.HttpStyleUriParser</summary>
        </member>
        <member name="M:System.Fakes.StubHttpStyleUriParser.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Fakes.StubHttpStyleUriParser.GetComponents(System.Uri,System.UriComponents,System.UriFormat)">
            <summary>Sets the stub of UriParser.GetComponents(Uri uri, UriComponents components, UriFormat format)</summary>
        </member>
        <member name="F:System.Fakes.StubHttpStyleUriParser.GetComponentsUriUriComponentsUriFormat">
            <summary>Sets the stub of UriParser.GetComponents(Uri uri, UriComponents components, UriFormat format)</summary>
        </member>
        <member name="M:System.Fakes.StubHttpStyleUriParser.InitializeAndValidate(System.Uri,System.UriFormatException@)">
            <summary>Sets the stub of UriParser.InitializeAndValidate(Uri uri, UriFormatException&amp; parsingError)</summary>
        </member>
        <member name="F:System.Fakes.StubHttpStyleUriParser.InitializeAndValidateUriUriFormatExceptionOut">
            <summary>Sets the stub of UriParser.InitializeAndValidate(Uri uri, UriFormatException&amp; parsingError)</summary>
        </member>
        <member name="M:System.Fakes.StubHttpStyleUriParser.InitializeStub">
            <summary>Initializes a new instance of type StubHttpStyleUriParser</summary>
        </member>
        <member name="M:System.Fakes.StubHttpStyleUriParser.IsBaseOf(System.Uri,System.Uri)">
            <summary>Sets the stub of UriParser.IsBaseOf(Uri baseUri, Uri relativeUri)</summary>
        </member>
        <member name="F:System.Fakes.StubHttpStyleUriParser.IsBaseOfUriUri">
            <summary>Sets the stub of UriParser.IsBaseOf(Uri baseUri, Uri relativeUri)</summary>
        </member>
        <member name="M:System.Fakes.StubHttpStyleUriParser.IsWellFormedOriginalString(System.Uri)">
            <summary>Sets the stub of UriParser.IsWellFormedOriginalString(Uri uri)</summary>
        </member>
        <member name="F:System.Fakes.StubHttpStyleUriParser.IsWellFormedOriginalStringUri">
            <summary>Sets the stub of UriParser.IsWellFormedOriginalString(Uri uri)</summary>
        </member>
        <member name="M:System.Fakes.StubHttpStyleUriParser.OnNewUri">
            <summary>Sets the stub of UriParser.OnNewUri()</summary>
        </member>
        <member name="F:System.Fakes.StubHttpStyleUriParser.OnNewUri01">
            <summary>Sets the stub of UriParser.OnNewUri()</summary>
        </member>
        <member name="M:System.Fakes.StubHttpStyleUriParser.OnRegister(System.String,System.Int32)">
            <summary>Sets the stub of UriParser.OnRegister(String schemeName, Int32 defaultPort)</summary>
        </member>
        <member name="F:System.Fakes.StubHttpStyleUriParser.OnRegisterStringInt32">
            <summary>Sets the stub of UriParser.OnRegister(String schemeName, Int32 defaultPort)</summary>
        </member>
        <member name="M:System.Fakes.StubHttpStyleUriParser.Resolve(System.Uri,System.Uri,System.UriFormatException@)">
            <summary>Sets the stub of UriParser.Resolve(Uri baseUri, Uri relativeUri, UriFormatException&amp; parsingError)</summary>
        </member>
        <member name="F:System.Fakes.StubHttpStyleUriParser.ResolveUriUriUriFormatExceptionOut">
            <summary>Sets the stub of UriParser.Resolve(Uri baseUri, Uri relativeUri, UriFormatException&amp; parsingError)</summary>
        </member>
        <member name="P:System.Fakes.StubHttpStyleUriParser.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Fakes.StubHttpStyleUriParser.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Fakes.StubHttpStyleUriParser.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Fakes.StubLdapStyleUriParser">
            <summary>Stub type of System.LdapStyleUriParser</summary>
        </member>
        <member name="M:System.Fakes.StubLdapStyleUriParser.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Fakes.StubLdapStyleUriParser.GetComponents(System.Uri,System.UriComponents,System.UriFormat)">
            <summary>Sets the stub of UriParser.GetComponents(Uri uri, UriComponents components, UriFormat format)</summary>
        </member>
        <member name="F:System.Fakes.StubLdapStyleUriParser.GetComponentsUriUriComponentsUriFormat">
            <summary>Sets the stub of UriParser.GetComponents(Uri uri, UriComponents components, UriFormat format)</summary>
        </member>
        <member name="M:System.Fakes.StubLdapStyleUriParser.InitializeAndValidate(System.Uri,System.UriFormatException@)">
            <summary>Sets the stub of UriParser.InitializeAndValidate(Uri uri, UriFormatException&amp; parsingError)</summary>
        </member>
        <member name="F:System.Fakes.StubLdapStyleUriParser.InitializeAndValidateUriUriFormatExceptionOut">
            <summary>Sets the stub of UriParser.InitializeAndValidate(Uri uri, UriFormatException&amp; parsingError)</summary>
        </member>
        <member name="M:System.Fakes.StubLdapStyleUriParser.InitializeStub">
            <summary>Initializes a new instance of type StubLdapStyleUriParser</summary>
        </member>
        <member name="M:System.Fakes.StubLdapStyleUriParser.IsBaseOf(System.Uri,System.Uri)">
            <summary>Sets the stub of UriParser.IsBaseOf(Uri baseUri, Uri relativeUri)</summary>
        </member>
        <member name="F:System.Fakes.StubLdapStyleUriParser.IsBaseOfUriUri">
            <summary>Sets the stub of UriParser.IsBaseOf(Uri baseUri, Uri relativeUri)</summary>
        </member>
        <member name="M:System.Fakes.StubLdapStyleUriParser.IsWellFormedOriginalString(System.Uri)">
            <summary>Sets the stub of UriParser.IsWellFormedOriginalString(Uri uri)</summary>
        </member>
        <member name="F:System.Fakes.StubLdapStyleUriParser.IsWellFormedOriginalStringUri">
            <summary>Sets the stub of UriParser.IsWellFormedOriginalString(Uri uri)</summary>
        </member>
        <member name="M:System.Fakes.StubLdapStyleUriParser.OnNewUri">
            <summary>Sets the stub of UriParser.OnNewUri()</summary>
        </member>
        <member name="F:System.Fakes.StubLdapStyleUriParser.OnNewUri01">
            <summary>Sets the stub of UriParser.OnNewUri()</summary>
        </member>
        <member name="M:System.Fakes.StubLdapStyleUriParser.OnRegister(System.String,System.Int32)">
            <summary>Sets the stub of UriParser.OnRegister(String schemeName, Int32 defaultPort)</summary>
        </member>
        <member name="F:System.Fakes.StubLdapStyleUriParser.OnRegisterStringInt32">
            <summary>Sets the stub of UriParser.OnRegister(String schemeName, Int32 defaultPort)</summary>
        </member>
        <member name="M:System.Fakes.StubLdapStyleUriParser.Resolve(System.Uri,System.Uri,System.UriFormatException@)">
            <summary>Sets the stub of UriParser.Resolve(Uri baseUri, Uri relativeUri, UriFormatException&amp; parsingError)</summary>
        </member>
        <member name="F:System.Fakes.StubLdapStyleUriParser.ResolveUriUriUriFormatExceptionOut">
            <summary>Sets the stub of UriParser.Resolve(Uri baseUri, Uri relativeUri, UriFormatException&amp; parsingError)</summary>
        </member>
        <member name="P:System.Fakes.StubLdapStyleUriParser.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Fakes.StubLdapStyleUriParser.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Fakes.StubLdapStyleUriParser.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Fakes.StubNetPipeStyleUriParser">
            <summary>Stub type of System.NetPipeStyleUriParser</summary>
        </member>
        <member name="M:System.Fakes.StubNetPipeStyleUriParser.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Fakes.StubNetPipeStyleUriParser.GetComponents(System.Uri,System.UriComponents,System.UriFormat)">
            <summary>Sets the stub of UriParser.GetComponents(Uri uri, UriComponents components, UriFormat format)</summary>
        </member>
        <member name="F:System.Fakes.StubNetPipeStyleUriParser.GetComponentsUriUriComponentsUriFormat">
            <summary>Sets the stub of UriParser.GetComponents(Uri uri, UriComponents components, UriFormat format)</summary>
        </member>
        <member name="M:System.Fakes.StubNetPipeStyleUriParser.InitializeAndValidate(System.Uri,System.UriFormatException@)">
            <summary>Sets the stub of UriParser.InitializeAndValidate(Uri uri, UriFormatException&amp; parsingError)</summary>
        </member>
        <member name="F:System.Fakes.StubNetPipeStyleUriParser.InitializeAndValidateUriUriFormatExceptionOut">
            <summary>Sets the stub of UriParser.InitializeAndValidate(Uri uri, UriFormatException&amp; parsingError)</summary>
        </member>
        <member name="M:System.Fakes.StubNetPipeStyleUriParser.InitializeStub">
            <summary>Initializes a new instance of type StubNetPipeStyleUriParser</summary>
        </member>
        <member name="M:System.Fakes.StubNetPipeStyleUriParser.IsBaseOf(System.Uri,System.Uri)">
            <summary>Sets the stub of UriParser.IsBaseOf(Uri baseUri, Uri relativeUri)</summary>
        </member>
        <member name="F:System.Fakes.StubNetPipeStyleUriParser.IsBaseOfUriUri">
            <summary>Sets the stub of UriParser.IsBaseOf(Uri baseUri, Uri relativeUri)</summary>
        </member>
        <member name="M:System.Fakes.StubNetPipeStyleUriParser.IsWellFormedOriginalString(System.Uri)">
            <summary>Sets the stub of UriParser.IsWellFormedOriginalString(Uri uri)</summary>
        </member>
        <member name="F:System.Fakes.StubNetPipeStyleUriParser.IsWellFormedOriginalStringUri">
            <summary>Sets the stub of UriParser.IsWellFormedOriginalString(Uri uri)</summary>
        </member>
        <member name="M:System.Fakes.StubNetPipeStyleUriParser.OnNewUri">
            <summary>Sets the stub of UriParser.OnNewUri()</summary>
        </member>
        <member name="F:System.Fakes.StubNetPipeStyleUriParser.OnNewUri01">
            <summary>Sets the stub of UriParser.OnNewUri()</summary>
        </member>
        <member name="M:System.Fakes.StubNetPipeStyleUriParser.OnRegister(System.String,System.Int32)">
            <summary>Sets the stub of UriParser.OnRegister(String schemeName, Int32 defaultPort)</summary>
        </member>
        <member name="F:System.Fakes.StubNetPipeStyleUriParser.OnRegisterStringInt32">
            <summary>Sets the stub of UriParser.OnRegister(String schemeName, Int32 defaultPort)</summary>
        </member>
        <member name="M:System.Fakes.StubNetPipeStyleUriParser.Resolve(System.Uri,System.Uri,System.UriFormatException@)">
            <summary>Sets the stub of UriParser.Resolve(Uri baseUri, Uri relativeUri, UriFormatException&amp; parsingError)</summary>
        </member>
        <member name="F:System.Fakes.StubNetPipeStyleUriParser.ResolveUriUriUriFormatExceptionOut">
            <summary>Sets the stub of UriParser.Resolve(Uri baseUri, Uri relativeUri, UriFormatException&amp; parsingError)</summary>
        </member>
        <member name="P:System.Fakes.StubNetPipeStyleUriParser.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Fakes.StubNetPipeStyleUriParser.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Fakes.StubNetPipeStyleUriParser.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Fakes.StubNetTcpStyleUriParser">
            <summary>Stub type of System.NetTcpStyleUriParser</summary>
        </member>
        <member name="M:System.Fakes.StubNetTcpStyleUriParser.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Fakes.StubNetTcpStyleUriParser.GetComponents(System.Uri,System.UriComponents,System.UriFormat)">
            <summary>Sets the stub of UriParser.GetComponents(Uri uri, UriComponents components, UriFormat format)</summary>
        </member>
        <member name="F:System.Fakes.StubNetTcpStyleUriParser.GetComponentsUriUriComponentsUriFormat">
            <summary>Sets the stub of UriParser.GetComponents(Uri uri, UriComponents components, UriFormat format)</summary>
        </member>
        <member name="M:System.Fakes.StubNetTcpStyleUriParser.InitializeAndValidate(System.Uri,System.UriFormatException@)">
            <summary>Sets the stub of UriParser.InitializeAndValidate(Uri uri, UriFormatException&amp; parsingError)</summary>
        </member>
        <member name="F:System.Fakes.StubNetTcpStyleUriParser.InitializeAndValidateUriUriFormatExceptionOut">
            <summary>Sets the stub of UriParser.InitializeAndValidate(Uri uri, UriFormatException&amp; parsingError)</summary>
        </member>
        <member name="M:System.Fakes.StubNetTcpStyleUriParser.InitializeStub">
            <summary>Initializes a new instance of type StubNetTcpStyleUriParser</summary>
        </member>
        <member name="M:System.Fakes.StubNetTcpStyleUriParser.IsBaseOf(System.Uri,System.Uri)">
            <summary>Sets the stub of UriParser.IsBaseOf(Uri baseUri, Uri relativeUri)</summary>
        </member>
        <member name="F:System.Fakes.StubNetTcpStyleUriParser.IsBaseOfUriUri">
            <summary>Sets the stub of UriParser.IsBaseOf(Uri baseUri, Uri relativeUri)</summary>
        </member>
        <member name="M:System.Fakes.StubNetTcpStyleUriParser.IsWellFormedOriginalString(System.Uri)">
            <summary>Sets the stub of UriParser.IsWellFormedOriginalString(Uri uri)</summary>
        </member>
        <member name="F:System.Fakes.StubNetTcpStyleUriParser.IsWellFormedOriginalStringUri">
            <summary>Sets the stub of UriParser.IsWellFormedOriginalString(Uri uri)</summary>
        </member>
        <member name="M:System.Fakes.StubNetTcpStyleUriParser.OnNewUri">
            <summary>Sets the stub of UriParser.OnNewUri()</summary>
        </member>
        <member name="F:System.Fakes.StubNetTcpStyleUriParser.OnNewUri01">
            <summary>Sets the stub of UriParser.OnNewUri()</summary>
        </member>
        <member name="M:System.Fakes.StubNetTcpStyleUriParser.OnRegister(System.String,System.Int32)">
            <summary>Sets the stub of UriParser.OnRegister(String schemeName, Int32 defaultPort)</summary>
        </member>
        <member name="F:System.Fakes.StubNetTcpStyleUriParser.OnRegisterStringInt32">
            <summary>Sets the stub of UriParser.OnRegister(String schemeName, Int32 defaultPort)</summary>
        </member>
        <member name="M:System.Fakes.StubNetTcpStyleUriParser.Resolve(System.Uri,System.Uri,System.UriFormatException@)">
            <summary>Sets the stub of UriParser.Resolve(Uri baseUri, Uri relativeUri, UriFormatException&amp; parsingError)</summary>
        </member>
        <member name="F:System.Fakes.StubNetTcpStyleUriParser.ResolveUriUriUriFormatExceptionOut">
            <summary>Sets the stub of UriParser.Resolve(Uri baseUri, Uri relativeUri, UriFormatException&amp; parsingError)</summary>
        </member>
        <member name="P:System.Fakes.StubNetTcpStyleUriParser.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Fakes.StubNetTcpStyleUriParser.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Fakes.StubNetTcpStyleUriParser.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Fakes.StubNewsStyleUriParser">
            <summary>Stub type of System.NewsStyleUriParser</summary>
        </member>
        <member name="M:System.Fakes.StubNewsStyleUriParser.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Fakes.StubNewsStyleUriParser.GetComponents(System.Uri,System.UriComponents,System.UriFormat)">
            <summary>Sets the stub of UriParser.GetComponents(Uri uri, UriComponents components, UriFormat format)</summary>
        </member>
        <member name="F:System.Fakes.StubNewsStyleUriParser.GetComponentsUriUriComponentsUriFormat">
            <summary>Sets the stub of UriParser.GetComponents(Uri uri, UriComponents components, UriFormat format)</summary>
        </member>
        <member name="M:System.Fakes.StubNewsStyleUriParser.InitializeAndValidate(System.Uri,System.UriFormatException@)">
            <summary>Sets the stub of UriParser.InitializeAndValidate(Uri uri, UriFormatException&amp; parsingError)</summary>
        </member>
        <member name="F:System.Fakes.StubNewsStyleUriParser.InitializeAndValidateUriUriFormatExceptionOut">
            <summary>Sets the stub of UriParser.InitializeAndValidate(Uri uri, UriFormatException&amp; parsingError)</summary>
        </member>
        <member name="M:System.Fakes.StubNewsStyleUriParser.InitializeStub">
            <summary>Initializes a new instance of type StubNewsStyleUriParser</summary>
        </member>
        <member name="M:System.Fakes.StubNewsStyleUriParser.IsBaseOf(System.Uri,System.Uri)">
            <summary>Sets the stub of UriParser.IsBaseOf(Uri baseUri, Uri relativeUri)</summary>
        </member>
        <member name="F:System.Fakes.StubNewsStyleUriParser.IsBaseOfUriUri">
            <summary>Sets the stub of UriParser.IsBaseOf(Uri baseUri, Uri relativeUri)</summary>
        </member>
        <member name="M:System.Fakes.StubNewsStyleUriParser.IsWellFormedOriginalString(System.Uri)">
            <summary>Sets the stub of UriParser.IsWellFormedOriginalString(Uri uri)</summary>
        </member>
        <member name="F:System.Fakes.StubNewsStyleUriParser.IsWellFormedOriginalStringUri">
            <summary>Sets the stub of UriParser.IsWellFormedOriginalString(Uri uri)</summary>
        </member>
        <member name="M:System.Fakes.StubNewsStyleUriParser.OnNewUri">
            <summary>Sets the stub of UriParser.OnNewUri()</summary>
        </member>
        <member name="F:System.Fakes.StubNewsStyleUriParser.OnNewUri01">
            <summary>Sets the stub of UriParser.OnNewUri()</summary>
        </member>
        <member name="M:System.Fakes.StubNewsStyleUriParser.OnRegister(System.String,System.Int32)">
            <summary>Sets the stub of UriParser.OnRegister(String schemeName, Int32 defaultPort)</summary>
        </member>
        <member name="F:System.Fakes.StubNewsStyleUriParser.OnRegisterStringInt32">
            <summary>Sets the stub of UriParser.OnRegister(String schemeName, Int32 defaultPort)</summary>
        </member>
        <member name="M:System.Fakes.StubNewsStyleUriParser.Resolve(System.Uri,System.Uri,System.UriFormatException@)">
            <summary>Sets the stub of UriParser.Resolve(Uri baseUri, Uri relativeUri, UriFormatException&amp; parsingError)</summary>
        </member>
        <member name="F:System.Fakes.StubNewsStyleUriParser.ResolveUriUriUriFormatExceptionOut">
            <summary>Sets the stub of UriParser.Resolve(Uri baseUri, Uri relativeUri, UriFormatException&amp; parsingError)</summary>
        </member>
        <member name="P:System.Fakes.StubNewsStyleUriParser.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Fakes.StubNewsStyleUriParser.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Fakes.StubNewsStyleUriParser.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Fakes.StubUri">
            <summary>Stub type of System.Uri</summary>
        </member>
        <member name="M:System.Fakes.StubUri.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Fakes.StubUri.#ctor(System.Uri,System.Uri)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Fakes.StubUri.#ctor(System.Uri,System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Fakes.StubUri.#ctor(System.String,System.UriKind)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Fakes.StubUri.#ctor(System.String,System.Boolean)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Fakes.StubUri.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Fakes.StubUri.#ctor(System.Uri,System.String,System.Boolean)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Fakes.StubUri.Canonicalize">
            <summary>Sets the stub of Uri.Canonicalize()</summary>
        </member>
        <member name="F:System.Fakes.StubUri.Canonicalize01">
            <summary>Sets the stub of Uri.Canonicalize()</summary>
        </member>
        <member name="M:System.Fakes.StubUri.CheckSecurity">
            <summary>Sets the stub of Uri.CheckSecurity()</summary>
        </member>
        <member name="F:System.Fakes.StubUri.CheckSecurity01">
            <summary>Sets the stub of Uri.CheckSecurity()</summary>
        </member>
        <member name="M:System.Fakes.StubUri.Equals(System.Object)">
            <summary>Sets the stub of Uri.Equals(Object comparand)</summary>
        </member>
        <member name="F:System.Fakes.StubUri.EqualsObject">
            <summary>Sets the stub of Uri.Equals(Object comparand)</summary>
        </member>
        <member name="M:System.Fakes.StubUri.Escape">
            <summary>Sets the stub of Uri.Escape()</summary>
        </member>
        <member name="F:System.Fakes.StubUri.Escape01">
            <summary>Sets the stub of Uri.Escape()</summary>
        </member>
        <member name="M:System.Fakes.StubUri.GetHashCode">
            <summary>Sets the stub of Uri.GetHashCode()</summary>
        </member>
        <member name="F:System.Fakes.StubUri.GetHashCode01">
            <summary>Sets the stub of Uri.GetHashCode()</summary>
        </member>
        <member name="M:System.Fakes.StubUri.InitializeStub">
            <summary>Initializes a new instance of type StubUri</summary>
        </member>
        <member name="M:System.Fakes.StubUri.IsBadFileSystemCharacter(System.Char)">
            <summary>Sets the stub of Uri.IsBadFileSystemCharacter(Char character)</summary>
        </member>
        <member name="F:System.Fakes.StubUri.IsBadFileSystemCharacterChar">
            <summary>Sets the stub of Uri.IsBadFileSystemCharacter(Char character)</summary>
        </member>
        <member name="M:System.Fakes.StubUri.IsReservedCharacter(System.Char)">
            <summary>Sets the stub of Uri.IsReservedCharacter(Char character)</summary>
        </member>
        <member name="F:System.Fakes.StubUri.IsReservedCharacterChar">
            <summary>Sets the stub of Uri.IsReservedCharacter(Char character)</summary>
        </member>
        <member name="M:System.Fakes.StubUri.Parse">
            <summary>Sets the stub of Uri.Parse()</summary>
        </member>
        <member name="F:System.Fakes.StubUri.Parse01">
            <summary>Sets the stub of Uri.Parse()</summary>
        </member>
        <member name="M:System.Fakes.StubUri.ToString">
            <summary>Sets the stub of Uri.ToString()</summary>
        </member>
        <member name="F:System.Fakes.StubUri.ToString01">
            <summary>Sets the stub of Uri.ToString()</summary>
        </member>
        <member name="M:System.Fakes.StubUri.Unescape(System.String)">
            <summary>Sets the stub of Uri.Unescape(String path)</summary>
        </member>
        <member name="F:System.Fakes.StubUri.UnescapeString">
            <summary>Sets the stub of Uri.Unescape(String path)</summary>
        </member>
        <member name="P:System.Fakes.StubUri.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Fakes.StubUri.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Fakes.StubUri.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Fakes.StubUriBuilder">
            <summary>Stub type of System.UriBuilder</summary>
        </member>
        <member name="M:System.Fakes.StubUriBuilder.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Fakes.StubUriBuilder.#ctor(System.Uri)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Fakes.StubUriBuilder.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Fakes.StubUriBuilder.#ctor(System.String,System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Fakes.StubUriBuilder.#ctor(System.String,System.String,System.Int32)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Fakes.StubUriBuilder.#ctor(System.String,System.String,System.Int32,System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Fakes.StubUriBuilder.#ctor(System.String,System.String,System.Int32,System.String,System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Fakes.StubUriBuilder.Equals(System.Object)">
            <summary>Sets the stub of UriBuilder.Equals(Object rparam)</summary>
        </member>
        <member name="F:System.Fakes.StubUriBuilder.EqualsObject">
            <summary>Sets the stub of UriBuilder.Equals(Object rparam)</summary>
        </member>
        <member name="M:System.Fakes.StubUriBuilder.GetHashCode">
            <summary>Sets the stub of UriBuilder.GetHashCode()</summary>
        </member>
        <member name="F:System.Fakes.StubUriBuilder.GetHashCode01">
            <summary>Sets the stub of UriBuilder.GetHashCode()</summary>
        </member>
        <member name="M:System.Fakes.StubUriBuilder.InitializeStub">
            <summary>Initializes a new instance of type StubUriBuilder</summary>
        </member>
        <member name="M:System.Fakes.StubUriBuilder.ToString">
            <summary>Sets the stub of UriBuilder.ToString()</summary>
        </member>
        <member name="F:System.Fakes.StubUriBuilder.ToString01">
            <summary>Sets the stub of UriBuilder.ToString()</summary>
        </member>
        <member name="P:System.Fakes.StubUriBuilder.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Fakes.StubUriBuilder.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Fakes.StubUriBuilder.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Fakes.StubUriFormatException">
            <summary>Stub type of System.UriFormatException</summary>
        </member>
        <member name="M:System.Fakes.StubUriFormatException.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Fakes.StubUriFormatException.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Fakes.StubUriFormatException.#ctor(System.String,System.Exception)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Fakes.StubUriFormatException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Fakes.StubUriFormatException.AttachBackingFieldToHelpLink">
            <summary>Attaches delegates to emulate StubUriFormatException.HelpLink as a property with a backing field.</summary>
        </member>
        <member name="M:System.Fakes.StubUriFormatException.AttachBackingFieldToSource">
            <summary>Attaches delegates to emulate StubUriFormatException.Source as a property with a backing field.</summary>
        </member>
        <member name="F:System.Fakes.StubUriFormatException.DataGet">
            <summary>Sets the stub of Exception.get_Data()</summary>
        </member>
        <member name="M:System.Fakes.StubUriFormatException.GetBaseException">
            <summary>Sets the stub of Exception.GetBaseException()</summary>
        </member>
        <member name="F:System.Fakes.StubUriFormatException.GetBaseException01">
            <summary>Sets the stub of Exception.GetBaseException()</summary>
        </member>
        <member name="M:System.Fakes.StubUriFormatException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context)</summary>
        </member>
        <member name="F:System.Fakes.StubUriFormatException.GetObjectDataSerializationInfoStreamingContext">
            <summary>Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context)</summary>
        </member>
        <member name="F:System.Fakes.StubUriFormatException.HelpLinkGet">
            <summary>Sets the stub of Exception.get_HelpLink()</summary>
        </member>
        <member name="F:System.Fakes.StubUriFormatException.HelpLinkSetString">
            <summary>Sets the stub of Exception.set_HelpLink(String value)</summary>
        </member>
        <member name="M:System.Fakes.StubUriFormatException.InitializeStub">
            <summary>Initializes a new instance of type StubUriFormatException</summary>
        </member>
        <member name="F:System.Fakes.StubUriFormatException.MessageGet">
            <summary>Sets the stub of Exception.get_Message()</summary>
        </member>
        <member name="F:System.Fakes.StubUriFormatException.SourceGet">
            <summary>Sets the stub of Exception.get_Source()</summary>
        </member>
        <member name="F:System.Fakes.StubUriFormatException.SourceSetString">
            <summary>Sets the stub of Exception.set_Source(String value)</summary>
        </member>
        <member name="F:System.Fakes.StubUriFormatException.StackTraceGet">
            <summary>Sets the stub of Exception.get_StackTrace()</summary>
        </member>
        <member name="M:System.Fakes.StubUriFormatException.ToString">
            <summary>Sets the stub of Exception.ToString()</summary>
        </member>
        <member name="F:System.Fakes.StubUriFormatException.ToString01">
            <summary>Sets the stub of Exception.ToString()</summary>
        </member>
        <member name="P:System.Fakes.StubUriFormatException.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Fakes.StubUriFormatException.Data">
            <summary>Sets the stub of Exception.get_Data()</summary>
        </member>
        <member name="P:System.Fakes.StubUriFormatException.HelpLink">
            <summary>Sets the stub of Exception.get_HelpLink()</summary>
        </member>
        <member name="P:System.Fakes.StubUriFormatException.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Fakes.StubUriFormatException.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.Fakes.StubUriFormatException.Message">
            <summary>Sets the stub of Exception.get_Message()</summary>
        </member>
        <member name="P:System.Fakes.StubUriFormatException.Source">
            <summary>Sets the stub of Exception.get_Source()</summary>
        </member>
        <member name="P:System.Fakes.StubUriFormatException.StackTrace">
            <summary>Sets the stub of Exception.get_StackTrace()</summary>
        </member>
        <member name="T:System.Fakes.StubUriParser">
            <summary>Stub type of System.UriParser</summary>
        </member>
        <member name="M:System.Fakes.StubUriParser.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Fakes.StubUriParser.GetComponents(System.Uri,System.UriComponents,System.UriFormat)">
            <summary>Sets the stub of UriParser.GetComponents(Uri uri, UriComponents components, UriFormat format)</summary>
        </member>
        <member name="F:System.Fakes.StubUriParser.GetComponentsUriUriComponentsUriFormat">
            <summary>Sets the stub of UriParser.GetComponents(Uri uri, UriComponents components, UriFormat format)</summary>
        </member>
        <member name="M:System.Fakes.StubUriParser.InitializeAndValidate(System.Uri,System.UriFormatException@)">
            <summary>Sets the stub of UriParser.InitializeAndValidate(Uri uri, UriFormatException&amp; parsingError)</summary>
        </member>
        <member name="F:System.Fakes.StubUriParser.InitializeAndValidateUriUriFormatExceptionOut">
            <summary>Sets the stub of UriParser.InitializeAndValidate(Uri uri, UriFormatException&amp; parsingError)</summary>
        </member>
        <member name="M:System.Fakes.StubUriParser.InitializeStub">
            <summary>Initializes a new instance of type StubUriParser</summary>
        </member>
        <member name="M:System.Fakes.StubUriParser.IsBaseOf(System.Uri,System.Uri)">
            <summary>Sets the stub of UriParser.IsBaseOf(Uri baseUri, Uri relativeUri)</summary>
        </member>
        <member name="F:System.Fakes.StubUriParser.IsBaseOfUriUri">
            <summary>Sets the stub of UriParser.IsBaseOf(Uri baseUri, Uri relativeUri)</summary>
        </member>
        <member name="M:System.Fakes.StubUriParser.IsWellFormedOriginalString(System.Uri)">
            <summary>Sets the stub of UriParser.IsWellFormedOriginalString(Uri uri)</summary>
        </member>
        <member name="F:System.Fakes.StubUriParser.IsWellFormedOriginalStringUri">
            <summary>Sets the stub of UriParser.IsWellFormedOriginalString(Uri uri)</summary>
        </member>
        <member name="M:System.Fakes.StubUriParser.OnNewUri">
            <summary>Sets the stub of UriParser.OnNewUri()</summary>
        </member>
        <member name="F:System.Fakes.StubUriParser.OnNewUri01">
            <summary>Sets the stub of UriParser.OnNewUri()</summary>
        </member>
        <member name="M:System.Fakes.StubUriParser.OnRegister(System.String,System.Int32)">
            <summary>Sets the stub of UriParser.OnRegister(String schemeName, Int32 defaultPort)</summary>
        </member>
        <member name="F:System.Fakes.StubUriParser.OnRegisterStringInt32">
            <summary>Sets the stub of UriParser.OnRegister(String schemeName, Int32 defaultPort)</summary>
        </member>
        <member name="M:System.Fakes.StubUriParser.Resolve(System.Uri,System.Uri,System.UriFormatException@)">
            <summary>Sets the stub of UriParser.Resolve(Uri baseUri, Uri relativeUri, UriFormatException&amp; parsingError)</summary>
        </member>
        <member name="F:System.Fakes.StubUriParser.ResolveUriUriUriFormatExceptionOut">
            <summary>Sets the stub of UriParser.Resolve(Uri baseUri, Uri relativeUri, UriFormatException&amp; parsingError)</summary>
        </member>
        <member name="P:System.Fakes.StubUriParser.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Fakes.StubUriParser.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Fakes.StubUriParser.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Fakes.StubUriTypeConverter">
            <summary>Stub type of System.UriTypeConverter</summary>
        </member>
        <member name="M:System.Fakes.StubUriTypeConverter.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Fakes.StubUriTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
            <summary>Sets the stub of UriTypeConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType)</summary>
        </member>
        <member name="F:System.Fakes.StubUriTypeConverter.CanConvertFromITypeDescriptorContextType">
            <summary>Sets the stub of UriTypeConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType)</summary>
        </member>
        <member name="M:System.Fakes.StubUriTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
            <summary>Sets the stub of UriTypeConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType)</summary>
        </member>
        <member name="F:System.Fakes.StubUriTypeConverter.CanConvertToITypeDescriptorContextType">
            <summary>Sets the stub of UriTypeConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType)</summary>
        </member>
        <member name="M:System.Fakes.StubUriTypeConverter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)">
            <summary>Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues)</summary>
        </member>
        <member name="F:System.Fakes.StubUriTypeConverter.CreateInstanceITypeDescriptorContextIDictionary">
            <summary>Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues)</summary>
        </member>
        <member name="M:System.Fakes.StubUriTypeConverter.GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.Fakes.StubUriTypeConverter.GetCreateInstanceSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.Fakes.StubUriTypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])">
            <summary>Sets the stub of TypeConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes)</summary>
        </member>
        <member name="F:System.Fakes.StubUriTypeConverter.GetPropertiesITypeDescriptorContextObjectAttributeArray">
            <summary>Sets the stub of TypeConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes)</summary>
        </member>
        <member name="M:System.Fakes.StubUriTypeConverter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetPropertiesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.Fakes.StubUriTypeConverter.GetPropertiesSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetPropertiesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.Fakes.StubUriTypeConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetStandardValues(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.Fakes.StubUriTypeConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.Fakes.StubUriTypeConverter.GetStandardValuesExclusiveITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.Fakes.StubUriTypeConverter.GetStandardValuesITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetStandardValues(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.Fakes.StubUriTypeConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.Fakes.StubUriTypeConverter.GetStandardValuesSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.Fakes.StubUriTypeConverter.InitializeStub">
            <summary>Initializes a new instance of type StubUriTypeConverter</summary>
        </member>
        <member name="M:System.Fakes.StubUriTypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext,System.Object)">
            <summary>Sets the stub of UriTypeConverter.IsValid(ITypeDescriptorContext context, Object value)</summary>
        </member>
        <member name="F:System.Fakes.StubUriTypeConverter.IsValidITypeDescriptorContextObject">
            <summary>Sets the stub of UriTypeConverter.IsValid(ITypeDescriptorContext context, Object value)</summary>
        </member>
        <member name="P:System.Fakes.StubUriTypeConverter.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Fakes.StubUriTypeConverter.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Fakes.StubUriTypeConverter.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.IO.Ports.Fakes.StubSerialPort">
            <summary>Stub type of System.IO.Ports.SerialPort</summary>
        </member>
        <member name="M:System.IO.Ports.Fakes.StubSerialPort.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.IO.Ports.Fakes.StubSerialPort.#ctor(System.ComponentModel.IContainer)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.IO.Ports.Fakes.StubSerialPort.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.IO.Ports.Fakes.StubSerialPort.#ctor(System.String,System.Int32)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.IO.Ports.Fakes.StubSerialPort.#ctor(System.String,System.Int32,System.IO.Ports.Parity)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.IO.Ports.Fakes.StubSerialPort.#ctor(System.String,System.Int32,System.IO.Ports.Parity,System.Int32)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.IO.Ports.Fakes.StubSerialPort.#ctor(System.String,System.Int32,System.IO.Ports.Parity,System.Int32,System.IO.Ports.StopBits)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.IO.Ports.Fakes.StubSerialPort.AttachBackingFieldToSite">
            <summary>Attaches delegates to emulate StubSerialPort.Site as a property with a backing field.</summary>
        </member>
        <member name="F:System.IO.Ports.Fakes.StubSerialPort.CanRaiseEventsGet">
            <summary>Sets the stub of Component.get_CanRaiseEvents()</summary>
        </member>
        <member name="M:System.IO.Ports.Fakes.StubSerialPort.Dispose(System.Boolean)">
            <summary>Sets the stub of SerialPort.Dispose(Boolean disposing)</summary>
        </member>
        <member name="F:System.IO.Ports.Fakes.StubSerialPort.DisposeBoolean">
            <summary>Sets the stub of SerialPort.Dispose(Boolean disposing)</summary>
        </member>
        <member name="M:System.IO.Ports.Fakes.StubSerialPort.GetService(System.Type)">
            <summary>Sets the stub of Component.GetService(Type service)</summary>
        </member>
        <member name="F:System.IO.Ports.Fakes.StubSerialPort.GetServiceType">
            <summary>Sets the stub of Component.GetService(Type service)</summary>
        </member>
        <member name="M:System.IO.Ports.Fakes.StubSerialPort.InitializeStub">
            <summary>Initializes a new instance of type StubSerialPort</summary>
        </member>
        <member name="F:System.IO.Ports.Fakes.StubSerialPort.SiteGet">
            <summary>Sets the stub of Component.get_Site()</summary>
        </member>
        <member name="F:System.IO.Ports.Fakes.StubSerialPort.SiteSetISite">
            <summary>Sets the stub of Component.set_Site(ISite value)</summary>
        </member>
        <member name="M:System.IO.Ports.Fakes.StubSerialPort.ToString">
            <summary>Sets the stub of Component.ToString()</summary>
        </member>
        <member name="F:System.IO.Ports.Fakes.StubSerialPort.ToString01">
            <summary>Sets the stub of Component.ToString()</summary>
        </member>
        <member name="P:System.IO.Ports.Fakes.StubSerialPort.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.IO.Ports.Fakes.StubSerialPort.CanRaiseEvents">
            <summary>Sets the stub of Component.get_CanRaiseEvents()</summary>
        </member>
        <member name="P:System.IO.Ports.Fakes.StubSerialPort.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.IO.Ports.Fakes.StubSerialPort.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.IO.Ports.Fakes.StubSerialPort.Site">
            <summary>Sets the stub of Component.get_Site()</summary>
        </member>
        <member name="T:System.Media.Fakes.StubSoundPlayer">
            <summary>Stub type of System.Media.SoundPlayer</summary>
        </member>
        <member name="M:System.Media.Fakes.StubSoundPlayer.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Media.Fakes.StubSoundPlayer.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Media.Fakes.StubSoundPlayer.#ctor(System.IO.Stream)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Media.Fakes.StubSoundPlayer.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Media.Fakes.StubSoundPlayer.AttachBackingFieldToSite">
            <summary>Attaches delegates to emulate StubSoundPlayer.Site as a property with a backing field.</summary>
        </member>
        <member name="F:System.Media.Fakes.StubSoundPlayer.CanRaiseEventsGet">
            <summary>Sets the stub of Component.get_CanRaiseEvents()</summary>
        </member>
        <member name="M:System.Media.Fakes.StubSoundPlayer.Dispose(System.Boolean)">
            <summary>Sets the stub of Component.Dispose(Boolean disposing)</summary>
        </member>
        <member name="F:System.Media.Fakes.StubSoundPlayer.DisposeBoolean">
            <summary>Sets the stub of Component.Dispose(Boolean disposing)</summary>
        </member>
        <member name="M:System.Media.Fakes.StubSoundPlayer.GetService(System.Type)">
            <summary>Sets the stub of Component.GetService(Type service)</summary>
        </member>
        <member name="F:System.Media.Fakes.StubSoundPlayer.GetServiceType">
            <summary>Sets the stub of Component.GetService(Type service)</summary>
        </member>
        <member name="M:System.Media.Fakes.StubSoundPlayer.InitializeStub">
            <summary>Initializes a new instance of type StubSoundPlayer</summary>
        </member>
        <member name="M:System.Media.Fakes.StubSoundPlayer.OnLoadCompleted(System.ComponentModel.AsyncCompletedEventArgs)">
            <summary>Sets the stub of SoundPlayer.OnLoadCompleted(AsyncCompletedEventArgs e)</summary>
        </member>
        <member name="F:System.Media.Fakes.StubSoundPlayer.OnLoadCompletedAsyncCompletedEventArgs">
            <summary>Sets the stub of SoundPlayer.OnLoadCompleted(AsyncCompletedEventArgs e)</summary>
        </member>
        <member name="M:System.Media.Fakes.StubSoundPlayer.OnSoundLocationChanged(System.EventArgs)">
            <summary>Sets the stub of SoundPlayer.OnSoundLocationChanged(EventArgs e)</summary>
        </member>
        <member name="F:System.Media.Fakes.StubSoundPlayer.OnSoundLocationChangedEventArgs">
            <summary>Sets the stub of SoundPlayer.OnSoundLocationChanged(EventArgs e)</summary>
        </member>
        <member name="M:System.Media.Fakes.StubSoundPlayer.OnStreamChanged(System.EventArgs)">
            <summary>Sets the stub of SoundPlayer.OnStreamChanged(EventArgs e)</summary>
        </member>
        <member name="F:System.Media.Fakes.StubSoundPlayer.OnStreamChangedEventArgs">
            <summary>Sets the stub of SoundPlayer.OnStreamChanged(EventArgs e)</summary>
        </member>
        <member name="F:System.Media.Fakes.StubSoundPlayer.SiteGet">
            <summary>Sets the stub of Component.get_Site()</summary>
        </member>
        <member name="F:System.Media.Fakes.StubSoundPlayer.SiteSetISite">
            <summary>Sets the stub of Component.set_Site(ISite value)</summary>
        </member>
        <member name="M:System.Media.Fakes.StubSoundPlayer.ToString">
            <summary>Sets the stub of Component.ToString()</summary>
        </member>
        <member name="F:System.Media.Fakes.StubSoundPlayer.ToString01">
            <summary>Sets the stub of Component.ToString()</summary>
        </member>
        <member name="P:System.Media.Fakes.StubSoundPlayer.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Media.Fakes.StubSoundPlayer.CanRaiseEvents">
            <summary>Sets the stub of Component.get_CanRaiseEvents()</summary>
        </member>
        <member name="P:System.Media.Fakes.StubSoundPlayer.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Media.Fakes.StubSoundPlayer.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.Media.Fakes.StubSoundPlayer.Site">
            <summary>Sets the stub of Component.get_Site()</summary>
        </member>
        <member name="T:System.Net.Cache.Fakes.StubHttpRequestCachePolicy">
            <summary>Stub type of System.Net.Cache.HttpRequestCachePolicy</summary>
        </member>
        <member name="M:System.Net.Cache.Fakes.StubHttpRequestCachePolicy.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Cache.Fakes.StubHttpRequestCachePolicy.#ctor(System.Net.Cache.HttpRequestCacheLevel)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Cache.Fakes.StubHttpRequestCachePolicy.#ctor(System.DateTime)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Cache.Fakes.StubHttpRequestCachePolicy.#ctor(System.Net.Cache.HttpCacheAgeControl,System.TimeSpan)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Cache.Fakes.StubHttpRequestCachePolicy.#ctor(System.Net.Cache.HttpCacheAgeControl,System.TimeSpan,System.TimeSpan)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Cache.Fakes.StubHttpRequestCachePolicy.#ctor(System.Net.Cache.HttpCacheAgeControl,System.TimeSpan,System.TimeSpan,System.DateTime)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Cache.Fakes.StubHttpRequestCachePolicy.InitializeStub">
            <summary>Initializes a new instance of type StubHttpRequestCachePolicy</summary>
        </member>
        <member name="M:System.Net.Cache.Fakes.StubHttpRequestCachePolicy.ToString">
            <summary>Sets the stub of HttpRequestCachePolicy.ToString()</summary>
        </member>
        <member name="F:System.Net.Cache.Fakes.StubHttpRequestCachePolicy.ToString01">
            <summary>Sets the stub of HttpRequestCachePolicy.ToString()</summary>
        </member>
        <member name="P:System.Net.Cache.Fakes.StubHttpRequestCachePolicy.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Net.Cache.Fakes.StubHttpRequestCachePolicy.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Net.Cache.Fakes.StubHttpRequestCachePolicy.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Net.Cache.Fakes.StubRequestCachePolicy">
            <summary>Stub type of System.Net.Cache.RequestCachePolicy</summary>
        </member>
        <member name="M:System.Net.Cache.Fakes.StubRequestCachePolicy.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Cache.Fakes.StubRequestCachePolicy.#ctor(System.Net.Cache.RequestCacheLevel)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Cache.Fakes.StubRequestCachePolicy.InitializeStub">
            <summary>Initializes a new instance of type StubRequestCachePolicy</summary>
        </member>
        <member name="M:System.Net.Cache.Fakes.StubRequestCachePolicy.ToString">
            <summary>Sets the stub of RequestCachePolicy.ToString()</summary>
        </member>
        <member name="F:System.Net.Cache.Fakes.StubRequestCachePolicy.ToString01">
            <summary>Sets the stub of RequestCachePolicy.ToString()</summary>
        </member>
        <member name="P:System.Net.Cache.Fakes.StubRequestCachePolicy.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Net.Cache.Fakes.StubRequestCachePolicy.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Net.Cache.Fakes.StubRequestCachePolicy.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Net.Fakes.StubAuthorization">
            <summary>Stub type of System.Net.Authorization</summary>
        </member>
        <member name="M:System.Net.Fakes.StubAuthorization.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Fakes.StubAuthorization.#ctor(System.String,System.Boolean)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Fakes.StubAuthorization.#ctor(System.String,System.Boolean,System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Fakes.StubAuthorization.InitializeStub">
            <summary>Initializes a new instance of type StubAuthorization</summary>
        </member>
        <member name="P:System.Net.Fakes.StubAuthorization.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Net.Fakes.StubAuthorization.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Net.Fakes.StubAuthorization.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Net.Fakes.StubCookieCollection">
            <summary>Stub type of System.Net.CookieCollection</summary>
        </member>
        <member name="M:System.Net.Fakes.StubCookieCollection.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Fakes.StubCookieCollection.InitializeStub">
            <summary>Initializes a new instance of type StubCookieCollection</summary>
        </member>
        <member name="P:System.Net.Fakes.StubCookieCollection.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Net.Fakes.StubCookieCollection.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Net.Fakes.StubCookieCollection.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Net.Fakes.StubCookieContainer">
            <summary>Stub type of System.Net.CookieContainer</summary>
        </member>
        <member name="M:System.Net.Fakes.StubCookieContainer.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Fakes.StubCookieContainer.#ctor(System.Int32)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Fakes.StubCookieContainer.#ctor(System.Int32,System.Int32,System.Int32)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Fakes.StubCookieContainer.InitializeStub">
            <summary>Initializes a new instance of type StubCookieContainer</summary>
        </member>
        <member name="P:System.Net.Fakes.StubCookieContainer.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Net.Fakes.StubCookieContainer.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Net.Fakes.StubCookieContainer.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Net.Fakes.StubCookieException">
            <summary>Stub type of System.Net.CookieException</summary>
        </member>
        <member name="M:System.Net.Fakes.StubCookieException.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Fakes.StubCookieException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Fakes.StubCookieException.AttachBackingFieldToHelpLink">
            <summary>Attaches delegates to emulate StubCookieException.HelpLink as a property with a backing field.</summary>
        </member>
        <member name="M:System.Net.Fakes.StubCookieException.AttachBackingFieldToSource">
            <summary>Attaches delegates to emulate StubCookieException.Source as a property with a backing field.</summary>
        </member>
        <member name="F:System.Net.Fakes.StubCookieException.DataGet">
            <summary>Sets the stub of Exception.get_Data()</summary>
        </member>
        <member name="M:System.Net.Fakes.StubCookieException.GetBaseException">
            <summary>Sets the stub of Exception.GetBaseException()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubCookieException.GetBaseException01">
            <summary>Sets the stub of Exception.GetBaseException()</summary>
        </member>
        <member name="M:System.Net.Fakes.StubCookieException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Sets the stub of CookieException.GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubCookieException.GetObjectDataSerializationInfoStreamingContext">
            <summary>Sets the stub of CookieException.GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubCookieException.HelpLinkGet">
            <summary>Sets the stub of Exception.get_HelpLink()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubCookieException.HelpLinkSetString">
            <summary>Sets the stub of Exception.set_HelpLink(String value)</summary>
        </member>
        <member name="M:System.Net.Fakes.StubCookieException.InitializeStub">
            <summary>Initializes a new instance of type StubCookieException</summary>
        </member>
        <member name="F:System.Net.Fakes.StubCookieException.MessageGet">
            <summary>Sets the stub of Exception.get_Message()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubCookieException.SourceGet">
            <summary>Sets the stub of Exception.get_Source()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubCookieException.SourceSetString">
            <summary>Sets the stub of Exception.set_Source(String value)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubCookieException.StackTraceGet">
            <summary>Sets the stub of Exception.get_StackTrace()</summary>
        </member>
        <member name="M:System.Net.Fakes.StubCookieException.ToString">
            <summary>Sets the stub of Exception.ToString()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubCookieException.ToString01">
            <summary>Sets the stub of Exception.ToString()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubCookieException.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Net.Fakes.StubCookieException.Data">
            <summary>Sets the stub of Exception.get_Data()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubCookieException.HelpLink">
            <summary>Sets the stub of Exception.get_HelpLink()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubCookieException.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Net.Fakes.StubCookieException.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.Net.Fakes.StubCookieException.Message">
            <summary>Sets the stub of Exception.get_Message()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubCookieException.Source">
            <summary>Sets the stub of Exception.get_Source()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubCookieException.StackTrace">
            <summary>Sets the stub of Exception.get_StackTrace()</summary>
        </member>
        <member name="T:System.Net.Fakes.StubCredentialCache">
            <summary>Stub type of System.Net.CredentialCache</summary>
        </member>
        <member name="M:System.Net.Fakes.StubCredentialCache.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Fakes.StubCredentialCache.InitializeStub">
            <summary>Initializes a new instance of type StubCredentialCache</summary>
        </member>
        <member name="P:System.Net.Fakes.StubCredentialCache.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Net.Fakes.StubCredentialCache.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Net.Fakes.StubCredentialCache.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Net.Fakes.StubDnsEndPoint">
            <summary>Stub type of System.Net.DnsEndPoint</summary>
        </member>
        <member name="M:System.Net.Fakes.StubDnsEndPoint.#ctor(System.String,System.Int32)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Fakes.StubDnsEndPoint.#ctor(System.String,System.Int32,System.Net.Sockets.AddressFamily)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="F:System.Net.Fakes.StubDnsEndPoint.AddressFamilyGet">
            <summary>Sets the stub of DnsEndPoint.get_AddressFamily()</summary>
        </member>
        <member name="M:System.Net.Fakes.StubDnsEndPoint.Create(System.Net.SocketAddress)">
            <summary>Sets the stub of EndPoint.Create(SocketAddress socketAddress)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubDnsEndPoint.CreateSocketAddress">
            <summary>Sets the stub of EndPoint.Create(SocketAddress socketAddress)</summary>
        </member>
        <member name="M:System.Net.Fakes.StubDnsEndPoint.Equals(System.Object)">
            <summary>Sets the stub of DnsEndPoint.Equals(Object comparand)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubDnsEndPoint.EqualsObject">
            <summary>Sets the stub of DnsEndPoint.Equals(Object comparand)</summary>
        </member>
        <member name="M:System.Net.Fakes.StubDnsEndPoint.GetHashCode">
            <summary>Sets the stub of DnsEndPoint.GetHashCode()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubDnsEndPoint.GetHashCode01">
            <summary>Sets the stub of DnsEndPoint.GetHashCode()</summary>
        </member>
        <member name="M:System.Net.Fakes.StubDnsEndPoint.InitializeStub">
            <summary>Initializes a new instance of type StubDnsEndPoint</summary>
        </member>
        <member name="M:System.Net.Fakes.StubDnsEndPoint.Serialize">
            <summary>Sets the stub of EndPoint.Serialize()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubDnsEndPoint.Serialize01">
            <summary>Sets the stub of EndPoint.Serialize()</summary>
        </member>
        <member name="M:System.Net.Fakes.StubDnsEndPoint.ToString">
            <summary>Sets the stub of DnsEndPoint.ToString()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubDnsEndPoint.ToString01">
            <summary>Sets the stub of DnsEndPoint.ToString()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubDnsEndPoint.AddressFamily">
            <summary>Sets the stub of DnsEndPoint.get_AddressFamily()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubDnsEndPoint.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Net.Fakes.StubDnsEndPoint.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Net.Fakes.StubDnsEndPoint.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Net.Fakes.StubEndPoint">
            <summary>Stub type of System.Net.EndPoint</summary>
        </member>
        <member name="M:System.Net.Fakes.StubEndPoint.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="F:System.Net.Fakes.StubEndPoint.AddressFamilyGet">
            <summary>Sets the stub of EndPoint.get_AddressFamily()</summary>
        </member>
        <member name="M:System.Net.Fakes.StubEndPoint.Create(System.Net.SocketAddress)">
            <summary>Sets the stub of EndPoint.Create(SocketAddress socketAddress)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubEndPoint.CreateSocketAddress">
            <summary>Sets the stub of EndPoint.Create(SocketAddress socketAddress)</summary>
        </member>
        <member name="M:System.Net.Fakes.StubEndPoint.InitializeStub">
            <summary>Initializes a new instance of type StubEndPoint</summary>
        </member>
        <member name="M:System.Net.Fakes.StubEndPoint.Serialize">
            <summary>Sets the stub of EndPoint.Serialize()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubEndPoint.Serialize01">
            <summary>Sets the stub of EndPoint.Serialize()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubEndPoint.AddressFamily">
            <summary>Sets the stub of EndPoint.get_AddressFamily()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubEndPoint.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Net.Fakes.StubEndPoint.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Net.Fakes.StubEndPoint.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Net.Fakes.StubFileWebRequest">
            <summary>Stub type of System.Net.FileWebRequest</summary>
        </member>
        <member name="M:System.Net.Fakes.StubFileWebRequest.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Fakes.StubFileWebRequest.Abort">
            <summary>Sets the stub of FileWebRequest.Abort()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubFileWebRequest.Abort01">
            <summary>Sets the stub of FileWebRequest.Abort()</summary>
        </member>
        <member name="M:System.Net.Fakes.StubFileWebRequest.AttachBackingFieldToCachePolicy">
            <summary>Attaches delegates to emulate StubFileWebRequest.CachePolicy as a property with a backing field.</summary>
        </member>
        <member name="M:System.Net.Fakes.StubFileWebRequest.AttachBackingFieldToConnectionGroupName">
            <summary>Attaches delegates to emulate StubFileWebRequest.ConnectionGroupName as a property with a backing field.</summary>
        </member>
        <member name="M:System.Net.Fakes.StubFileWebRequest.AttachBackingFieldToContentLength">
            <summary>Attaches delegates to emulate StubFileWebRequest.ContentLength as a property with a backing field.</summary>
        </member>
        <member name="M:System.Net.Fakes.StubFileWebRequest.AttachBackingFieldToContentType">
            <summary>Attaches delegates to emulate StubFileWebRequest.ContentType as a property with a backing field.</summary>
        </member>
        <member name="M:System.Net.Fakes.StubFileWebRequest.AttachBackingFieldToCredentials">
            <summary>Attaches delegates to emulate StubFileWebRequest.Credentials as a property with a backing field.</summary>
        </member>
        <member name="M:System.Net.Fakes.StubFileWebRequest.AttachBackingFieldToMethod">
            <summary>Attaches delegates to emulate StubFileWebRequest.Method as a property with a backing field.</summary>
        </member>
        <member name="M:System.Net.Fakes.StubFileWebRequest.AttachBackingFieldToPreAuthenticate">
            <summary>Attaches delegates to emulate StubFileWebRequest.PreAuthenticate as a property with a backing field.</summary>
        </member>
        <member name="M:System.Net.Fakes.StubFileWebRequest.AttachBackingFieldToProxy">
            <summary>Attaches delegates to emulate StubFileWebRequest.Proxy as a property with a backing field.</summary>
        </member>
        <member name="M:System.Net.Fakes.StubFileWebRequest.AttachBackingFieldToTimeout">
            <summary>Attaches delegates to emulate StubFileWebRequest.Timeout as a property with a backing field.</summary>
        </member>
        <member name="M:System.Net.Fakes.StubFileWebRequest.AttachBackingFieldToUseDefaultCredentials">
            <summary>Attaches delegates to emulate StubFileWebRequest.UseDefaultCredentials as a property with a backing field.</summary>
        </member>
        <member name="M:System.Net.Fakes.StubFileWebRequest.BeginGetRequestStream(System.AsyncCallback,System.Object)">
            <summary>Sets the stub of FileWebRequest.BeginGetRequestStream(AsyncCallback callback, Object state)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubFileWebRequest.BeginGetRequestStreamAsyncCallbackObject">
            <summary>Sets the stub of FileWebRequest.BeginGetRequestStream(AsyncCallback callback, Object state)</summary>
        </member>
        <member name="M:System.Net.Fakes.StubFileWebRequest.BeginGetResponse(System.AsyncCallback,System.Object)">
            <summary>Sets the stub of FileWebRequest.BeginGetResponse(AsyncCallback callback, Object state)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubFileWebRequest.BeginGetResponseAsyncCallbackObject">
            <summary>Sets the stub of FileWebRequest.BeginGetResponse(AsyncCallback callback, Object state)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubFileWebRequest.CachePolicyGet">
            <summary>Sets the stub of WebRequest.get_CachePolicy()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubFileWebRequest.CachePolicySetRequestCachePolicy">
            <summary>Sets the stub of WebRequest.set_CachePolicy(RequestCachePolicy value)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubFileWebRequest.ConnectionGroupNameGet">
            <summary>Sets the stub of FileWebRequest.get_ConnectionGroupName()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubFileWebRequest.ConnectionGroupNameSetString">
            <summary>Sets the stub of FileWebRequest.set_ConnectionGroupName(String value)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubFileWebRequest.ContentLengthGet">
            <summary>Sets the stub of FileWebRequest.get_ContentLength()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubFileWebRequest.ContentLengthSetInt64">
            <summary>Sets the stub of FileWebRequest.set_ContentLength(Int64 value)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubFileWebRequest.ContentTypeGet">
            <summary>Sets the stub of FileWebRequest.get_ContentType()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubFileWebRequest.ContentTypeSetString">
            <summary>Sets the stub of FileWebRequest.set_ContentType(String value)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubFileWebRequest.CredentialsGet">
            <summary>Sets the stub of FileWebRequest.get_Credentials()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubFileWebRequest.CredentialsSetICredentials">
            <summary>Sets the stub of FileWebRequest.set_Credentials(ICredentials value)</summary>
        </member>
        <member name="M:System.Net.Fakes.StubFileWebRequest.EndGetResponse(System.IAsyncResult)">
            <summary>Sets the stub of FileWebRequest.EndGetResponse(IAsyncResult asyncResult)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubFileWebRequest.EndGetResponseIAsyncResult">
            <summary>Sets the stub of FileWebRequest.EndGetResponse(IAsyncResult asyncResult)</summary>
        </member>
        <member name="M:System.Net.Fakes.StubFileWebRequest.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Sets the stub of FileWebRequest.GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubFileWebRequest.GetObjectDataSerializationInfoStreamingContext">
            <summary>Sets the stub of FileWebRequest.GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext)</summary>
        </member>
        <member name="M:System.Net.Fakes.StubFileWebRequest.GetResponse">
            <summary>Sets the stub of FileWebRequest.GetResponse()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubFileWebRequest.GetResponse01">
            <summary>Sets the stub of FileWebRequest.GetResponse()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubFileWebRequest.HeadersGet">
            <summary>Sets the stub of FileWebRequest.get_Headers()</summary>
        </member>
        <member name="M:System.Net.Fakes.StubFileWebRequest.InitializeStub">
            <summary>Initializes a new instance of type StubFileWebRequest</summary>
        </member>
        <member name="F:System.Net.Fakes.StubFileWebRequest.MethodGet">
            <summary>Sets the stub of FileWebRequest.get_Method()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubFileWebRequest.MethodSetString">
            <summary>Sets the stub of FileWebRequest.set_Method(String value)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubFileWebRequest.PreAuthenticateGet">
            <summary>Sets the stub of FileWebRequest.get_PreAuthenticate()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubFileWebRequest.PreAuthenticateSetBoolean">
            <summary>Sets the stub of FileWebRequest.set_PreAuthenticate(Boolean value)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubFileWebRequest.ProxyGet">
            <summary>Sets the stub of FileWebRequest.get_Proxy()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubFileWebRequest.ProxySetIWebProxy">
            <summary>Sets the stub of FileWebRequest.set_Proxy(IWebProxy value)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubFileWebRequest.RequestUriGet">
            <summary>Sets the stub of FileWebRequest.get_RequestUri()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubFileWebRequest.TimeoutGet">
            <summary>Sets the stub of FileWebRequest.get_Timeout()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubFileWebRequest.TimeoutSetInt32">
            <summary>Sets the stub of FileWebRequest.set_Timeout(Int32 value)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubFileWebRequest.UseDefaultCredentialsGet">
            <summary>Sets the stub of FileWebRequest.get_UseDefaultCredentials()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubFileWebRequest.UseDefaultCredentialsSetBoolean">
            <summary>Sets the stub of FileWebRequest.set_UseDefaultCredentials(Boolean value)</summary>
        </member>
        <member name="P:System.Net.Fakes.StubFileWebRequest.CachePolicy">
            <summary>Sets the stub of WebRequest.get_CachePolicy()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubFileWebRequest.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Net.Fakes.StubFileWebRequest.ConnectionGroupName">
            <summary>Sets the stub of FileWebRequest.get_ConnectionGroupName()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubFileWebRequest.ContentLength">
            <summary>Sets the stub of FileWebRequest.get_ContentLength()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubFileWebRequest.ContentType">
            <summary>Sets the stub of FileWebRequest.get_ContentType()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubFileWebRequest.Credentials">
            <summary>Sets the stub of FileWebRequest.get_Credentials()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubFileWebRequest.Headers">
            <summary>Sets the stub of FileWebRequest.get_Headers()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubFileWebRequest.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Net.Fakes.StubFileWebRequest.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.Net.Fakes.StubFileWebRequest.Method">
            <summary>Sets the stub of FileWebRequest.get_Method()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubFileWebRequest.PreAuthenticate">
            <summary>Sets the stub of FileWebRequest.get_PreAuthenticate()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubFileWebRequest.Proxy">
            <summary>Sets the stub of FileWebRequest.get_Proxy()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubFileWebRequest.RequestUri">
            <summary>Sets the stub of FileWebRequest.get_RequestUri()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubFileWebRequest.Timeout">
            <summary>Sets the stub of FileWebRequest.get_Timeout()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubFileWebRequest.UseDefaultCredentials">
            <summary>Sets the stub of FileWebRequest.get_UseDefaultCredentials()</summary>
        </member>
        <member name="T:System.Net.Fakes.StubFileWebResponse">
            <summary>Stub type of System.Net.FileWebResponse</summary>
        </member>
        <member name="M:System.Net.Fakes.StubFileWebResponse.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Fakes.StubFileWebResponse.Close">
            <summary>Sets the stub of FileWebResponse.Close()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubFileWebResponse.Close01">
            <summary>Sets the stub of FileWebResponse.Close()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubFileWebResponse.ContentLengthGet">
            <summary>Sets the stub of FileWebResponse.get_ContentLength()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubFileWebResponse.ContentTypeGet">
            <summary>Sets the stub of FileWebResponse.get_ContentType()</summary>
        </member>
        <member name="M:System.Net.Fakes.StubFileWebResponse.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Sets the stub of FileWebResponse.GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubFileWebResponse.GetObjectDataSerializationInfoStreamingContext">
            <summary>Sets the stub of FileWebResponse.GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubFileWebResponse.HeadersGet">
            <summary>Sets the stub of FileWebResponse.get_Headers()</summary>
        </member>
        <member name="M:System.Net.Fakes.StubFileWebResponse.InitializeStub">
            <summary>Initializes a new instance of type StubFileWebResponse</summary>
        </member>
        <member name="F:System.Net.Fakes.StubFileWebResponse.IsFromCacheGet">
            <summary>Sets the stub of WebResponse.get_IsFromCache()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubFileWebResponse.IsMutuallyAuthenticatedGet">
            <summary>Sets the stub of WebResponse.get_IsMutuallyAuthenticated()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubFileWebResponse.ResponseUriGet">
            <summary>Sets the stub of FileWebResponse.get_ResponseUri()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubFileWebResponse.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Net.Fakes.StubFileWebResponse.ContentLength">
            <summary>Sets the stub of FileWebResponse.get_ContentLength()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubFileWebResponse.ContentType">
            <summary>Sets the stub of FileWebResponse.get_ContentType()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubFileWebResponse.Headers">
            <summary>Sets the stub of FileWebResponse.get_Headers()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubFileWebResponse.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Net.Fakes.StubFileWebResponse.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.Net.Fakes.StubFileWebResponse.IsFromCache">
            <summary>Sets the stub of WebResponse.get_IsFromCache()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubFileWebResponse.IsMutuallyAuthenticated">
            <summary>Sets the stub of WebResponse.get_IsMutuallyAuthenticated()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubFileWebResponse.ResponseUri">
            <summary>Sets the stub of FileWebResponse.get_ResponseUri()</summary>
        </member>
        <member name="T:System.Net.Fakes.StubHttpListenerException">
            <summary>Stub type of System.Net.HttpListenerException</summary>
        </member>
        <member name="M:System.Net.Fakes.StubHttpListenerException.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Fakes.StubHttpListenerException.#ctor(System.Int32)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Fakes.StubHttpListenerException.#ctor(System.Int32,System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Fakes.StubHttpListenerException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Fakes.StubHttpListenerException.AttachBackingFieldToHelpLink">
            <summary>Attaches delegates to emulate StubHttpListenerException.HelpLink as a property with a backing field.</summary>
        </member>
        <member name="M:System.Net.Fakes.StubHttpListenerException.AttachBackingFieldToSource">
            <summary>Attaches delegates to emulate StubHttpListenerException.Source as a property with a backing field.</summary>
        </member>
        <member name="F:System.Net.Fakes.StubHttpListenerException.DataGet">
            <summary>Sets the stub of Exception.get_Data()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubHttpListenerException.ErrorCodeGet">
            <summary>Sets the stub of HttpListenerException.get_ErrorCode()</summary>
        </member>
        <member name="M:System.Net.Fakes.StubHttpListenerException.GetBaseException">
            <summary>Sets the stub of Exception.GetBaseException()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubHttpListenerException.GetBaseException01">
            <summary>Sets the stub of Exception.GetBaseException()</summary>
        </member>
        <member name="M:System.Net.Fakes.StubHttpListenerException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Sets the stub of Win32Exception.GetObjectData(SerializationInfo info, StreamingContext context)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubHttpListenerException.GetObjectDataSerializationInfoStreamingContext">
            <summary>Sets the stub of Win32Exception.GetObjectData(SerializationInfo info, StreamingContext context)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubHttpListenerException.HelpLinkGet">
            <summary>Sets the stub of Exception.get_HelpLink()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubHttpListenerException.HelpLinkSetString">
            <summary>Sets the stub of Exception.set_HelpLink(String value)</summary>
        </member>
        <member name="M:System.Net.Fakes.StubHttpListenerException.InitializeStub">
            <summary>Initializes a new instance of type StubHttpListenerException</summary>
        </member>
        <member name="F:System.Net.Fakes.StubHttpListenerException.MessageGet">
            <summary>Sets the stub of Exception.get_Message()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubHttpListenerException.SourceGet">
            <summary>Sets the stub of Exception.get_Source()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubHttpListenerException.SourceSetString">
            <summary>Sets the stub of Exception.set_Source(String value)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubHttpListenerException.StackTraceGet">
            <summary>Sets the stub of Exception.get_StackTrace()</summary>
        </member>
        <member name="M:System.Net.Fakes.StubHttpListenerException.ToString">
            <summary>Sets the stub of ExternalException.ToString()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubHttpListenerException.ToString01">
            <summary>Sets the stub of ExternalException.ToString()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubHttpListenerException.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Net.Fakes.StubHttpListenerException.Data">
            <summary>Sets the stub of Exception.get_Data()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubHttpListenerException.ErrorCode">
            <summary>Sets the stub of HttpListenerException.get_ErrorCode()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubHttpListenerException.HelpLink">
            <summary>Sets the stub of Exception.get_HelpLink()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubHttpListenerException.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Net.Fakes.StubHttpListenerException.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.Net.Fakes.StubHttpListenerException.Message">
            <summary>Sets the stub of Exception.get_Message()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubHttpListenerException.Source">
            <summary>Sets the stub of Exception.get_Source()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubHttpListenerException.StackTrace">
            <summary>Sets the stub of Exception.get_StackTrace()</summary>
        </member>
        <member name="T:System.Net.Fakes.StubHttpVersion">
            <summary>Stub type of System.Net.HttpVersion</summary>
        </member>
        <member name="M:System.Net.Fakes.StubHttpVersion.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Fakes.StubHttpVersion.InitializeStub">
            <summary>Initializes a new instance of type StubHttpVersion</summary>
        </member>
        <member name="P:System.Net.Fakes.StubHttpVersion.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Net.Fakes.StubHttpVersion.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Net.Fakes.StubHttpVersion.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Net.Fakes.StubHttpWebRequest">
            <summary>Stub type of System.Net.HttpWebRequest</summary>
        </member>
        <member name="M:System.Net.Fakes.StubHttpWebRequest.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Fakes.StubHttpWebRequest.Abort">
            <summary>Sets the stub of HttpWebRequest.Abort()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubHttpWebRequest.Abort01">
            <summary>Sets the stub of HttpWebRequest.Abort()</summary>
        </member>
        <member name="M:System.Net.Fakes.StubHttpWebRequest.AttachBackingFieldToCachePolicy">
            <summary>Attaches delegates to emulate StubHttpWebRequest.CachePolicy as a property with a backing field.</summary>
        </member>
        <member name="M:System.Net.Fakes.StubHttpWebRequest.AttachBackingFieldToConnectionGroupName">
            <summary>Attaches delegates to emulate StubHttpWebRequest.ConnectionGroupName as a property with a backing field.</summary>
        </member>
        <member name="M:System.Net.Fakes.StubHttpWebRequest.AttachBackingFieldToContentLength">
            <summary>Attaches delegates to emulate StubHttpWebRequest.ContentLength as a property with a backing field.</summary>
        </member>
        <member name="M:System.Net.Fakes.StubHttpWebRequest.AttachBackingFieldToContentType">
            <summary>Attaches delegates to emulate StubHttpWebRequest.ContentType as a property with a backing field.</summary>
        </member>
        <member name="M:System.Net.Fakes.StubHttpWebRequest.AttachBackingFieldToCredentials">
            <summary>Attaches delegates to emulate StubHttpWebRequest.Credentials as a property with a backing field.</summary>
        </member>
        <member name="M:System.Net.Fakes.StubHttpWebRequest.AttachBackingFieldToHeaders">
            <summary>Attaches delegates to emulate StubHttpWebRequest.Headers as a property with a backing field.</summary>
        </member>
        <member name="M:System.Net.Fakes.StubHttpWebRequest.AttachBackingFieldToMethod">
            <summary>Attaches delegates to emulate StubHttpWebRequest.Method as a property with a backing field.</summary>
        </member>
        <member name="M:System.Net.Fakes.StubHttpWebRequest.AttachBackingFieldToPreAuthenticate">
            <summary>Attaches delegates to emulate StubHttpWebRequest.PreAuthenticate as a property with a backing field.</summary>
        </member>
        <member name="M:System.Net.Fakes.StubHttpWebRequest.AttachBackingFieldToProxy">
            <summary>Attaches delegates to emulate StubHttpWebRequest.Proxy as a property with a backing field.</summary>
        </member>
        <member name="M:System.Net.Fakes.StubHttpWebRequest.AttachBackingFieldToTimeout">
            <summary>Attaches delegates to emulate StubHttpWebRequest.Timeout as a property with a backing field.</summary>
        </member>
        <member name="M:System.Net.Fakes.StubHttpWebRequest.AttachBackingFieldToUseDefaultCredentials">
            <summary>Attaches delegates to emulate StubHttpWebRequest.UseDefaultCredentials as a property with a backing field.</summary>
        </member>
        <member name="M:System.Net.Fakes.StubHttpWebRequest.BeginGetRequestStream(System.AsyncCallback,System.Object)">
            <summary>Sets the stub of HttpWebRequest.BeginGetRequestStream(AsyncCallback callback, Object state)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubHttpWebRequest.BeginGetRequestStreamAsyncCallbackObject">
            <summary>Sets the stub of HttpWebRequest.BeginGetRequestStream(AsyncCallback callback, Object state)</summary>
        </member>
        <member name="M:System.Net.Fakes.StubHttpWebRequest.BeginGetResponse(System.AsyncCallback,System.Object)">
            <summary>Sets the stub of HttpWebRequest.BeginGetResponse(AsyncCallback callback, Object state)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubHttpWebRequest.BeginGetResponseAsyncCallbackObject">
            <summary>Sets the stub of HttpWebRequest.BeginGetResponse(AsyncCallback callback, Object state)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubHttpWebRequest.CachePolicyGet">
            <summary>Sets the stub of WebRequest.get_CachePolicy()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubHttpWebRequest.CachePolicySetRequestCachePolicy">
            <summary>Sets the stub of WebRequest.set_CachePolicy(RequestCachePolicy value)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubHttpWebRequest.ConnectionGroupNameGet">
            <summary>Sets the stub of HttpWebRequest.get_ConnectionGroupName()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubHttpWebRequest.ConnectionGroupNameSetString">
            <summary>Sets the stub of HttpWebRequest.set_ConnectionGroupName(String value)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubHttpWebRequest.ContentLengthGet">
            <summary>Sets the stub of HttpWebRequest.get_ContentLength()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubHttpWebRequest.ContentLengthSetInt64">
            <summary>Sets the stub of HttpWebRequest.set_ContentLength(Int64 value)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubHttpWebRequest.ContentTypeGet">
            <summary>Sets the stub of HttpWebRequest.get_ContentType()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubHttpWebRequest.ContentTypeSetString">
            <summary>Sets the stub of HttpWebRequest.set_ContentType(String value)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubHttpWebRequest.CredentialsGet">
            <summary>Sets the stub of HttpWebRequest.get_Credentials()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubHttpWebRequest.CredentialsSetICredentials">
            <summary>Sets the stub of HttpWebRequest.set_Credentials(ICredentials value)</summary>
        </member>
        <member name="M:System.Net.Fakes.StubHttpWebRequest.EndGetResponse(System.IAsyncResult)">
            <summary>Sets the stub of HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubHttpWebRequest.EndGetResponseIAsyncResult">
            <summary>Sets the stub of HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)</summary>
        </member>
        <member name="M:System.Net.Fakes.StubHttpWebRequest.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Sets the stub of HttpWebRequest.GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubHttpWebRequest.GetObjectDataSerializationInfoStreamingContext">
            <summary>Sets the stub of HttpWebRequest.GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext)</summary>
        </member>
        <member name="M:System.Net.Fakes.StubHttpWebRequest.GetResponse">
            <summary>Sets the stub of HttpWebRequest.GetResponse()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubHttpWebRequest.GetResponse01">
            <summary>Sets the stub of HttpWebRequest.GetResponse()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubHttpWebRequest.HeadersGet">
            <summary>Sets the stub of HttpWebRequest.get_Headers()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubHttpWebRequest.HeadersSetWebHeaderCollection">
            <summary>Sets the stub of HttpWebRequest.set_Headers(WebHeaderCollection value)</summary>
        </member>
        <member name="M:System.Net.Fakes.StubHttpWebRequest.InitializeStub">
            <summary>Initializes a new instance of type StubHttpWebRequest</summary>
        </member>
        <member name="F:System.Net.Fakes.StubHttpWebRequest.MethodGet">
            <summary>Sets the stub of HttpWebRequest.get_Method()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubHttpWebRequest.MethodSetString">
            <summary>Sets the stub of HttpWebRequest.set_Method(String value)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubHttpWebRequest.PreAuthenticateGet">
            <summary>Sets the stub of HttpWebRequest.get_PreAuthenticate()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubHttpWebRequest.PreAuthenticateSetBoolean">
            <summary>Sets the stub of HttpWebRequest.set_PreAuthenticate(Boolean value)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubHttpWebRequest.ProxyGet">
            <summary>Sets the stub of HttpWebRequest.get_Proxy()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubHttpWebRequest.ProxySetIWebProxy">
            <summary>Sets the stub of HttpWebRequest.set_Proxy(IWebProxy value)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubHttpWebRequest.RequestUriGet">
            <summary>Sets the stub of HttpWebRequest.get_RequestUri()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubHttpWebRequest.TimeoutGet">
            <summary>Sets the stub of HttpWebRequest.get_Timeout()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubHttpWebRequest.TimeoutSetInt32">
            <summary>Sets the stub of HttpWebRequest.set_Timeout(Int32 value)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubHttpWebRequest.UseDefaultCredentialsGet">
            <summary>Sets the stub of HttpWebRequest.get_UseDefaultCredentials()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubHttpWebRequest.UseDefaultCredentialsSetBoolean">
            <summary>Sets the stub of HttpWebRequest.set_UseDefaultCredentials(Boolean value)</summary>
        </member>
        <member name="P:System.Net.Fakes.StubHttpWebRequest.CachePolicy">
            <summary>Sets the stub of WebRequest.get_CachePolicy()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubHttpWebRequest.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Net.Fakes.StubHttpWebRequest.ConnectionGroupName">
            <summary>Sets the stub of HttpWebRequest.get_ConnectionGroupName()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubHttpWebRequest.ContentLength">
            <summary>Sets the stub of HttpWebRequest.get_ContentLength()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubHttpWebRequest.ContentType">
            <summary>Sets the stub of HttpWebRequest.get_ContentType()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubHttpWebRequest.Credentials">
            <summary>Sets the stub of HttpWebRequest.get_Credentials()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubHttpWebRequest.Headers">
            <summary>Sets the stub of HttpWebRequest.get_Headers()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubHttpWebRequest.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Net.Fakes.StubHttpWebRequest.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.Net.Fakes.StubHttpWebRequest.Method">
            <summary>Sets the stub of HttpWebRequest.get_Method()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubHttpWebRequest.PreAuthenticate">
            <summary>Sets the stub of HttpWebRequest.get_PreAuthenticate()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubHttpWebRequest.Proxy">
            <summary>Sets the stub of HttpWebRequest.get_Proxy()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubHttpWebRequest.RequestUri">
            <summary>Sets the stub of HttpWebRequest.get_RequestUri()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubHttpWebRequest.Timeout">
            <summary>Sets the stub of HttpWebRequest.get_Timeout()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubHttpWebRequest.UseDefaultCredentials">
            <summary>Sets the stub of HttpWebRequest.get_UseDefaultCredentials()</summary>
        </member>
        <member name="T:System.Net.Fakes.StubHttpWebResponse">
            <summary>Stub type of System.Net.HttpWebResponse</summary>
        </member>
        <member name="M:System.Net.Fakes.StubHttpWebResponse.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Fakes.StubHttpWebResponse.Close">
            <summary>Sets the stub of HttpWebResponse.Close()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubHttpWebResponse.Close01">
            <summary>Sets the stub of HttpWebResponse.Close()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubHttpWebResponse.ContentLengthGet">
            <summary>Sets the stub of HttpWebResponse.get_ContentLength()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubHttpWebResponse.ContentTypeGet">
            <summary>Sets the stub of HttpWebResponse.get_ContentType()</summary>
        </member>
        <member name="M:System.Net.Fakes.StubHttpWebResponse.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Sets the stub of HttpWebResponse.GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubHttpWebResponse.GetObjectDataSerializationInfoStreamingContext">
            <summary>Sets the stub of HttpWebResponse.GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubHttpWebResponse.HeadersGet">
            <summary>Sets the stub of HttpWebResponse.get_Headers()</summary>
        </member>
        <member name="M:System.Net.Fakes.StubHttpWebResponse.InitializeStub">
            <summary>Initializes a new instance of type StubHttpWebResponse</summary>
        </member>
        <member name="F:System.Net.Fakes.StubHttpWebResponse.IsFromCacheGet">
            <summary>Sets the stub of WebResponse.get_IsFromCache()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubHttpWebResponse.IsMutuallyAuthenticatedGet">
            <summary>Sets the stub of HttpWebResponse.get_IsMutuallyAuthenticated()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubHttpWebResponse.ResponseUriGet">
            <summary>Sets the stub of HttpWebResponse.get_ResponseUri()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubHttpWebResponse.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Net.Fakes.StubHttpWebResponse.ContentLength">
            <summary>Sets the stub of HttpWebResponse.get_ContentLength()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubHttpWebResponse.ContentType">
            <summary>Sets the stub of HttpWebResponse.get_ContentType()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubHttpWebResponse.Headers">
            <summary>Sets the stub of HttpWebResponse.get_Headers()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubHttpWebResponse.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Net.Fakes.StubHttpWebResponse.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.Net.Fakes.StubHttpWebResponse.IsFromCache">
            <summary>Sets the stub of WebResponse.get_IsFromCache()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubHttpWebResponse.IsMutuallyAuthenticated">
            <summary>Sets the stub of HttpWebResponse.get_IsMutuallyAuthenticated()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubHttpWebResponse.ResponseUri">
            <summary>Sets the stub of HttpWebResponse.get_ResponseUri()</summary>
        </member>
        <member name="T:System.Net.Fakes.StubIAuthenticationModule">
            <summary>Stub type of System.Net.IAuthenticationModule</summary>
        </member>
        <member name="M:System.Net.Fakes.StubIAuthenticationModule.#ctor">
            <summary>Initializes a new instance of type StubIAuthenticationModule</summary>
        </member>
        <member name="F:System.Net.Fakes.StubIAuthenticationModule.AuthenticateStringWebRequestICredentials">
            <summary>Sets the stub of IAuthenticationModule.Authenticate(String challenge, WebRequest request, ICredentials credentials)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubIAuthenticationModule.AuthenticationTypeGet">
            <summary>Sets the stub of IAuthenticationModule.get_AuthenticationType()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubIAuthenticationModule.CanPreAuthenticateGet">
            <summary>Sets the stub of IAuthenticationModule.get_CanPreAuthenticate()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubIAuthenticationModule.PreAuthenticateWebRequestICredentials">
            <summary>Sets the stub of IAuthenticationModule.PreAuthenticate(WebRequest request, ICredentials credentials)</summary>
        </member>
        <member name="M:System.Net.Fakes.StubIAuthenticationModule.global::System#Net#IAuthenticationModule#Authenticate(System.String,System.Net.WebRequest,System.Net.ICredentials)">
            <summary>Sets the stub of IAuthenticationModule.Authenticate(String challenge, WebRequest request, ICredentials credentials)</summary>
        </member>
        <member name="M:System.Net.Fakes.StubIAuthenticationModule.global::System#Net#IAuthenticationModule#PreAuthenticate(System.Net.WebRequest,System.Net.ICredentials)">
            <summary>Sets the stub of IAuthenticationModule.PreAuthenticate(WebRequest request, ICredentials credentials)</summary>
        </member>
        <member name="P:System.Net.Fakes.StubIAuthenticationModule.global::System#Net#IAuthenticationModule#AuthenticationType">
            <summary>Sets the stub of IAuthenticationModule.get_AuthenticationType()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubIAuthenticationModule.global::System#Net#IAuthenticationModule#CanPreAuthenticate">
            <summary>Sets the stub of IAuthenticationModule.get_CanPreAuthenticate()</summary>
        </member>
        <member name="T:System.Net.Fakes.StubICertificatePolicy">
            <summary>Stub type of System.Net.ICertificatePolicy</summary>
        </member>
        <member name="M:System.Net.Fakes.StubICertificatePolicy.#ctor">
            <summary>Initializes a new instance of type StubICertificatePolicy</summary>
        </member>
        <member name="F:System.Net.Fakes.StubICertificatePolicy.CheckValidationResultServicePointX509CertificateWebRequestInt32">
            <summary>Sets the stub of ICertificatePolicy.CheckValidationResult(ServicePoint srvPoint, X509Certificate certificate, WebRequest request, Int32 certificateProblem)</summary>
        </member>
        <member name="M:System.Net.Fakes.StubICertificatePolicy.global::System#Net#ICertificatePolicy#CheckValidationResult(System.Net.ServicePoint,System.Security.Cryptography.X509Certificates.X509Certificate,System.Net.WebRequest,System.Int32)">
            <summary>Sets the stub of ICertificatePolicy.CheckValidationResult(ServicePoint srvPoint, X509Certificate certificate, WebRequest request, Int32 certificateProblem)</summary>
        </member>
        <member name="T:System.Net.Fakes.StubICredentialPolicy">
            <summary>Stub type of System.Net.ICredentialPolicy</summary>
        </member>
        <member name="M:System.Net.Fakes.StubICredentialPolicy.#ctor">
            <summary>Initializes a new instance of type StubICredentialPolicy</summary>
        </member>
        <member name="F:System.Net.Fakes.StubICredentialPolicy.ShouldSendCredentialUriWebRequestNetworkCredentialIAuthenticationModule">
            <summary>Sets the stub of ICredentialPolicy.ShouldSendCredential(Uri challengeUri, WebRequest request, NetworkCredential credential, IAuthenticationModule authenticationModule)</summary>
        </member>
        <member name="M:System.Net.Fakes.StubICredentialPolicy.global::System#Net#ICredentialPolicy#ShouldSendCredential(System.Uri,System.Net.WebRequest,System.Net.NetworkCredential,System.Net.IAuthenticationModule)">
            <summary>Sets the stub of ICredentialPolicy.ShouldSendCredential(Uri challengeUri, WebRequest request, NetworkCredential credential, IAuthenticationModule authenticationModule)</summary>
        </member>
        <member name="T:System.Net.Fakes.StubICredentials">
            <summary>Stub type of System.Net.ICredentials</summary>
        </member>
        <member name="M:System.Net.Fakes.StubICredentials.#ctor">
            <summary>Initializes a new instance of type StubICredentials</summary>
        </member>
        <member name="F:System.Net.Fakes.StubICredentials.GetCredentialUriString">
            <summary>Sets the stub of ICredentials.GetCredential(Uri uri, String authType)</summary>
        </member>
        <member name="M:System.Net.Fakes.StubICredentials.global::System#Net#ICredentials#GetCredential(System.Uri,System.String)">
            <summary>Sets the stub of ICredentials.GetCredential(Uri uri, String authType)</summary>
        </member>
        <member name="T:System.Net.Fakes.StubICredentialsByHost">
            <summary>Stub type of System.Net.ICredentialsByHost</summary>
        </member>
        <member name="M:System.Net.Fakes.StubICredentialsByHost.#ctor">
            <summary>Initializes a new instance of type StubICredentialsByHost</summary>
        </member>
        <member name="F:System.Net.Fakes.StubICredentialsByHost.GetCredentialStringInt32String">
            <summary>Sets the stub of ICredentialsByHost.GetCredential(String host, Int32 port, String authenticationType)</summary>
        </member>
        <member name="M:System.Net.Fakes.StubICredentialsByHost.global::System#Net#ICredentialsByHost#GetCredential(System.String,System.Int32,System.String)">
            <summary>Sets the stub of ICredentialsByHost.GetCredential(String host, Int32 port, String authenticationType)</summary>
        </member>
        <member name="T:System.Net.Fakes.StubIPAddress">
            <summary>Stub type of System.Net.IPAddress</summary>
        </member>
        <member name="M:System.Net.Fakes.StubIPAddress.#ctor(System.Byte[])">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Fakes.StubIPAddress.#ctor(System.Int64)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Fakes.StubIPAddress.#ctor(System.Byte[],System.Int64)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Fakes.StubIPAddress.Equals(System.Object)">
            <summary>Sets the stub of IPAddress.Equals(Object comparand)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubIPAddress.EqualsObject">
            <summary>Sets the stub of IPAddress.Equals(Object comparand)</summary>
        </member>
        <member name="M:System.Net.Fakes.StubIPAddress.GetHashCode">
            <summary>Sets the stub of IPAddress.GetHashCode()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubIPAddress.GetHashCode01">
            <summary>Sets the stub of IPAddress.GetHashCode()</summary>
        </member>
        <member name="M:System.Net.Fakes.StubIPAddress.InitializeStub">
            <summary>Initializes a new instance of type StubIPAddress</summary>
        </member>
        <member name="M:System.Net.Fakes.StubIPAddress.ToString">
            <summary>Sets the stub of IPAddress.ToString()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubIPAddress.ToString01">
            <summary>Sets the stub of IPAddress.ToString()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubIPAddress.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Net.Fakes.StubIPAddress.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Net.Fakes.StubIPAddress.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Net.Fakes.StubIPEndPoint">
            <summary>Stub type of System.Net.IPEndPoint</summary>
        </member>
        <member name="M:System.Net.Fakes.StubIPEndPoint.#ctor(System.Net.IPAddress,System.Int32)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Fakes.StubIPEndPoint.#ctor(System.Int64,System.Int32)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="F:System.Net.Fakes.StubIPEndPoint.AddressFamilyGet">
            <summary>Sets the stub of IPEndPoint.get_AddressFamily()</summary>
        </member>
        <member name="M:System.Net.Fakes.StubIPEndPoint.Create(System.Net.SocketAddress)">
            <summary>Sets the stub of IPEndPoint.Create(SocketAddress socketAddress)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubIPEndPoint.CreateSocketAddress">
            <summary>Sets the stub of IPEndPoint.Create(SocketAddress socketAddress)</summary>
        </member>
        <member name="M:System.Net.Fakes.StubIPEndPoint.Equals(System.Object)">
            <summary>Sets the stub of IPEndPoint.Equals(Object comparand)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubIPEndPoint.EqualsObject">
            <summary>Sets the stub of IPEndPoint.Equals(Object comparand)</summary>
        </member>
        <member name="M:System.Net.Fakes.StubIPEndPoint.GetHashCode">
            <summary>Sets the stub of IPEndPoint.GetHashCode()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubIPEndPoint.GetHashCode01">
            <summary>Sets the stub of IPEndPoint.GetHashCode()</summary>
        </member>
        <member name="M:System.Net.Fakes.StubIPEndPoint.InitializeStub">
            <summary>Initializes a new instance of type StubIPEndPoint</summary>
        </member>
        <member name="M:System.Net.Fakes.StubIPEndPoint.Serialize">
            <summary>Sets the stub of IPEndPoint.Serialize()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubIPEndPoint.Serialize01">
            <summary>Sets the stub of IPEndPoint.Serialize()</summary>
        </member>
        <member name="M:System.Net.Fakes.StubIPEndPoint.ToString">
            <summary>Sets the stub of IPEndPoint.ToString()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubIPEndPoint.ToString01">
            <summary>Sets the stub of IPEndPoint.ToString()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubIPEndPoint.AddressFamily">
            <summary>Sets the stub of IPEndPoint.get_AddressFamily()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubIPEndPoint.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Net.Fakes.StubIPEndPoint.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Net.Fakes.StubIPEndPoint.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Net.Fakes.StubIPHostEntry">
            <summary>Stub type of System.Net.IPHostEntry</summary>
        </member>
        <member name="M:System.Net.Fakes.StubIPHostEntry.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Fakes.StubIPHostEntry.InitializeStub">
            <summary>Initializes a new instance of type StubIPHostEntry</summary>
        </member>
        <member name="P:System.Net.Fakes.StubIPHostEntry.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Net.Fakes.StubIPHostEntry.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Net.Fakes.StubIPHostEntry.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Net.Fakes.StubIWebProxy">
            <summary>Stub type of System.Net.IWebProxy</summary>
        </member>
        <member name="M:System.Net.Fakes.StubIWebProxy.#ctor">
            <summary>Initializes a new instance of type StubIWebProxy</summary>
        </member>
        <member name="M:System.Net.Fakes.StubIWebProxy.AttachBackingFieldToCredentials">
            <summary>Attaches delegates to emulate StubIWebProxy.Credentials as a property with a backing field.</summary>
        </member>
        <member name="F:System.Net.Fakes.StubIWebProxy.CredentialsGet">
            <summary>Sets the stub of IWebProxy.get_Credentials()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubIWebProxy.CredentialsSetICredentials">
            <summary>Sets the stub of IWebProxy.set_Credentials(ICredentials value)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubIWebProxy.GetProxyUri">
            <summary>Sets the stub of IWebProxy.GetProxy(Uri destination)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubIWebProxy.IsBypassedUri">
            <summary>Sets the stub of IWebProxy.IsBypassed(Uri host)</summary>
        </member>
        <member name="M:System.Net.Fakes.StubIWebProxy.global::System#Net#IWebProxy#GetProxy(System.Uri)">
            <summary>Sets the stub of IWebProxy.GetProxy(Uri destination)</summary>
        </member>
        <member name="M:System.Net.Fakes.StubIWebProxy.global::System#Net#IWebProxy#IsBypassed(System.Uri)">
            <summary>Sets the stub of IWebProxy.IsBypassed(Uri host)</summary>
        </member>
        <member name="P:System.Net.Fakes.StubIWebProxy.global::System#Net#IWebProxy#Credentials">
            <summary>Sets the stub of IWebProxy.get_Credentials()</summary>
        </member>
        <member name="T:System.Net.Fakes.StubIWebProxyScript">
            <summary>Stub type of System.Net.IWebProxyScript</summary>
        </member>
        <member name="M:System.Net.Fakes.StubIWebProxyScript.#ctor">
            <summary>Initializes a new instance of type StubIWebProxyScript</summary>
        </member>
        <member name="F:System.Net.Fakes.StubIWebProxyScript.Close">
            <summary>Sets the stub of IWebProxyScript.Close()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubIWebProxyScript.LoadUriStringType">
            <summary>Sets the stub of IWebProxyScript.Load(Uri scriptLocation, String script, Type helperType)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubIWebProxyScript.RunStringString">
            <summary>Sets the stub of IWebProxyScript.Run(String url, String host)</summary>
        </member>
        <member name="M:System.Net.Fakes.StubIWebProxyScript.global::System#Net#IWebProxyScript#Close">
            <summary>Sets the stub of IWebProxyScript.Close()</summary>
        </member>
        <member name="M:System.Net.Fakes.StubIWebProxyScript.global::System#Net#IWebProxyScript#Load(System.Uri,System.String,System.Type)">
            <summary>Sets the stub of IWebProxyScript.Load(Uri scriptLocation, String script, Type helperType)</summary>
        </member>
        <member name="M:System.Net.Fakes.StubIWebProxyScript.global::System#Net#IWebProxyScript#Run(System.String,System.String)">
            <summary>Sets the stub of IWebProxyScript.Run(String url, String host)</summary>
        </member>
        <member name="T:System.Net.Fakes.StubIWebRequestCreate">
            <summary>Stub type of System.Net.IWebRequestCreate</summary>
        </member>
        <member name="M:System.Net.Fakes.StubIWebRequestCreate.#ctor">
            <summary>Initializes a new instance of type StubIWebRequestCreate</summary>
        </member>
        <member name="F:System.Net.Fakes.StubIWebRequestCreate.CreateUri">
            <summary>Sets the stub of IWebRequestCreate.Create(Uri uri)</summary>
        </member>
        <member name="M:System.Net.Fakes.StubIWebRequestCreate.global::System#Net#IWebRequestCreate#Create(System.Uri)">
            <summary>Sets the stub of IWebRequestCreate.Create(Uri uri)</summary>
        </member>
        <member name="T:System.Net.Fakes.StubNetworkCredential">
            <summary>Stub type of System.Net.NetworkCredential</summary>
        </member>
        <member name="M:System.Net.Fakes.StubNetworkCredential.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Fakes.StubNetworkCredential.#ctor(System.String,System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Fakes.StubNetworkCredential.#ctor(System.String,System.Security.SecureString)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Fakes.StubNetworkCredential.#ctor(System.String,System.String,System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Fakes.StubNetworkCredential.#ctor(System.String,System.Security.SecureString,System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Fakes.StubNetworkCredential.InitializeStub">
            <summary>Initializes a new instance of type StubNetworkCredential</summary>
        </member>
        <member name="P:System.Net.Fakes.StubNetworkCredential.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Net.Fakes.StubNetworkCredential.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Net.Fakes.StubNetworkCredential.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Net.Fakes.StubProtocolViolationException">
            <summary>Stub type of System.Net.ProtocolViolationException</summary>
        </member>
        <member name="M:System.Net.Fakes.StubProtocolViolationException.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Fakes.StubProtocolViolationException.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Fakes.StubProtocolViolationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Fakes.StubProtocolViolationException.AttachBackingFieldToHelpLink">
            <summary>Attaches delegates to emulate StubProtocolViolationException.HelpLink as a property with a backing field.</summary>
        </member>
        <member name="M:System.Net.Fakes.StubProtocolViolationException.AttachBackingFieldToSource">
            <summary>Attaches delegates to emulate StubProtocolViolationException.Source as a property with a backing field.</summary>
        </member>
        <member name="F:System.Net.Fakes.StubProtocolViolationException.DataGet">
            <summary>Sets the stub of Exception.get_Data()</summary>
        </member>
        <member name="M:System.Net.Fakes.StubProtocolViolationException.GetBaseException">
            <summary>Sets the stub of Exception.GetBaseException()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubProtocolViolationException.GetBaseException01">
            <summary>Sets the stub of Exception.GetBaseException()</summary>
        </member>
        <member name="M:System.Net.Fakes.StubProtocolViolationException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Sets the stub of ProtocolViolationException.GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubProtocolViolationException.GetObjectDataSerializationInfoStreamingContext">
            <summary>Sets the stub of ProtocolViolationException.GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubProtocolViolationException.HelpLinkGet">
            <summary>Sets the stub of Exception.get_HelpLink()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubProtocolViolationException.HelpLinkSetString">
            <summary>Sets the stub of Exception.set_HelpLink(String value)</summary>
        </member>
        <member name="M:System.Net.Fakes.StubProtocolViolationException.InitializeStub">
            <summary>Initializes a new instance of type StubProtocolViolationException</summary>
        </member>
        <member name="F:System.Net.Fakes.StubProtocolViolationException.MessageGet">
            <summary>Sets the stub of Exception.get_Message()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubProtocolViolationException.SourceGet">
            <summary>Sets the stub of Exception.get_Source()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubProtocolViolationException.SourceSetString">
            <summary>Sets the stub of Exception.set_Source(String value)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubProtocolViolationException.StackTraceGet">
            <summary>Sets the stub of Exception.get_StackTrace()</summary>
        </member>
        <member name="M:System.Net.Fakes.StubProtocolViolationException.ToString">
            <summary>Sets the stub of Exception.ToString()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubProtocolViolationException.ToString01">
            <summary>Sets the stub of Exception.ToString()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubProtocolViolationException.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Net.Fakes.StubProtocolViolationException.Data">
            <summary>Sets the stub of Exception.get_Data()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubProtocolViolationException.HelpLink">
            <summary>Sets the stub of Exception.get_HelpLink()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubProtocolViolationException.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Net.Fakes.StubProtocolViolationException.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.Net.Fakes.StubProtocolViolationException.Message">
            <summary>Sets the stub of Exception.get_Message()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubProtocolViolationException.Source">
            <summary>Sets the stub of Exception.get_Source()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubProtocolViolationException.StackTrace">
            <summary>Sets the stub of Exception.get_StackTrace()</summary>
        </member>
        <member name="T:System.Net.Fakes.StubSocketAddress">
            <summary>Stub type of System.Net.SocketAddress</summary>
        </member>
        <member name="M:System.Net.Fakes.StubSocketAddress.#ctor(System.Net.Sockets.AddressFamily)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Fakes.StubSocketAddress.#ctor(System.Net.Sockets.AddressFamily,System.Int32)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Fakes.StubSocketAddress.Equals(System.Object)">
            <summary>Sets the stub of SocketAddress.Equals(Object comparand)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubSocketAddress.EqualsObject">
            <summary>Sets the stub of SocketAddress.Equals(Object comparand)</summary>
        </member>
        <member name="M:System.Net.Fakes.StubSocketAddress.GetHashCode">
            <summary>Sets the stub of SocketAddress.GetHashCode()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubSocketAddress.GetHashCode01">
            <summary>Sets the stub of SocketAddress.GetHashCode()</summary>
        </member>
        <member name="M:System.Net.Fakes.StubSocketAddress.InitializeStub">
            <summary>Initializes a new instance of type StubSocketAddress</summary>
        </member>
        <member name="M:System.Net.Fakes.StubSocketAddress.ToString">
            <summary>Sets the stub of SocketAddress.ToString()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubSocketAddress.ToString01">
            <summary>Sets the stub of SocketAddress.ToString()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubSocketAddress.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Net.Fakes.StubSocketAddress.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Net.Fakes.StubSocketAddress.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Net.Fakes.StubTransportContext">
            <summary>Stub type of System.Net.TransportContext</summary>
        </member>
        <member name="M:System.Net.Fakes.StubTransportContext.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Fakes.StubTransportContext.GetChannelBinding(System.Security.Authentication.ExtendedProtection.ChannelBindingKind)">
            <summary>Sets the stub of TransportContext.GetChannelBinding(ChannelBindingKind kind)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubTransportContext.GetChannelBindingChannelBindingKind">
            <summary>Sets the stub of TransportContext.GetChannelBinding(ChannelBindingKind kind)</summary>
        </member>
        <member name="M:System.Net.Fakes.StubTransportContext.InitializeStub">
            <summary>Initializes a new instance of type StubTransportContext</summary>
        </member>
        <member name="P:System.Net.Fakes.StubTransportContext.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Net.Fakes.StubTransportContext.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Net.Fakes.StubTransportContext.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Net.Fakes.StubWebClient">
            <summary>Stub type of System.Net.WebClient</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebClient.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebClient.AttachBackingFieldToSite">
            <summary>Attaches delegates to emulate StubWebClient.Site as a property with a backing field.</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebClient.CanRaiseEventsGet">
            <summary>Sets the stub of Component.get_CanRaiseEvents()</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebClient.Dispose(System.Boolean)">
            <summary>Sets the stub of Component.Dispose(Boolean disposing)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebClient.DisposeBoolean">
            <summary>Sets the stub of Component.Dispose(Boolean disposing)</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebClient.GetService(System.Type)">
            <summary>Sets the stub of Component.GetService(Type service)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebClient.GetServiceType">
            <summary>Sets the stub of Component.GetService(Type service)</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebClient.GetWebRequest(System.Uri)">
            <summary>Sets the stub of WebClient.GetWebRequest(Uri address)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebClient.GetWebRequestUri">
            <summary>Sets the stub of WebClient.GetWebRequest(Uri address)</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebClient.GetWebResponse(System.Net.WebRequest)">
            <summary>Sets the stub of WebClient.GetWebResponse(WebRequest request)</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebClient.GetWebResponse(System.Net.WebRequest,System.IAsyncResult)">
            <summary>Sets the stub of WebClient.GetWebResponse(WebRequest request, IAsyncResult result)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebClient.GetWebResponseWebRequest">
            <summary>Sets the stub of WebClient.GetWebResponse(WebRequest request)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebClient.GetWebResponseWebRequestIAsyncResult">
            <summary>Sets the stub of WebClient.GetWebResponse(WebRequest request, IAsyncResult result)</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebClient.InitializeStub">
            <summary>Initializes a new instance of type StubWebClient</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebClient.OnDownloadDataCompleted(System.Net.DownloadDataCompletedEventArgs)">
            <summary>Sets the stub of WebClient.OnDownloadDataCompleted(DownloadDataCompletedEventArgs e)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebClient.OnDownloadDataCompletedDownloadDataCompletedEventArgs">
            <summary>Sets the stub of WebClient.OnDownloadDataCompleted(DownloadDataCompletedEventArgs e)</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebClient.OnDownloadFileCompleted(System.ComponentModel.AsyncCompletedEventArgs)">
            <summary>Sets the stub of WebClient.OnDownloadFileCompleted(AsyncCompletedEventArgs e)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebClient.OnDownloadFileCompletedAsyncCompletedEventArgs">
            <summary>Sets the stub of WebClient.OnDownloadFileCompleted(AsyncCompletedEventArgs e)</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebClient.OnDownloadProgressChanged(System.Net.DownloadProgressChangedEventArgs)">
            <summary>Sets the stub of WebClient.OnDownloadProgressChanged(DownloadProgressChangedEventArgs e)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebClient.OnDownloadProgressChangedDownloadProgressChangedEventArgs">
            <summary>Sets the stub of WebClient.OnDownloadProgressChanged(DownloadProgressChangedEventArgs e)</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebClient.OnDownloadStringCompleted(System.Net.DownloadStringCompletedEventArgs)">
            <summary>Sets the stub of WebClient.OnDownloadStringCompleted(DownloadStringCompletedEventArgs e)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebClient.OnDownloadStringCompletedDownloadStringCompletedEventArgs">
            <summary>Sets the stub of WebClient.OnDownloadStringCompleted(DownloadStringCompletedEventArgs e)</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebClient.OnOpenReadCompleted(System.Net.OpenReadCompletedEventArgs)">
            <summary>Sets the stub of WebClient.OnOpenReadCompleted(OpenReadCompletedEventArgs e)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebClient.OnOpenReadCompletedOpenReadCompletedEventArgs">
            <summary>Sets the stub of WebClient.OnOpenReadCompleted(OpenReadCompletedEventArgs e)</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebClient.OnOpenWriteCompleted(System.Net.OpenWriteCompletedEventArgs)">
            <summary>Sets the stub of WebClient.OnOpenWriteCompleted(OpenWriteCompletedEventArgs e)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebClient.OnOpenWriteCompletedOpenWriteCompletedEventArgs">
            <summary>Sets the stub of WebClient.OnOpenWriteCompleted(OpenWriteCompletedEventArgs e)</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebClient.OnUploadDataCompleted(System.Net.UploadDataCompletedEventArgs)">
            <summary>Sets the stub of WebClient.OnUploadDataCompleted(UploadDataCompletedEventArgs e)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebClient.OnUploadDataCompletedUploadDataCompletedEventArgs">
            <summary>Sets the stub of WebClient.OnUploadDataCompleted(UploadDataCompletedEventArgs e)</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebClient.OnUploadFileCompleted(System.Net.UploadFileCompletedEventArgs)">
            <summary>Sets the stub of WebClient.OnUploadFileCompleted(UploadFileCompletedEventArgs e)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebClient.OnUploadFileCompletedUploadFileCompletedEventArgs">
            <summary>Sets the stub of WebClient.OnUploadFileCompleted(UploadFileCompletedEventArgs e)</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebClient.OnUploadProgressChanged(System.Net.UploadProgressChangedEventArgs)">
            <summary>Sets the stub of WebClient.OnUploadProgressChanged(UploadProgressChangedEventArgs e)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebClient.OnUploadProgressChangedUploadProgressChangedEventArgs">
            <summary>Sets the stub of WebClient.OnUploadProgressChanged(UploadProgressChangedEventArgs e)</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebClient.OnUploadStringCompleted(System.Net.UploadStringCompletedEventArgs)">
            <summary>Sets the stub of WebClient.OnUploadStringCompleted(UploadStringCompletedEventArgs e)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebClient.OnUploadStringCompletedUploadStringCompletedEventArgs">
            <summary>Sets the stub of WebClient.OnUploadStringCompleted(UploadStringCompletedEventArgs e)</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebClient.OnUploadValuesCompleted(System.Net.UploadValuesCompletedEventArgs)">
            <summary>Sets the stub of WebClient.OnUploadValuesCompleted(UploadValuesCompletedEventArgs e)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebClient.OnUploadValuesCompletedUploadValuesCompletedEventArgs">
            <summary>Sets the stub of WebClient.OnUploadValuesCompleted(UploadValuesCompletedEventArgs e)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebClient.SiteGet">
            <summary>Sets the stub of Component.get_Site()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebClient.SiteSetISite">
            <summary>Sets the stub of Component.set_Site(ISite value)</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebClient.ToString">
            <summary>Sets the stub of Component.ToString()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebClient.ToString01">
            <summary>Sets the stub of Component.ToString()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubWebClient.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Net.Fakes.StubWebClient.CanRaiseEvents">
            <summary>Sets the stub of Component.get_CanRaiseEvents()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubWebClient.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Net.Fakes.StubWebClient.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.Net.Fakes.StubWebClient.Site">
            <summary>Sets the stub of Component.get_Site()</summary>
        </member>
        <member name="T:System.Net.Fakes.StubWebException">
            <summary>Stub type of System.Net.WebException</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebException.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebException.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebException.#ctor(System.String,System.Net.WebExceptionStatus)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebException.#ctor(System.String,System.Exception)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebException.#ctor(System.String,System.Exception,System.Net.WebExceptionStatus,System.Net.WebResponse)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebException.AttachBackingFieldToHelpLink">
            <summary>Attaches delegates to emulate StubWebException.HelpLink as a property with a backing field.</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebException.AttachBackingFieldToSource">
            <summary>Attaches delegates to emulate StubWebException.Source as a property with a backing field.</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebException.DataGet">
            <summary>Sets the stub of Exception.get_Data()</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebException.GetBaseException">
            <summary>Sets the stub of Exception.GetBaseException()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebException.GetBaseException01">
            <summary>Sets the stub of Exception.GetBaseException()</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Sets the stub of WebException.GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebException.GetObjectDataSerializationInfoStreamingContext">
            <summary>Sets the stub of WebException.GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebException.HelpLinkGet">
            <summary>Sets the stub of Exception.get_HelpLink()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebException.HelpLinkSetString">
            <summary>Sets the stub of Exception.set_HelpLink(String value)</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebException.InitializeStub">
            <summary>Initializes a new instance of type StubWebException</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebException.MessageGet">
            <summary>Sets the stub of Exception.get_Message()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebException.SourceGet">
            <summary>Sets the stub of Exception.get_Source()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebException.SourceSetString">
            <summary>Sets the stub of Exception.set_Source(String value)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebException.StackTraceGet">
            <summary>Sets the stub of Exception.get_StackTrace()</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebException.ToString">
            <summary>Sets the stub of Exception.ToString()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebException.ToString01">
            <summary>Sets the stub of Exception.ToString()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubWebException.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Net.Fakes.StubWebException.Data">
            <summary>Sets the stub of Exception.get_Data()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubWebException.HelpLink">
            <summary>Sets the stub of Exception.get_HelpLink()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubWebException.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Net.Fakes.StubWebException.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.Net.Fakes.StubWebException.Message">
            <summary>Sets the stub of Exception.get_Message()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubWebException.Source">
            <summary>Sets the stub of Exception.get_Source()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubWebException.StackTrace">
            <summary>Sets the stub of Exception.get_StackTrace()</summary>
        </member>
        <member name="T:System.Net.Fakes.StubWebHeaderCollection">
            <summary>Stub type of System.Net.WebHeaderCollection</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebHeaderCollection.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebHeaderCollection.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebHeaderCollection.Add(System.String,System.String)">
            <summary>Sets the stub of WebHeaderCollection.Add(String name, String value)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebHeaderCollection.AddStringString">
            <summary>Sets the stub of WebHeaderCollection.Add(String name, String value)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebHeaderCollection.AllKeysGet">
            <summary>Sets the stub of WebHeaderCollection.get_AllKeys()</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebHeaderCollection.Clear">
            <summary>Sets the stub of WebHeaderCollection.Clear()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebHeaderCollection.Clear01">
            <summary>Sets the stub of WebHeaderCollection.Clear()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebHeaderCollection.CountGet">
            <summary>Sets the stub of WebHeaderCollection.get_Count()</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebHeaderCollection.Get(System.String)">
            <summary>Sets the stub of WebHeaderCollection.Get(String name)</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebHeaderCollection.Get(System.Int32)">
            <summary>Sets the stub of WebHeaderCollection.Get(Int32 index)</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebHeaderCollection.GetEnumerator">
            <summary>Sets the stub of WebHeaderCollection.GetEnumerator()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebHeaderCollection.GetEnumerator01">
            <summary>Sets the stub of WebHeaderCollection.GetEnumerator()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebHeaderCollection.GetInt32">
            <summary>Sets the stub of WebHeaderCollection.Get(Int32 index)</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebHeaderCollection.GetKey(System.Int32)">
            <summary>Sets the stub of WebHeaderCollection.GetKey(Int32 index)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebHeaderCollection.GetKeyInt32">
            <summary>Sets the stub of WebHeaderCollection.GetKey(Int32 index)</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebHeaderCollection.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Sets the stub of WebHeaderCollection.GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebHeaderCollection.GetObjectDataSerializationInfoStreamingContext">
            <summary>Sets the stub of WebHeaderCollection.GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebHeaderCollection.GetString">
            <summary>Sets the stub of WebHeaderCollection.Get(String name)</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebHeaderCollection.GetValues(System.String)">
            <summary>Sets the stub of WebHeaderCollection.GetValues(String header)</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebHeaderCollection.GetValues(System.Int32)">
            <summary>Sets the stub of WebHeaderCollection.GetValues(Int32 index)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebHeaderCollection.GetValuesInt32">
            <summary>Sets the stub of WebHeaderCollection.GetValues(Int32 index)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebHeaderCollection.GetValuesString">
            <summary>Sets the stub of WebHeaderCollection.GetValues(String header)</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebHeaderCollection.InitializeStub">
            <summary>Initializes a new instance of type StubWebHeaderCollection</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebHeaderCollection.KeysGet">
            <summary>Sets the stub of WebHeaderCollection.get_Keys()</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebHeaderCollection.OnDeserialization(System.Object)">
            <summary>Sets the stub of WebHeaderCollection.OnDeserialization(Object sender)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebHeaderCollection.OnDeserializationObject">
            <summary>Sets the stub of WebHeaderCollection.OnDeserialization(Object sender)</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebHeaderCollection.Remove(System.String)">
            <summary>Sets the stub of WebHeaderCollection.Remove(String name)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebHeaderCollection.RemoveString">
            <summary>Sets the stub of WebHeaderCollection.Remove(String name)</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebHeaderCollection.Set(System.String,System.String)">
            <summary>Sets the stub of WebHeaderCollection.Set(String name, String value)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebHeaderCollection.SetStringString">
            <summary>Sets the stub of WebHeaderCollection.Set(String name, String value)</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebHeaderCollection.ToString">
            <summary>Sets the stub of WebHeaderCollection.ToString()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebHeaderCollection.ToString01">
            <summary>Sets the stub of WebHeaderCollection.ToString()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubWebHeaderCollection.AllKeys">
            <summary>Sets the stub of WebHeaderCollection.get_AllKeys()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubWebHeaderCollection.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Net.Fakes.StubWebHeaderCollection.Count">
            <summary>Sets the stub of WebHeaderCollection.get_Count()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubWebHeaderCollection.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Net.Fakes.StubWebHeaderCollection.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.Net.Fakes.StubWebHeaderCollection.Keys">
            <summary>Sets the stub of WebHeaderCollection.get_Keys()</summary>
        </member>
        <member name="T:System.Net.Fakes.StubWebProxy">
            <summary>Stub type of System.Net.WebProxy</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebProxy.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebProxy.#ctor(System.Uri)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebProxy.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebProxy.#ctor(System.Uri,System.Boolean)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebProxy.#ctor(System.String,System.Boolean)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebProxy.#ctor(System.String,System.Int32)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebProxy.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebProxy.#ctor(System.Uri,System.Boolean,System.String[])">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebProxy.#ctor(System.String,System.Boolean,System.String[])">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebProxy.#ctor(System.Uri,System.Boolean,System.String[],System.Net.ICredentials)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebProxy.#ctor(System.String,System.Boolean,System.String[],System.Net.ICredentials)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebProxy.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Sets the stub of WebProxy.GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebProxy.GetObjectDataSerializationInfoStreamingContext">
            <summary>Sets the stub of WebProxy.GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext)</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebProxy.InitializeStub">
            <summary>Initializes a new instance of type StubWebProxy</summary>
        </member>
        <member name="P:System.Net.Fakes.StubWebProxy.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Net.Fakes.StubWebProxy.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Net.Fakes.StubWebProxy.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Net.Fakes.StubWebRequest">
            <summary>Stub type of System.Net.WebRequest</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebRequest.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebRequest.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebRequest.Abort">
            <summary>Sets the stub of WebRequest.Abort()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebRequest.Abort01">
            <summary>Sets the stub of WebRequest.Abort()</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebRequest.AttachBackingFieldToCachePolicy">
            <summary>Attaches delegates to emulate StubWebRequest.CachePolicy as a property with a backing field.</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebRequest.AttachBackingFieldToConnectionGroupName">
            <summary>Attaches delegates to emulate StubWebRequest.ConnectionGroupName as a property with a backing field.</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebRequest.AttachBackingFieldToContentLength">
            <summary>Attaches delegates to emulate StubWebRequest.ContentLength as a property with a backing field.</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebRequest.AttachBackingFieldToContentType">
            <summary>Attaches delegates to emulate StubWebRequest.ContentType as a property with a backing field.</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebRequest.AttachBackingFieldToCredentials">
            <summary>Attaches delegates to emulate StubWebRequest.Credentials as a property with a backing field.</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebRequest.AttachBackingFieldToHeaders">
            <summary>Attaches delegates to emulate StubWebRequest.Headers as a property with a backing field.</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebRequest.AttachBackingFieldToMethod">
            <summary>Attaches delegates to emulate StubWebRequest.Method as a property with a backing field.</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebRequest.AttachBackingFieldToPreAuthenticate">
            <summary>Attaches delegates to emulate StubWebRequest.PreAuthenticate as a property with a backing field.</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebRequest.AttachBackingFieldToProxy">
            <summary>Attaches delegates to emulate StubWebRequest.Proxy as a property with a backing field.</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebRequest.AttachBackingFieldToTimeout">
            <summary>Attaches delegates to emulate StubWebRequest.Timeout as a property with a backing field.</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebRequest.AttachBackingFieldToUseDefaultCredentials">
            <summary>Attaches delegates to emulate StubWebRequest.UseDefaultCredentials as a property with a backing field.</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebRequest.BeginGetRequestStream(System.AsyncCallback,System.Object)">
            <summary>Sets the stub of WebRequest.BeginGetRequestStream(AsyncCallback callback, Object state)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebRequest.BeginGetRequestStreamAsyncCallbackObject">
            <summary>Sets the stub of WebRequest.BeginGetRequestStream(AsyncCallback callback, Object state)</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebRequest.BeginGetResponse(System.AsyncCallback,System.Object)">
            <summary>Sets the stub of WebRequest.BeginGetResponse(AsyncCallback callback, Object state)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebRequest.BeginGetResponseAsyncCallbackObject">
            <summary>Sets the stub of WebRequest.BeginGetResponse(AsyncCallback callback, Object state)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebRequest.CachePolicyGet">
            <summary>Sets the stub of WebRequest.get_CachePolicy()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebRequest.CachePolicySetRequestCachePolicy">
            <summary>Sets the stub of WebRequest.set_CachePolicy(RequestCachePolicy value)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebRequest.ConnectionGroupNameGet">
            <summary>Sets the stub of WebRequest.get_ConnectionGroupName()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebRequest.ConnectionGroupNameSetString">
            <summary>Sets the stub of WebRequest.set_ConnectionGroupName(String value)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebRequest.ContentLengthGet">
            <summary>Sets the stub of WebRequest.get_ContentLength()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebRequest.ContentLengthSetInt64">
            <summary>Sets the stub of WebRequest.set_ContentLength(Int64 value)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebRequest.ContentTypeGet">
            <summary>Sets the stub of WebRequest.get_ContentType()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebRequest.ContentTypeSetString">
            <summary>Sets the stub of WebRequest.set_ContentType(String value)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebRequest.CredentialsGet">
            <summary>Sets the stub of WebRequest.get_Credentials()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebRequest.CredentialsSetICredentials">
            <summary>Sets the stub of WebRequest.set_Credentials(ICredentials value)</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebRequest.EndGetResponse(System.IAsyncResult)">
            <summary>Sets the stub of WebRequest.EndGetResponse(IAsyncResult asyncResult)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebRequest.EndGetResponseIAsyncResult">
            <summary>Sets the stub of WebRequest.EndGetResponse(IAsyncResult asyncResult)</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebRequest.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Sets the stub of WebRequest.GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebRequest.GetObjectDataSerializationInfoStreamingContext">
            <summary>Sets the stub of WebRequest.GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext)</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebRequest.GetResponse">
            <summary>Sets the stub of WebRequest.GetResponse()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebRequest.GetResponse01">
            <summary>Sets the stub of WebRequest.GetResponse()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebRequest.HeadersGet">
            <summary>Sets the stub of WebRequest.get_Headers()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebRequest.HeadersSetWebHeaderCollection">
            <summary>Sets the stub of WebRequest.set_Headers(WebHeaderCollection value)</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebRequest.InitializeStub">
            <summary>Initializes a new instance of type StubWebRequest</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebRequest.MethodGet">
            <summary>Sets the stub of WebRequest.get_Method()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebRequest.MethodSetString">
            <summary>Sets the stub of WebRequest.set_Method(String value)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebRequest.PreAuthenticateGet">
            <summary>Sets the stub of WebRequest.get_PreAuthenticate()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebRequest.PreAuthenticateSetBoolean">
            <summary>Sets the stub of WebRequest.set_PreAuthenticate(Boolean value)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebRequest.ProxyGet">
            <summary>Sets the stub of WebRequest.get_Proxy()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebRequest.ProxySetIWebProxy">
            <summary>Sets the stub of WebRequest.set_Proxy(IWebProxy value)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebRequest.RequestUriGet">
            <summary>Sets the stub of WebRequest.get_RequestUri()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebRequest.TimeoutGet">
            <summary>Sets the stub of WebRequest.get_Timeout()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebRequest.TimeoutSetInt32">
            <summary>Sets the stub of WebRequest.set_Timeout(Int32 value)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebRequest.UseDefaultCredentialsGet">
            <summary>Sets the stub of WebRequest.get_UseDefaultCredentials()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebRequest.UseDefaultCredentialsSetBoolean">
            <summary>Sets the stub of WebRequest.set_UseDefaultCredentials(Boolean value)</summary>
        </member>
        <member name="P:System.Net.Fakes.StubWebRequest.CachePolicy">
            <summary>Sets the stub of WebRequest.get_CachePolicy()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubWebRequest.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Net.Fakes.StubWebRequest.ConnectionGroupName">
            <summary>Sets the stub of WebRequest.get_ConnectionGroupName()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubWebRequest.ContentLength">
            <summary>Sets the stub of WebRequest.get_ContentLength()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubWebRequest.ContentType">
            <summary>Sets the stub of WebRequest.get_ContentType()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubWebRequest.Credentials">
            <summary>Sets the stub of WebRequest.get_Credentials()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubWebRequest.Headers">
            <summary>Sets the stub of WebRequest.get_Headers()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubWebRequest.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Net.Fakes.StubWebRequest.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.Net.Fakes.StubWebRequest.Method">
            <summary>Sets the stub of WebRequest.get_Method()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubWebRequest.PreAuthenticate">
            <summary>Sets the stub of WebRequest.get_PreAuthenticate()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubWebRequest.Proxy">
            <summary>Sets the stub of WebRequest.get_Proxy()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubWebRequest.RequestUri">
            <summary>Sets the stub of WebRequest.get_RequestUri()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubWebRequest.Timeout">
            <summary>Sets the stub of WebRequest.get_Timeout()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubWebRequest.UseDefaultCredentials">
            <summary>Sets the stub of WebRequest.get_UseDefaultCredentials()</summary>
        </member>
        <member name="T:System.Net.Fakes.StubWebResponse">
            <summary>Stub type of System.Net.WebResponse</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebResponse.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebResponse.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebResponse.AttachBackingFieldToContentLength">
            <summary>Attaches delegates to emulate StubWebResponse.ContentLength as a property with a backing field.</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebResponse.AttachBackingFieldToContentType">
            <summary>Attaches delegates to emulate StubWebResponse.ContentType as a property with a backing field.</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebResponse.Close">
            <summary>Sets the stub of WebResponse.Close()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebResponse.Close01">
            <summary>Sets the stub of WebResponse.Close()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebResponse.ContentLengthGet">
            <summary>Sets the stub of WebResponse.get_ContentLength()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebResponse.ContentLengthSetInt64">
            <summary>Sets the stub of WebResponse.set_ContentLength(Int64 value)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebResponse.ContentTypeGet">
            <summary>Sets the stub of WebResponse.get_ContentType()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebResponse.ContentTypeSetString">
            <summary>Sets the stub of WebResponse.set_ContentType(String value)</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebResponse.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Sets the stub of WebResponse.GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebResponse.GetObjectDataSerializationInfoStreamingContext">
            <summary>Sets the stub of WebResponse.GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext)</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebResponse.HeadersGet">
            <summary>Sets the stub of WebResponse.get_Headers()</summary>
        </member>
        <member name="M:System.Net.Fakes.StubWebResponse.InitializeStub">
            <summary>Initializes a new instance of type StubWebResponse</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebResponse.IsFromCacheGet">
            <summary>Sets the stub of WebResponse.get_IsFromCache()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebResponse.IsMutuallyAuthenticatedGet">
            <summary>Sets the stub of WebResponse.get_IsMutuallyAuthenticated()</summary>
        </member>
        <member name="F:System.Net.Fakes.StubWebResponse.ResponseUriGet">
            <summary>Sets the stub of WebResponse.get_ResponseUri()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubWebResponse.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Net.Fakes.StubWebResponse.ContentLength">
            <summary>Sets the stub of WebResponse.get_ContentLength()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubWebResponse.ContentType">
            <summary>Sets the stub of WebResponse.get_ContentType()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubWebResponse.Headers">
            <summary>Sets the stub of WebResponse.get_Headers()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubWebResponse.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Net.Fakes.StubWebResponse.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.Net.Fakes.StubWebResponse.IsFromCache">
            <summary>Sets the stub of WebResponse.get_IsFromCache()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubWebResponse.IsMutuallyAuthenticated">
            <summary>Sets the stub of WebResponse.get_IsMutuallyAuthenticated()</summary>
        </member>
        <member name="P:System.Net.Fakes.StubWebResponse.ResponseUri">
            <summary>Sets the stub of WebResponse.get_ResponseUri()</summary>
        </member>
        <member name="T:System.Net.Mail.Fakes.StubAlternateView">
            <summary>Stub type of System.Net.Mail.AlternateView</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubAlternateView.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubAlternateView.#ctor(System.IO.Stream)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubAlternateView.#ctor(System.String,System.Net.Mime.ContentType)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubAlternateView.#ctor(System.String,System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubAlternateView.#ctor(System.IO.Stream,System.Net.Mime.ContentType)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubAlternateView.#ctor(System.IO.Stream,System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubAlternateView.Dispose(System.Boolean)">
            <summary>Sets the stub of AlternateView.Dispose(Boolean disposing)</summary>
        </member>
        <member name="F:System.Net.Mail.Fakes.StubAlternateView.DisposeBoolean">
            <summary>Sets the stub of AlternateView.Dispose(Boolean disposing)</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubAlternateView.InitializeStub">
            <summary>Initializes a new instance of type StubAlternateView</summary>
        </member>
        <member name="P:System.Net.Mail.Fakes.StubAlternateView.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Net.Mail.Fakes.StubAlternateView.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Net.Mail.Fakes.StubAlternateView.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Net.Mail.Fakes.StubAttachment">
            <summary>Stub type of System.Net.Mail.Attachment</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubAttachment.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubAttachment.#ctor(System.String,System.Net.Mime.ContentType)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubAttachment.#ctor(System.String,System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubAttachment.#ctor(System.IO.Stream,System.Net.Mime.ContentType)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubAttachment.#ctor(System.IO.Stream,System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubAttachment.#ctor(System.IO.Stream,System.String,System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubAttachment.Dispose(System.Boolean)">
            <summary>Sets the stub of AttachmentBase.Dispose(Boolean disposing)</summary>
        </member>
        <member name="F:System.Net.Mail.Fakes.StubAttachment.DisposeBoolean">
            <summary>Sets the stub of AttachmentBase.Dispose(Boolean disposing)</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubAttachment.InitializeStub">
            <summary>Initializes a new instance of type StubAttachment</summary>
        </member>
        <member name="P:System.Net.Mail.Fakes.StubAttachment.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Net.Mail.Fakes.StubAttachment.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Net.Mail.Fakes.StubAttachment.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Net.Mail.Fakes.StubAttachmentBase">
            <summary>Stub type of System.Net.Mail.AttachmentBase</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubAttachmentBase.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubAttachmentBase.#ctor(System.IO.Stream)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubAttachmentBase.#ctor(System.String,System.Net.Mime.ContentType)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubAttachmentBase.#ctor(System.String,System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubAttachmentBase.#ctor(System.IO.Stream,System.Net.Mime.ContentType)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubAttachmentBase.#ctor(System.IO.Stream,System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubAttachmentBase.Dispose(System.Boolean)">
            <summary>Sets the stub of AttachmentBase.Dispose(Boolean disposing)</summary>
        </member>
        <member name="F:System.Net.Mail.Fakes.StubAttachmentBase.DisposeBoolean">
            <summary>Sets the stub of AttachmentBase.Dispose(Boolean disposing)</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubAttachmentBase.InitializeStub">
            <summary>Initializes a new instance of type StubAttachmentBase</summary>
        </member>
        <member name="P:System.Net.Mail.Fakes.StubAttachmentBase.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Net.Mail.Fakes.StubAttachmentBase.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Net.Mail.Fakes.StubAttachmentBase.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Net.Mail.Fakes.StubLinkedResource">
            <summary>Stub type of System.Net.Mail.LinkedResource</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubLinkedResource.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubLinkedResource.#ctor(System.IO.Stream)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubLinkedResource.#ctor(System.String,System.Net.Mime.ContentType)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubLinkedResource.#ctor(System.String,System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubLinkedResource.#ctor(System.IO.Stream,System.Net.Mime.ContentType)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubLinkedResource.#ctor(System.IO.Stream,System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubLinkedResource.Dispose(System.Boolean)">
            <summary>Sets the stub of AttachmentBase.Dispose(Boolean disposing)</summary>
        </member>
        <member name="F:System.Net.Mail.Fakes.StubLinkedResource.DisposeBoolean">
            <summary>Sets the stub of AttachmentBase.Dispose(Boolean disposing)</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubLinkedResource.InitializeStub">
            <summary>Initializes a new instance of type StubLinkedResource</summary>
        </member>
        <member name="P:System.Net.Mail.Fakes.StubLinkedResource.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Net.Mail.Fakes.StubLinkedResource.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Net.Mail.Fakes.StubLinkedResource.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Net.Mail.Fakes.StubMailAddress">
            <summary>Stub type of System.Net.Mail.MailAddress</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubMailAddress.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubMailAddress.#ctor(System.String,System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubMailAddress.#ctor(System.String,System.String,System.Text.Encoding)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubMailAddress.Equals(System.Object)">
            <summary>Sets the stub of MailAddress.Equals(Object value)</summary>
        </member>
        <member name="F:System.Net.Mail.Fakes.StubMailAddress.EqualsObject">
            <summary>Sets the stub of MailAddress.Equals(Object value)</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubMailAddress.GetHashCode">
            <summary>Sets the stub of MailAddress.GetHashCode()</summary>
        </member>
        <member name="F:System.Net.Mail.Fakes.StubMailAddress.GetHashCode01">
            <summary>Sets the stub of MailAddress.GetHashCode()</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubMailAddress.InitializeStub">
            <summary>Initializes a new instance of type StubMailAddress</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubMailAddress.ToString">
            <summary>Sets the stub of MailAddress.ToString()</summary>
        </member>
        <member name="F:System.Net.Mail.Fakes.StubMailAddress.ToString01">
            <summary>Sets the stub of MailAddress.ToString()</summary>
        </member>
        <member name="P:System.Net.Mail.Fakes.StubMailAddress.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Net.Mail.Fakes.StubMailAddress.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Net.Mail.Fakes.StubMailAddress.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Net.Mail.Fakes.StubMailAddressCollection">
            <summary>Stub type of System.Net.Mail.MailAddressCollection</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubMailAddressCollection.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubMailAddressCollection.ClearItems">
            <summary>Sets the stub of Collection`1.ClearItems()</summary>
        </member>
        <member name="F:System.Net.Mail.Fakes.StubMailAddressCollection.ClearItems01">
            <summary>Sets the stub of Collection`1.ClearItems()</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubMailAddressCollection.InitializeStub">
            <summary>Initializes a new instance of type StubMailAddressCollection</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubMailAddressCollection.InsertItem(System.Int32,System.Net.Mail.MailAddress)">
            <summary>Sets the stub of MailAddressCollection.InsertItem(Int32 index, MailAddress item)</summary>
        </member>
        <member name="F:System.Net.Mail.Fakes.StubMailAddressCollection.InsertItemInt32MailAddress">
            <summary>Sets the stub of MailAddressCollection.InsertItem(Int32 index, MailAddress item)</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubMailAddressCollection.RemoveItem(System.Int32)">
            <summary>Sets the stub of Collection`1.RemoveItem(Int32 index)</summary>
        </member>
        <member name="F:System.Net.Mail.Fakes.StubMailAddressCollection.RemoveItemInt32">
            <summary>Sets the stub of Collection`1.RemoveItem(Int32 index)</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubMailAddressCollection.SetItem(System.Int32,System.Net.Mail.MailAddress)">
            <summary>Sets the stub of MailAddressCollection.SetItem(Int32 index, MailAddress item)</summary>
        </member>
        <member name="F:System.Net.Mail.Fakes.StubMailAddressCollection.SetItemInt32MailAddress">
            <summary>Sets the stub of MailAddressCollection.SetItem(Int32 index, MailAddress item)</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubMailAddressCollection.ToString">
            <summary>Sets the stub of MailAddressCollection.ToString()</summary>
        </member>
        <member name="F:System.Net.Mail.Fakes.StubMailAddressCollection.ToString01">
            <summary>Sets the stub of MailAddressCollection.ToString()</summary>
        </member>
        <member name="P:System.Net.Mail.Fakes.StubMailAddressCollection.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Net.Mail.Fakes.StubMailAddressCollection.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Net.Mail.Fakes.StubMailAddressCollection.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Net.Mail.Fakes.StubMailMessage">
            <summary>Stub type of System.Net.Mail.MailMessage</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubMailMessage.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubMailMessage.#ctor(System.Net.Mail.MailAddress,System.Net.Mail.MailAddress)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubMailMessage.#ctor(System.String,System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubMailMessage.#ctor(System.String,System.String,System.String,System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubMailMessage.Dispose(System.Boolean)">
            <summary>Sets the stub of MailMessage.Dispose(Boolean disposing)</summary>
        </member>
        <member name="F:System.Net.Mail.Fakes.StubMailMessage.DisposeBoolean">
            <summary>Sets the stub of MailMessage.Dispose(Boolean disposing)</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubMailMessage.InitializeStub">
            <summary>Initializes a new instance of type StubMailMessage</summary>
        </member>
        <member name="P:System.Net.Mail.Fakes.StubMailMessage.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Net.Mail.Fakes.StubMailMessage.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Net.Mail.Fakes.StubMailMessage.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Net.Mail.Fakes.StubSmtpClient">
            <summary>Stub type of System.Net.Mail.SmtpClient</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubSmtpClient.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubSmtpClient.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubSmtpClient.#ctor(System.String,System.Int32)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubSmtpClient.Dispose(System.Boolean)">
            <summary>Sets the stub of SmtpClient.Dispose(Boolean disposing)</summary>
        </member>
        <member name="F:System.Net.Mail.Fakes.StubSmtpClient.DisposeBoolean">
            <summary>Sets the stub of SmtpClient.Dispose(Boolean disposing)</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubSmtpClient.InitializeStub">
            <summary>Initializes a new instance of type StubSmtpClient</summary>
        </member>
        <member name="P:System.Net.Mail.Fakes.StubSmtpClient.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Net.Mail.Fakes.StubSmtpClient.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Net.Mail.Fakes.StubSmtpClient.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Net.Mail.Fakes.StubSmtpException">
            <summary>Stub type of System.Net.Mail.SmtpException</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubSmtpException.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubSmtpException.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubSmtpException.#ctor(System.Net.Mail.SmtpStatusCode)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubSmtpException.#ctor(System.String,System.Exception)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubSmtpException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubSmtpException.#ctor(System.Net.Mail.SmtpStatusCode,System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubSmtpException.AttachBackingFieldToHelpLink">
            <summary>Attaches delegates to emulate StubSmtpException.HelpLink as a property with a backing field.</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubSmtpException.AttachBackingFieldToSource">
            <summary>Attaches delegates to emulate StubSmtpException.Source as a property with a backing field.</summary>
        </member>
        <member name="F:System.Net.Mail.Fakes.StubSmtpException.DataGet">
            <summary>Sets the stub of Exception.get_Data()</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubSmtpException.GetBaseException">
            <summary>Sets the stub of Exception.GetBaseException()</summary>
        </member>
        <member name="F:System.Net.Mail.Fakes.StubSmtpException.GetBaseException01">
            <summary>Sets the stub of Exception.GetBaseException()</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubSmtpException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Sets the stub of SmtpException.GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext)</summary>
        </member>
        <member name="F:System.Net.Mail.Fakes.StubSmtpException.GetObjectDataSerializationInfoStreamingContext">
            <summary>Sets the stub of SmtpException.GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext)</summary>
        </member>
        <member name="F:System.Net.Mail.Fakes.StubSmtpException.HelpLinkGet">
            <summary>Sets the stub of Exception.get_HelpLink()</summary>
        </member>
        <member name="F:System.Net.Mail.Fakes.StubSmtpException.HelpLinkSetString">
            <summary>Sets the stub of Exception.set_HelpLink(String value)</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubSmtpException.InitializeStub">
            <summary>Initializes a new instance of type StubSmtpException</summary>
        </member>
        <member name="F:System.Net.Mail.Fakes.StubSmtpException.MessageGet">
            <summary>Sets the stub of Exception.get_Message()</summary>
        </member>
        <member name="F:System.Net.Mail.Fakes.StubSmtpException.SourceGet">
            <summary>Sets the stub of Exception.get_Source()</summary>
        </member>
        <member name="F:System.Net.Mail.Fakes.StubSmtpException.SourceSetString">
            <summary>Sets the stub of Exception.set_Source(String value)</summary>
        </member>
        <member name="F:System.Net.Mail.Fakes.StubSmtpException.StackTraceGet">
            <summary>Sets the stub of Exception.get_StackTrace()</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubSmtpException.ToString">
            <summary>Sets the stub of Exception.ToString()</summary>
        </member>
        <member name="F:System.Net.Mail.Fakes.StubSmtpException.ToString01">
            <summary>Sets the stub of Exception.ToString()</summary>
        </member>
        <member name="P:System.Net.Mail.Fakes.StubSmtpException.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Net.Mail.Fakes.StubSmtpException.Data">
            <summary>Sets the stub of Exception.get_Data()</summary>
        </member>
        <member name="P:System.Net.Mail.Fakes.StubSmtpException.HelpLink">
            <summary>Sets the stub of Exception.get_HelpLink()</summary>
        </member>
        <member name="P:System.Net.Mail.Fakes.StubSmtpException.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Net.Mail.Fakes.StubSmtpException.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.Net.Mail.Fakes.StubSmtpException.Message">
            <summary>Sets the stub of Exception.get_Message()</summary>
        </member>
        <member name="P:System.Net.Mail.Fakes.StubSmtpException.Source">
            <summary>Sets the stub of Exception.get_Source()</summary>
        </member>
        <member name="P:System.Net.Mail.Fakes.StubSmtpException.StackTrace">
            <summary>Sets the stub of Exception.get_StackTrace()</summary>
        </member>
        <member name="T:System.Net.Mail.Fakes.StubSmtpFailedRecipientException">
            <summary>Stub type of System.Net.Mail.SmtpFailedRecipientException</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubSmtpFailedRecipientException.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubSmtpFailedRecipientException.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubSmtpFailedRecipientException.#ctor(System.Net.Mail.SmtpStatusCode,System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubSmtpFailedRecipientException.#ctor(System.String,System.Exception)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubSmtpFailedRecipientException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubSmtpFailedRecipientException.#ctor(System.Net.Mail.SmtpStatusCode,System.String,System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubSmtpFailedRecipientException.#ctor(System.String,System.String,System.Exception)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubSmtpFailedRecipientException.AttachBackingFieldToHelpLink">
            <summary>Attaches delegates to emulate StubSmtpFailedRecipientException.HelpLink as a property with a backing field.</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubSmtpFailedRecipientException.AttachBackingFieldToSource">
            <summary>Attaches delegates to emulate StubSmtpFailedRecipientException.Source as a property with a backing field.</summary>
        </member>
        <member name="F:System.Net.Mail.Fakes.StubSmtpFailedRecipientException.DataGet">
            <summary>Sets the stub of Exception.get_Data()</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubSmtpFailedRecipientException.GetBaseException">
            <summary>Sets the stub of Exception.GetBaseException()</summary>
        </member>
        <member name="F:System.Net.Mail.Fakes.StubSmtpFailedRecipientException.GetBaseException01">
            <summary>Sets the stub of Exception.GetBaseException()</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubSmtpFailedRecipientException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Sets the stub of SmtpFailedRecipientException.GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext)</summary>
        </member>
        <member name="F:System.Net.Mail.Fakes.StubSmtpFailedRecipientException.GetObjectDataSerializationInfoStreamingContext">
            <summary>Sets the stub of SmtpFailedRecipientException.GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext)</summary>
        </member>
        <member name="F:System.Net.Mail.Fakes.StubSmtpFailedRecipientException.HelpLinkGet">
            <summary>Sets the stub of Exception.get_HelpLink()</summary>
        </member>
        <member name="F:System.Net.Mail.Fakes.StubSmtpFailedRecipientException.HelpLinkSetString">
            <summary>Sets the stub of Exception.set_HelpLink(String value)</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubSmtpFailedRecipientException.InitializeStub">
            <summary>Initializes a new instance of type StubSmtpFailedRecipientException</summary>
        </member>
        <member name="F:System.Net.Mail.Fakes.StubSmtpFailedRecipientException.MessageGet">
            <summary>Sets the stub of Exception.get_Message()</summary>
        </member>
        <member name="F:System.Net.Mail.Fakes.StubSmtpFailedRecipientException.SourceGet">
            <summary>Sets the stub of Exception.get_Source()</summary>
        </member>
        <member name="F:System.Net.Mail.Fakes.StubSmtpFailedRecipientException.SourceSetString">
            <summary>Sets the stub of Exception.set_Source(String value)</summary>
        </member>
        <member name="F:System.Net.Mail.Fakes.StubSmtpFailedRecipientException.StackTraceGet">
            <summary>Sets the stub of Exception.get_StackTrace()</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubSmtpFailedRecipientException.ToString">
            <summary>Sets the stub of Exception.ToString()</summary>
        </member>
        <member name="F:System.Net.Mail.Fakes.StubSmtpFailedRecipientException.ToString01">
            <summary>Sets the stub of Exception.ToString()</summary>
        </member>
        <member name="P:System.Net.Mail.Fakes.StubSmtpFailedRecipientException.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Net.Mail.Fakes.StubSmtpFailedRecipientException.Data">
            <summary>Sets the stub of Exception.get_Data()</summary>
        </member>
        <member name="P:System.Net.Mail.Fakes.StubSmtpFailedRecipientException.HelpLink">
            <summary>Sets the stub of Exception.get_HelpLink()</summary>
        </member>
        <member name="P:System.Net.Mail.Fakes.StubSmtpFailedRecipientException.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Net.Mail.Fakes.StubSmtpFailedRecipientException.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.Net.Mail.Fakes.StubSmtpFailedRecipientException.Message">
            <summary>Sets the stub of Exception.get_Message()</summary>
        </member>
        <member name="P:System.Net.Mail.Fakes.StubSmtpFailedRecipientException.Source">
            <summary>Sets the stub of Exception.get_Source()</summary>
        </member>
        <member name="P:System.Net.Mail.Fakes.StubSmtpFailedRecipientException.StackTrace">
            <summary>Sets the stub of Exception.get_StackTrace()</summary>
        </member>
        <member name="T:System.Net.Mail.Fakes.StubSmtpFailedRecipientsException">
            <summary>Stub type of System.Net.Mail.SmtpFailedRecipientsException</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubSmtpFailedRecipientsException.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubSmtpFailedRecipientsException.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubSmtpFailedRecipientsException.#ctor(System.String,System.Net.Mail.SmtpFailedRecipientException[])">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubSmtpFailedRecipientsException.#ctor(System.String,System.Exception)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubSmtpFailedRecipientsException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubSmtpFailedRecipientsException.AttachBackingFieldToHelpLink">
            <summary>Attaches delegates to emulate StubSmtpFailedRecipientsException.HelpLink as a property with a backing field.</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubSmtpFailedRecipientsException.AttachBackingFieldToSource">
            <summary>Attaches delegates to emulate StubSmtpFailedRecipientsException.Source as a property with a backing field.</summary>
        </member>
        <member name="F:System.Net.Mail.Fakes.StubSmtpFailedRecipientsException.DataGet">
            <summary>Sets the stub of Exception.get_Data()</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubSmtpFailedRecipientsException.GetBaseException">
            <summary>Sets the stub of Exception.GetBaseException()</summary>
        </member>
        <member name="F:System.Net.Mail.Fakes.StubSmtpFailedRecipientsException.GetBaseException01">
            <summary>Sets the stub of Exception.GetBaseException()</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubSmtpFailedRecipientsException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Sets the stub of SmtpFailedRecipientsException.GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext)</summary>
        </member>
        <member name="F:System.Net.Mail.Fakes.StubSmtpFailedRecipientsException.GetObjectDataSerializationInfoStreamingContext">
            <summary>Sets the stub of SmtpFailedRecipientsException.GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext)</summary>
        </member>
        <member name="F:System.Net.Mail.Fakes.StubSmtpFailedRecipientsException.HelpLinkGet">
            <summary>Sets the stub of Exception.get_HelpLink()</summary>
        </member>
        <member name="F:System.Net.Mail.Fakes.StubSmtpFailedRecipientsException.HelpLinkSetString">
            <summary>Sets the stub of Exception.set_HelpLink(String value)</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubSmtpFailedRecipientsException.InitializeStub">
            <summary>Initializes a new instance of type StubSmtpFailedRecipientsException</summary>
        </member>
        <member name="F:System.Net.Mail.Fakes.StubSmtpFailedRecipientsException.MessageGet">
            <summary>Sets the stub of Exception.get_Message()</summary>
        </member>
        <member name="F:System.Net.Mail.Fakes.StubSmtpFailedRecipientsException.SourceGet">
            <summary>Sets the stub of Exception.get_Source()</summary>
        </member>
        <member name="F:System.Net.Mail.Fakes.StubSmtpFailedRecipientsException.SourceSetString">
            <summary>Sets the stub of Exception.set_Source(String value)</summary>
        </member>
        <member name="F:System.Net.Mail.Fakes.StubSmtpFailedRecipientsException.StackTraceGet">
            <summary>Sets the stub of Exception.get_StackTrace()</summary>
        </member>
        <member name="M:System.Net.Mail.Fakes.StubSmtpFailedRecipientsException.ToString">
            <summary>Sets the stub of Exception.ToString()</summary>
        </member>
        <member name="F:System.Net.Mail.Fakes.StubSmtpFailedRecipientsException.ToString01">
            <summary>Sets the stub of Exception.ToString()</summary>
        </member>
        <member name="P:System.Net.Mail.Fakes.StubSmtpFailedRecipientsException.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Net.Mail.Fakes.StubSmtpFailedRecipientsException.Data">
            <summary>Sets the stub of Exception.get_Data()</summary>
        </member>
        <member name="P:System.Net.Mail.Fakes.StubSmtpFailedRecipientsException.HelpLink">
            <summary>Sets the stub of Exception.get_HelpLink()</summary>
        </member>
        <member name="P:System.Net.Mail.Fakes.StubSmtpFailedRecipientsException.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Net.Mail.Fakes.StubSmtpFailedRecipientsException.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.Net.Mail.Fakes.StubSmtpFailedRecipientsException.Message">
            <summary>Sets the stub of Exception.get_Message()</summary>
        </member>
        <member name="P:System.Net.Mail.Fakes.StubSmtpFailedRecipientsException.Source">
            <summary>Sets the stub of Exception.get_Source()</summary>
        </member>
        <member name="P:System.Net.Mail.Fakes.StubSmtpFailedRecipientsException.StackTrace">
            <summary>Sets the stub of Exception.get_StackTrace()</summary>
        </member>
        <member name="T:System.Net.Mime.Fakes.StubContentDisposition">
            <summary>Stub type of System.Net.Mime.ContentDisposition</summary>
        </member>
        <member name="M:System.Net.Mime.Fakes.StubContentDisposition.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Mime.Fakes.StubContentDisposition.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Mime.Fakes.StubContentDisposition.Equals(System.Object)">
            <summary>Sets the stub of ContentDisposition.Equals(Object rparam)</summary>
        </member>
        <member name="F:System.Net.Mime.Fakes.StubContentDisposition.EqualsObject">
            <summary>Sets the stub of ContentDisposition.Equals(Object rparam)</summary>
        </member>
        <member name="M:System.Net.Mime.Fakes.StubContentDisposition.GetHashCode">
            <summary>Sets the stub of ContentDisposition.GetHashCode()</summary>
        </member>
        <member name="F:System.Net.Mime.Fakes.StubContentDisposition.GetHashCode01">
            <summary>Sets the stub of ContentDisposition.GetHashCode()</summary>
        </member>
        <member name="M:System.Net.Mime.Fakes.StubContentDisposition.InitializeStub">
            <summary>Initializes a new instance of type StubContentDisposition</summary>
        </member>
        <member name="M:System.Net.Mime.Fakes.StubContentDisposition.ToString">
            <summary>Sets the stub of ContentDisposition.ToString()</summary>
        </member>
        <member name="F:System.Net.Mime.Fakes.StubContentDisposition.ToString01">
            <summary>Sets the stub of ContentDisposition.ToString()</summary>
        </member>
        <member name="P:System.Net.Mime.Fakes.StubContentDisposition.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Net.Mime.Fakes.StubContentDisposition.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Net.Mime.Fakes.StubContentDisposition.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Net.Mime.Fakes.StubContentType">
            <summary>Stub type of System.Net.Mime.ContentType</summary>
        </member>
        <member name="M:System.Net.Mime.Fakes.StubContentType.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Mime.Fakes.StubContentType.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Mime.Fakes.StubContentType.Equals(System.Object)">
            <summary>Sets the stub of ContentType.Equals(Object rparam)</summary>
        </member>
        <member name="F:System.Net.Mime.Fakes.StubContentType.EqualsObject">
            <summary>Sets the stub of ContentType.Equals(Object rparam)</summary>
        </member>
        <member name="M:System.Net.Mime.Fakes.StubContentType.GetHashCode">
            <summary>Sets the stub of ContentType.GetHashCode()</summary>
        </member>
        <member name="F:System.Net.Mime.Fakes.StubContentType.GetHashCode01">
            <summary>Sets the stub of ContentType.GetHashCode()</summary>
        </member>
        <member name="M:System.Net.Mime.Fakes.StubContentType.InitializeStub">
            <summary>Initializes a new instance of type StubContentType</summary>
        </member>
        <member name="M:System.Net.Mime.Fakes.StubContentType.ToString">
            <summary>Sets the stub of ContentType.ToString()</summary>
        </member>
        <member name="F:System.Net.Mime.Fakes.StubContentType.ToString01">
            <summary>Sets the stub of ContentType.ToString()</summary>
        </member>
        <member name="P:System.Net.Mime.Fakes.StubContentType.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Net.Mime.Fakes.StubContentType.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Net.Mime.Fakes.StubContentType.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Net.NetworkInformation.Fakes.StubGatewayIPAddressInformation">
            <summary>Stub type of System.Net.NetworkInformation.GatewayIPAddressInformation</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubGatewayIPAddressInformation.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubGatewayIPAddressInformation.AddressGet">
            <summary>Sets the stub of GatewayIPAddressInformation.get_Address()</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubGatewayIPAddressInformation.InitializeStub">
            <summary>Initializes a new instance of type StubGatewayIPAddressInformation</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubGatewayIPAddressInformation.Address">
            <summary>Sets the stub of GatewayIPAddressInformation.get_Address()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubGatewayIPAddressInformation.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubGatewayIPAddressInformation.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubGatewayIPAddressInformation.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Net.NetworkInformation.Fakes.StubGatewayIPAddressInformationCollection">
            <summary>Stub type of System.Net.NetworkInformation.GatewayIPAddressInformationCollection</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubGatewayIPAddressInformationCollection.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubGatewayIPAddressInformationCollection.Add(System.Net.NetworkInformation.GatewayIPAddressInformation)">
            <summary>Sets the stub of GatewayIPAddressInformationCollection.Add(GatewayIPAddressInformation address)</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubGatewayIPAddressInformationCollection.AddGatewayIPAddressInformation">
            <summary>Sets the stub of GatewayIPAddressInformationCollection.Add(GatewayIPAddressInformation address)</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubGatewayIPAddressInformationCollection.Clear">
            <summary>Sets the stub of GatewayIPAddressInformationCollection.Clear()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubGatewayIPAddressInformationCollection.Clear01">
            <summary>Sets the stub of GatewayIPAddressInformationCollection.Clear()</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubGatewayIPAddressInformationCollection.Contains(System.Net.NetworkInformation.GatewayIPAddressInformation)">
            <summary>Sets the stub of GatewayIPAddressInformationCollection.Contains(GatewayIPAddressInformation address)</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubGatewayIPAddressInformationCollection.ContainsGatewayIPAddressInformation">
            <summary>Sets the stub of GatewayIPAddressInformationCollection.Contains(GatewayIPAddressInformation address)</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubGatewayIPAddressInformationCollection.CopyTo(System.Net.NetworkInformation.GatewayIPAddressInformation[],System.Int32)">
            <summary>Sets the stub of GatewayIPAddressInformationCollection.CopyTo(GatewayIPAddressInformation[] array, Int32 offset)</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubGatewayIPAddressInformationCollection.CopyToGatewayIPAddressInformationArrayInt32">
            <summary>Sets the stub of GatewayIPAddressInformationCollection.CopyTo(GatewayIPAddressInformation[] array, Int32 offset)</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubGatewayIPAddressInformationCollection.CountGet">
            <summary>Sets the stub of GatewayIPAddressInformationCollection.get_Count()</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubGatewayIPAddressInformationCollection.GetEnumerator">
            <summary>Sets the stub of GatewayIPAddressInformationCollection.GetEnumerator()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubGatewayIPAddressInformationCollection.GetEnumerator01">
            <summary>Sets the stub of GatewayIPAddressInformationCollection.GetEnumerator()</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubGatewayIPAddressInformationCollection.InitializeStub">
            <summary>Initializes a new instance of type StubGatewayIPAddressInformationCollection</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubGatewayIPAddressInformationCollection.IsReadOnlyGet">
            <summary>Sets the stub of GatewayIPAddressInformationCollection.get_IsReadOnly()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubGatewayIPAddressInformationCollection.ItemGetInt32">
            <summary>Sets the stub of GatewayIPAddressInformationCollection.get_Item(Int32 index)</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubGatewayIPAddressInformationCollection.Remove(System.Net.NetworkInformation.GatewayIPAddressInformation)">
            <summary>Sets the stub of GatewayIPAddressInformationCollection.Remove(GatewayIPAddressInformation address)</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubGatewayIPAddressInformationCollection.RemoveGatewayIPAddressInformation">
            <summary>Sets the stub of GatewayIPAddressInformationCollection.Remove(GatewayIPAddressInformation address)</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubGatewayIPAddressInformationCollection.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubGatewayIPAddressInformationCollection.Count">
            <summary>Sets the stub of GatewayIPAddressInformationCollection.get_Count()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubGatewayIPAddressInformationCollection.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubGatewayIPAddressInformationCollection.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubGatewayIPAddressInformationCollection.IsReadOnly">
            <summary>Sets the stub of GatewayIPAddressInformationCollection.get_IsReadOnly()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubGatewayIPAddressInformationCollection.Item(System.Int32)">
            <summary>Sets the stub of GatewayIPAddressInformationCollection.get_Item(Int32 index)</summary>
        </member>
        <member name="T:System.Net.NetworkInformation.Fakes.StubIPAddressCollection">
            <summary>Stub type of System.Net.NetworkInformation.IPAddressCollection</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubIPAddressCollection.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubIPAddressCollection.Add(System.Net.IPAddress)">
            <summary>Sets the stub of IPAddressCollection.Add(IPAddress address)</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPAddressCollection.AddIPAddress">
            <summary>Sets the stub of IPAddressCollection.Add(IPAddress address)</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubIPAddressCollection.Clear">
            <summary>Sets the stub of IPAddressCollection.Clear()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPAddressCollection.Clear01">
            <summary>Sets the stub of IPAddressCollection.Clear()</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubIPAddressCollection.Contains(System.Net.IPAddress)">
            <summary>Sets the stub of IPAddressCollection.Contains(IPAddress address)</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPAddressCollection.ContainsIPAddress">
            <summary>Sets the stub of IPAddressCollection.Contains(IPAddress address)</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubIPAddressCollection.CopyTo(System.Net.IPAddress[],System.Int32)">
            <summary>Sets the stub of IPAddressCollection.CopyTo(IPAddress[] array, Int32 offset)</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPAddressCollection.CopyToIPAddressArrayInt32">
            <summary>Sets the stub of IPAddressCollection.CopyTo(IPAddress[] array, Int32 offset)</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPAddressCollection.CountGet">
            <summary>Sets the stub of IPAddressCollection.get_Count()</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubIPAddressCollection.GetEnumerator">
            <summary>Sets the stub of IPAddressCollection.GetEnumerator()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPAddressCollection.GetEnumerator01">
            <summary>Sets the stub of IPAddressCollection.GetEnumerator()</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubIPAddressCollection.InitializeStub">
            <summary>Initializes a new instance of type StubIPAddressCollection</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPAddressCollection.IsReadOnlyGet">
            <summary>Sets the stub of IPAddressCollection.get_IsReadOnly()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPAddressCollection.ItemGetInt32">
            <summary>Sets the stub of IPAddressCollection.get_Item(Int32 index)</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubIPAddressCollection.Remove(System.Net.IPAddress)">
            <summary>Sets the stub of IPAddressCollection.Remove(IPAddress address)</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPAddressCollection.RemoveIPAddress">
            <summary>Sets the stub of IPAddressCollection.Remove(IPAddress address)</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPAddressCollection.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPAddressCollection.Count">
            <summary>Sets the stub of IPAddressCollection.get_Count()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPAddressCollection.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPAddressCollection.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPAddressCollection.IsReadOnly">
            <summary>Sets the stub of IPAddressCollection.get_IsReadOnly()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPAddressCollection.Item(System.Int32)">
            <summary>Sets the stub of IPAddressCollection.get_Item(Int32 index)</summary>
        </member>
        <member name="T:System.Net.NetworkInformation.Fakes.StubIPAddressInformation">
            <summary>Stub type of System.Net.NetworkInformation.IPAddressInformation</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubIPAddressInformation.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPAddressInformation.AddressGet">
            <summary>Sets the stub of IPAddressInformation.get_Address()</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubIPAddressInformation.InitializeStub">
            <summary>Initializes a new instance of type StubIPAddressInformation</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPAddressInformation.IsDnsEligibleGet">
            <summary>Sets the stub of IPAddressInformation.get_IsDnsEligible()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPAddressInformation.IsTransientGet">
            <summary>Sets the stub of IPAddressInformation.get_IsTransient()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPAddressInformation.Address">
            <summary>Sets the stub of IPAddressInformation.get_Address()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPAddressInformation.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPAddressInformation.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPAddressInformation.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPAddressInformation.IsDnsEligible">
            <summary>Sets the stub of IPAddressInformation.get_IsDnsEligible()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPAddressInformation.IsTransient">
            <summary>Sets the stub of IPAddressInformation.get_IsTransient()</summary>
        </member>
        <member name="T:System.Net.NetworkInformation.Fakes.StubIPGlobalProperties">
            <summary>Stub type of System.Net.NetworkInformation.IPGlobalProperties</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubIPGlobalProperties.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubIPGlobalProperties.BeginGetUnicastAddresses(System.AsyncCallback,System.Object)">
            <summary>Sets the stub of IPGlobalProperties.BeginGetUnicastAddresses(AsyncCallback callback, Object state)</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPGlobalProperties.BeginGetUnicastAddressesAsyncCallbackObject">
            <summary>Sets the stub of IPGlobalProperties.BeginGetUnicastAddresses(AsyncCallback callback, Object state)</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPGlobalProperties.DhcpScopeNameGet">
            <summary>Sets the stub of IPGlobalProperties.get_DhcpScopeName()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPGlobalProperties.DomainNameGet">
            <summary>Sets the stub of IPGlobalProperties.get_DomainName()</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubIPGlobalProperties.EndGetUnicastAddresses(System.IAsyncResult)">
            <summary>Sets the stub of IPGlobalProperties.EndGetUnicastAddresses(IAsyncResult asyncResult)</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPGlobalProperties.EndGetUnicastAddressesIAsyncResult">
            <summary>Sets the stub of IPGlobalProperties.EndGetUnicastAddresses(IAsyncResult asyncResult)</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubIPGlobalProperties.GetActiveTcpConnections">
            <summary>Sets the stub of IPGlobalProperties.GetActiveTcpConnections()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPGlobalProperties.GetActiveTcpConnections01">
            <summary>Sets the stub of IPGlobalProperties.GetActiveTcpConnections()</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubIPGlobalProperties.GetActiveTcpListeners">
            <summary>Sets the stub of IPGlobalProperties.GetActiveTcpListeners()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPGlobalProperties.GetActiveTcpListeners01">
            <summary>Sets the stub of IPGlobalProperties.GetActiveTcpListeners()</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubIPGlobalProperties.GetActiveUdpListeners">
            <summary>Sets the stub of IPGlobalProperties.GetActiveUdpListeners()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPGlobalProperties.GetActiveUdpListeners01">
            <summary>Sets the stub of IPGlobalProperties.GetActiveUdpListeners()</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubIPGlobalProperties.GetIPv4GlobalStatistics">
            <summary>Sets the stub of IPGlobalProperties.GetIPv4GlobalStatistics()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPGlobalProperties.GetIPv4GlobalStatistics01">
            <summary>Sets the stub of IPGlobalProperties.GetIPv4GlobalStatistics()</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubIPGlobalProperties.GetIPv6GlobalStatistics">
            <summary>Sets the stub of IPGlobalProperties.GetIPv6GlobalStatistics()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPGlobalProperties.GetIPv6GlobalStatistics01">
            <summary>Sets the stub of IPGlobalProperties.GetIPv6GlobalStatistics()</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubIPGlobalProperties.GetIcmpV4Statistics">
            <summary>Sets the stub of IPGlobalProperties.GetIcmpV4Statistics()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPGlobalProperties.GetIcmpV4Statistics01">
            <summary>Sets the stub of IPGlobalProperties.GetIcmpV4Statistics()</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubIPGlobalProperties.GetIcmpV6Statistics">
            <summary>Sets the stub of IPGlobalProperties.GetIcmpV6Statistics()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPGlobalProperties.GetIcmpV6Statistics01">
            <summary>Sets the stub of IPGlobalProperties.GetIcmpV6Statistics()</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubIPGlobalProperties.GetTcpIPv4Statistics">
            <summary>Sets the stub of IPGlobalProperties.GetTcpIPv4Statistics()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPGlobalProperties.GetTcpIPv4Statistics01">
            <summary>Sets the stub of IPGlobalProperties.GetTcpIPv4Statistics()</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubIPGlobalProperties.GetTcpIPv6Statistics">
            <summary>Sets the stub of IPGlobalProperties.GetTcpIPv6Statistics()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPGlobalProperties.GetTcpIPv6Statistics01">
            <summary>Sets the stub of IPGlobalProperties.GetTcpIPv6Statistics()</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubIPGlobalProperties.GetUdpIPv4Statistics">
            <summary>Sets the stub of IPGlobalProperties.GetUdpIPv4Statistics()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPGlobalProperties.GetUdpIPv4Statistics01">
            <summary>Sets the stub of IPGlobalProperties.GetUdpIPv4Statistics()</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubIPGlobalProperties.GetUdpIPv6Statistics">
            <summary>Sets the stub of IPGlobalProperties.GetUdpIPv6Statistics()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPGlobalProperties.GetUdpIPv6Statistics01">
            <summary>Sets the stub of IPGlobalProperties.GetUdpIPv6Statistics()</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubIPGlobalProperties.GetUnicastAddresses">
            <summary>Sets the stub of IPGlobalProperties.GetUnicastAddresses()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPGlobalProperties.GetUnicastAddresses01">
            <summary>Sets the stub of IPGlobalProperties.GetUnicastAddresses()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPGlobalProperties.HostNameGet">
            <summary>Sets the stub of IPGlobalProperties.get_HostName()</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubIPGlobalProperties.InitializeStub">
            <summary>Initializes a new instance of type StubIPGlobalProperties</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPGlobalProperties.IsWinsProxyGet">
            <summary>Sets the stub of IPGlobalProperties.get_IsWinsProxy()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPGlobalProperties.NodeTypeGet">
            <summary>Sets the stub of IPGlobalProperties.get_NodeType()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPGlobalProperties.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPGlobalProperties.DhcpScopeName">
            <summary>Sets the stub of IPGlobalProperties.get_DhcpScopeName()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPGlobalProperties.DomainName">
            <summary>Sets the stub of IPGlobalProperties.get_DomainName()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPGlobalProperties.HostName">
            <summary>Sets the stub of IPGlobalProperties.get_HostName()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPGlobalProperties.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPGlobalProperties.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPGlobalProperties.IsWinsProxy">
            <summary>Sets the stub of IPGlobalProperties.get_IsWinsProxy()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPGlobalProperties.NodeType">
            <summary>Sets the stub of IPGlobalProperties.get_NodeType()</summary>
        </member>
        <member name="T:System.Net.NetworkInformation.Fakes.StubIPGlobalStatistics">
            <summary>Stub type of System.Net.NetworkInformation.IPGlobalStatistics</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubIPGlobalStatistics.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPGlobalStatistics.DefaultTtlGet">
            <summary>Sets the stub of IPGlobalStatistics.get_DefaultTtl()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPGlobalStatistics.ForwardingEnabledGet">
            <summary>Sets the stub of IPGlobalStatistics.get_ForwardingEnabled()</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubIPGlobalStatistics.InitializeStub">
            <summary>Initializes a new instance of type StubIPGlobalStatistics</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPGlobalStatistics.NumberOfIPAddressesGet">
            <summary>Sets the stub of IPGlobalStatistics.get_NumberOfIPAddresses()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPGlobalStatistics.NumberOfInterfacesGet">
            <summary>Sets the stub of IPGlobalStatistics.get_NumberOfInterfaces()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPGlobalStatistics.NumberOfRoutesGet">
            <summary>Sets the stub of IPGlobalStatistics.get_NumberOfRoutes()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPGlobalStatistics.OutputPacketRequestsGet">
            <summary>Sets the stub of IPGlobalStatistics.get_OutputPacketRequests()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPGlobalStatistics.OutputPacketRoutingDiscardsGet">
            <summary>Sets the stub of IPGlobalStatistics.get_OutputPacketRoutingDiscards()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPGlobalStatistics.OutputPacketsDiscardedGet">
            <summary>Sets the stub of IPGlobalStatistics.get_OutputPacketsDiscarded()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPGlobalStatistics.OutputPacketsWithNoRouteGet">
            <summary>Sets the stub of IPGlobalStatistics.get_OutputPacketsWithNoRoute()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPGlobalStatistics.PacketFragmentFailuresGet">
            <summary>Sets the stub of IPGlobalStatistics.get_PacketFragmentFailures()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPGlobalStatistics.PacketReassembliesRequiredGet">
            <summary>Sets the stub of IPGlobalStatistics.get_PacketReassembliesRequired()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPGlobalStatistics.PacketReassemblyFailuresGet">
            <summary>Sets the stub of IPGlobalStatistics.get_PacketReassemblyFailures()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPGlobalStatistics.PacketReassemblyTimeoutGet">
            <summary>Sets the stub of IPGlobalStatistics.get_PacketReassemblyTimeout()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPGlobalStatistics.PacketsFragmentedGet">
            <summary>Sets the stub of IPGlobalStatistics.get_PacketsFragmented()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPGlobalStatistics.PacketsReassembledGet">
            <summary>Sets the stub of IPGlobalStatistics.get_PacketsReassembled()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPGlobalStatistics.ReceivedPacketsDeliveredGet">
            <summary>Sets the stub of IPGlobalStatistics.get_ReceivedPacketsDelivered()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPGlobalStatistics.ReceivedPacketsDiscardedGet">
            <summary>Sets the stub of IPGlobalStatistics.get_ReceivedPacketsDiscarded()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPGlobalStatistics.ReceivedPacketsForwardedGet">
            <summary>Sets the stub of IPGlobalStatistics.get_ReceivedPacketsForwarded()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPGlobalStatistics.ReceivedPacketsGet">
            <summary>Sets the stub of IPGlobalStatistics.get_ReceivedPackets()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPGlobalStatistics.ReceivedPacketsWithAddressErrorsGet">
            <summary>Sets the stub of IPGlobalStatistics.get_ReceivedPacketsWithAddressErrors()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPGlobalStatistics.ReceivedPacketsWithHeadersErrorsGet">
            <summary>Sets the stub of IPGlobalStatistics.get_ReceivedPacketsWithHeadersErrors()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPGlobalStatistics.ReceivedPacketsWithUnknownProtocolGet">
            <summary>Sets the stub of IPGlobalStatistics.get_ReceivedPacketsWithUnknownProtocol()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPGlobalStatistics.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPGlobalStatistics.DefaultTtl">
            <summary>Sets the stub of IPGlobalStatistics.get_DefaultTtl()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPGlobalStatistics.ForwardingEnabled">
            <summary>Sets the stub of IPGlobalStatistics.get_ForwardingEnabled()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPGlobalStatistics.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPGlobalStatistics.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPGlobalStatistics.NumberOfIPAddresses">
            <summary>Sets the stub of IPGlobalStatistics.get_NumberOfIPAddresses()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPGlobalStatistics.NumberOfInterfaces">
            <summary>Sets the stub of IPGlobalStatistics.get_NumberOfInterfaces()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPGlobalStatistics.NumberOfRoutes">
            <summary>Sets the stub of IPGlobalStatistics.get_NumberOfRoutes()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPGlobalStatistics.OutputPacketRequests">
            <summary>Sets the stub of IPGlobalStatistics.get_OutputPacketRequests()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPGlobalStatistics.OutputPacketRoutingDiscards">
            <summary>Sets the stub of IPGlobalStatistics.get_OutputPacketRoutingDiscards()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPGlobalStatistics.OutputPacketsDiscarded">
            <summary>Sets the stub of IPGlobalStatistics.get_OutputPacketsDiscarded()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPGlobalStatistics.OutputPacketsWithNoRoute">
            <summary>Sets the stub of IPGlobalStatistics.get_OutputPacketsWithNoRoute()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPGlobalStatistics.PacketFragmentFailures">
            <summary>Sets the stub of IPGlobalStatistics.get_PacketFragmentFailures()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPGlobalStatistics.PacketReassembliesRequired">
            <summary>Sets the stub of IPGlobalStatistics.get_PacketReassembliesRequired()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPGlobalStatistics.PacketReassemblyFailures">
            <summary>Sets the stub of IPGlobalStatistics.get_PacketReassemblyFailures()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPGlobalStatistics.PacketReassemblyTimeout">
            <summary>Sets the stub of IPGlobalStatistics.get_PacketReassemblyTimeout()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPGlobalStatistics.PacketsFragmented">
            <summary>Sets the stub of IPGlobalStatistics.get_PacketsFragmented()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPGlobalStatistics.PacketsReassembled">
            <summary>Sets the stub of IPGlobalStatistics.get_PacketsReassembled()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPGlobalStatistics.ReceivedPackets">
            <summary>Sets the stub of IPGlobalStatistics.get_ReceivedPackets()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPGlobalStatistics.ReceivedPacketsDelivered">
            <summary>Sets the stub of IPGlobalStatistics.get_ReceivedPacketsDelivered()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPGlobalStatistics.ReceivedPacketsDiscarded">
            <summary>Sets the stub of IPGlobalStatistics.get_ReceivedPacketsDiscarded()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPGlobalStatistics.ReceivedPacketsForwarded">
            <summary>Sets the stub of IPGlobalStatistics.get_ReceivedPacketsForwarded()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPGlobalStatistics.ReceivedPacketsWithAddressErrors">
            <summary>Sets the stub of IPGlobalStatistics.get_ReceivedPacketsWithAddressErrors()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPGlobalStatistics.ReceivedPacketsWithHeadersErrors">
            <summary>Sets the stub of IPGlobalStatistics.get_ReceivedPacketsWithHeadersErrors()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPGlobalStatistics.ReceivedPacketsWithUnknownProtocol">
            <summary>Sets the stub of IPGlobalStatistics.get_ReceivedPacketsWithUnknownProtocol()</summary>
        </member>
        <member name="T:System.Net.NetworkInformation.Fakes.StubIPInterfaceProperties">
            <summary>Stub type of System.Net.NetworkInformation.IPInterfaceProperties</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubIPInterfaceProperties.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPInterfaceProperties.AnycastAddressesGet">
            <summary>Sets the stub of IPInterfaceProperties.get_AnycastAddresses()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPInterfaceProperties.DhcpServerAddressesGet">
            <summary>Sets the stub of IPInterfaceProperties.get_DhcpServerAddresses()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPInterfaceProperties.DnsAddressesGet">
            <summary>Sets the stub of IPInterfaceProperties.get_DnsAddresses()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPInterfaceProperties.DnsSuffixGet">
            <summary>Sets the stub of IPInterfaceProperties.get_DnsSuffix()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPInterfaceProperties.GatewayAddressesGet">
            <summary>Sets the stub of IPInterfaceProperties.get_GatewayAddresses()</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubIPInterfaceProperties.GetIPv4Properties">
            <summary>Sets the stub of IPInterfaceProperties.GetIPv4Properties()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPInterfaceProperties.GetIPv4Properties01">
            <summary>Sets the stub of IPInterfaceProperties.GetIPv4Properties()</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubIPInterfaceProperties.GetIPv6Properties">
            <summary>Sets the stub of IPInterfaceProperties.GetIPv6Properties()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPInterfaceProperties.GetIPv6Properties01">
            <summary>Sets the stub of IPInterfaceProperties.GetIPv6Properties()</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubIPInterfaceProperties.InitializeStub">
            <summary>Initializes a new instance of type StubIPInterfaceProperties</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPInterfaceProperties.IsDnsEnabledGet">
            <summary>Sets the stub of IPInterfaceProperties.get_IsDnsEnabled()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPInterfaceProperties.IsDynamicDnsEnabledGet">
            <summary>Sets the stub of IPInterfaceProperties.get_IsDynamicDnsEnabled()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPInterfaceProperties.MulticastAddressesGet">
            <summary>Sets the stub of IPInterfaceProperties.get_MulticastAddresses()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPInterfaceProperties.UnicastAddressesGet">
            <summary>Sets the stub of IPInterfaceProperties.get_UnicastAddresses()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPInterfaceProperties.WinsServersAddressesGet">
            <summary>Sets the stub of IPInterfaceProperties.get_WinsServersAddresses()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPInterfaceProperties.AnycastAddresses">
            <summary>Sets the stub of IPInterfaceProperties.get_AnycastAddresses()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPInterfaceProperties.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPInterfaceProperties.DhcpServerAddresses">
            <summary>Sets the stub of IPInterfaceProperties.get_DhcpServerAddresses()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPInterfaceProperties.DnsAddresses">
            <summary>Sets the stub of IPInterfaceProperties.get_DnsAddresses()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPInterfaceProperties.DnsSuffix">
            <summary>Sets the stub of IPInterfaceProperties.get_DnsSuffix()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPInterfaceProperties.GatewayAddresses">
            <summary>Sets the stub of IPInterfaceProperties.get_GatewayAddresses()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPInterfaceProperties.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPInterfaceProperties.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPInterfaceProperties.IsDnsEnabled">
            <summary>Sets the stub of IPInterfaceProperties.get_IsDnsEnabled()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPInterfaceProperties.IsDynamicDnsEnabled">
            <summary>Sets the stub of IPInterfaceProperties.get_IsDynamicDnsEnabled()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPInterfaceProperties.MulticastAddresses">
            <summary>Sets the stub of IPInterfaceProperties.get_MulticastAddresses()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPInterfaceProperties.UnicastAddresses">
            <summary>Sets the stub of IPInterfaceProperties.get_UnicastAddresses()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPInterfaceProperties.WinsServersAddresses">
            <summary>Sets the stub of IPInterfaceProperties.get_WinsServersAddresses()</summary>
        </member>
        <member name="T:System.Net.NetworkInformation.Fakes.StubIPv4InterfaceProperties">
            <summary>Stub type of System.Net.NetworkInformation.IPv4InterfaceProperties</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubIPv4InterfaceProperties.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPv4InterfaceProperties.IndexGet">
            <summary>Sets the stub of IPv4InterfaceProperties.get_Index()</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubIPv4InterfaceProperties.InitializeStub">
            <summary>Initializes a new instance of type StubIPv4InterfaceProperties</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPv4InterfaceProperties.IsAutomaticPrivateAddressingActiveGet">
            <summary>Sets the stub of IPv4InterfaceProperties.get_IsAutomaticPrivateAddressingActive()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPv4InterfaceProperties.IsAutomaticPrivateAddressingEnabledGet">
            <summary>Sets the stub of IPv4InterfaceProperties.get_IsAutomaticPrivateAddressingEnabled()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPv4InterfaceProperties.IsDhcpEnabledGet">
            <summary>Sets the stub of IPv4InterfaceProperties.get_IsDhcpEnabled()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPv4InterfaceProperties.IsForwardingEnabledGet">
            <summary>Sets the stub of IPv4InterfaceProperties.get_IsForwardingEnabled()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPv4InterfaceProperties.MtuGet">
            <summary>Sets the stub of IPv4InterfaceProperties.get_Mtu()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPv4InterfaceProperties.UsesWinsGet">
            <summary>Sets the stub of IPv4InterfaceProperties.get_UsesWins()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPv4InterfaceProperties.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPv4InterfaceProperties.Index">
            <summary>Sets the stub of IPv4InterfaceProperties.get_Index()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPv4InterfaceProperties.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPv4InterfaceProperties.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPv4InterfaceProperties.IsAutomaticPrivateAddressingActive">
            <summary>Sets the stub of IPv4InterfaceProperties.get_IsAutomaticPrivateAddressingActive()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPv4InterfaceProperties.IsAutomaticPrivateAddressingEnabled">
            <summary>Sets the stub of IPv4InterfaceProperties.get_IsAutomaticPrivateAddressingEnabled()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPv4InterfaceProperties.IsDhcpEnabled">
            <summary>Sets the stub of IPv4InterfaceProperties.get_IsDhcpEnabled()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPv4InterfaceProperties.IsForwardingEnabled">
            <summary>Sets the stub of IPv4InterfaceProperties.get_IsForwardingEnabled()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPv4InterfaceProperties.Mtu">
            <summary>Sets the stub of IPv4InterfaceProperties.get_Mtu()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPv4InterfaceProperties.UsesWins">
            <summary>Sets the stub of IPv4InterfaceProperties.get_UsesWins()</summary>
        </member>
        <member name="T:System.Net.NetworkInformation.Fakes.StubIPv4InterfaceStatistics">
            <summary>Stub type of System.Net.NetworkInformation.IPv4InterfaceStatistics</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubIPv4InterfaceStatistics.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPv4InterfaceStatistics.BytesReceivedGet">
            <summary>Sets the stub of IPv4InterfaceStatistics.get_BytesReceived()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPv4InterfaceStatistics.BytesSentGet">
            <summary>Sets the stub of IPv4InterfaceStatistics.get_BytesSent()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPv4InterfaceStatistics.IncomingPacketsDiscardedGet">
            <summary>Sets the stub of IPv4InterfaceStatistics.get_IncomingPacketsDiscarded()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPv4InterfaceStatistics.IncomingPacketsWithErrorsGet">
            <summary>Sets the stub of IPv4InterfaceStatistics.get_IncomingPacketsWithErrors()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPv4InterfaceStatistics.IncomingUnknownProtocolPacketsGet">
            <summary>Sets the stub of IPv4InterfaceStatistics.get_IncomingUnknownProtocolPackets()</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubIPv4InterfaceStatistics.InitializeStub">
            <summary>Initializes a new instance of type StubIPv4InterfaceStatistics</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPv4InterfaceStatistics.NonUnicastPacketsReceivedGet">
            <summary>Sets the stub of IPv4InterfaceStatistics.get_NonUnicastPacketsReceived()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPv4InterfaceStatistics.NonUnicastPacketsSentGet">
            <summary>Sets the stub of IPv4InterfaceStatistics.get_NonUnicastPacketsSent()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPv4InterfaceStatistics.OutgoingPacketsDiscardedGet">
            <summary>Sets the stub of IPv4InterfaceStatistics.get_OutgoingPacketsDiscarded()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPv4InterfaceStatistics.OutgoingPacketsWithErrorsGet">
            <summary>Sets the stub of IPv4InterfaceStatistics.get_OutgoingPacketsWithErrors()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPv4InterfaceStatistics.OutputQueueLengthGet">
            <summary>Sets the stub of IPv4InterfaceStatistics.get_OutputQueueLength()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPv4InterfaceStatistics.UnicastPacketsReceivedGet">
            <summary>Sets the stub of IPv4InterfaceStatistics.get_UnicastPacketsReceived()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPv4InterfaceStatistics.UnicastPacketsSentGet">
            <summary>Sets the stub of IPv4InterfaceStatistics.get_UnicastPacketsSent()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPv4InterfaceStatistics.BytesReceived">
            <summary>Sets the stub of IPv4InterfaceStatistics.get_BytesReceived()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPv4InterfaceStatistics.BytesSent">
            <summary>Sets the stub of IPv4InterfaceStatistics.get_BytesSent()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPv4InterfaceStatistics.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPv4InterfaceStatistics.IncomingPacketsDiscarded">
            <summary>Sets the stub of IPv4InterfaceStatistics.get_IncomingPacketsDiscarded()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPv4InterfaceStatistics.IncomingPacketsWithErrors">
            <summary>Sets the stub of IPv4InterfaceStatistics.get_IncomingPacketsWithErrors()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPv4InterfaceStatistics.IncomingUnknownProtocolPackets">
            <summary>Sets the stub of IPv4InterfaceStatistics.get_IncomingUnknownProtocolPackets()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPv4InterfaceStatistics.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPv4InterfaceStatistics.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPv4InterfaceStatistics.NonUnicastPacketsReceived">
            <summary>Sets the stub of IPv4InterfaceStatistics.get_NonUnicastPacketsReceived()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPv4InterfaceStatistics.NonUnicastPacketsSent">
            <summary>Sets the stub of IPv4InterfaceStatistics.get_NonUnicastPacketsSent()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPv4InterfaceStatistics.OutgoingPacketsDiscarded">
            <summary>Sets the stub of IPv4InterfaceStatistics.get_OutgoingPacketsDiscarded()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPv4InterfaceStatistics.OutgoingPacketsWithErrors">
            <summary>Sets the stub of IPv4InterfaceStatistics.get_OutgoingPacketsWithErrors()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPv4InterfaceStatistics.OutputQueueLength">
            <summary>Sets the stub of IPv4InterfaceStatistics.get_OutputQueueLength()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPv4InterfaceStatistics.UnicastPacketsReceived">
            <summary>Sets the stub of IPv4InterfaceStatistics.get_UnicastPacketsReceived()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPv4InterfaceStatistics.UnicastPacketsSent">
            <summary>Sets the stub of IPv4InterfaceStatistics.get_UnicastPacketsSent()</summary>
        </member>
        <member name="T:System.Net.NetworkInformation.Fakes.StubIPv6InterfaceProperties">
            <summary>Stub type of System.Net.NetworkInformation.IPv6InterfaceProperties</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubIPv6InterfaceProperties.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPv6InterfaceProperties.IndexGet">
            <summary>Sets the stub of IPv6InterfaceProperties.get_Index()</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubIPv6InterfaceProperties.InitializeStub">
            <summary>Initializes a new instance of type StubIPv6InterfaceProperties</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIPv6InterfaceProperties.MtuGet">
            <summary>Sets the stub of IPv6InterfaceProperties.get_Mtu()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPv6InterfaceProperties.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPv6InterfaceProperties.Index">
            <summary>Sets the stub of IPv6InterfaceProperties.get_Index()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPv6InterfaceProperties.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPv6InterfaceProperties.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIPv6InterfaceProperties.Mtu">
            <summary>Sets the stub of IPv6InterfaceProperties.get_Mtu()</summary>
        </member>
        <member name="T:System.Net.NetworkInformation.Fakes.StubIcmpV4Statistics">
            <summary>Stub type of System.Net.NetworkInformation.IcmpV4Statistics</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubIcmpV4Statistics.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIcmpV4Statistics.AddressMaskRepliesReceivedGet">
            <summary>Sets the stub of IcmpV4Statistics.get_AddressMaskRepliesReceived()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIcmpV4Statistics.AddressMaskRepliesSentGet">
            <summary>Sets the stub of IcmpV4Statistics.get_AddressMaskRepliesSent()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIcmpV4Statistics.AddressMaskRequestsReceivedGet">
            <summary>Sets the stub of IcmpV4Statistics.get_AddressMaskRequestsReceived()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIcmpV4Statistics.AddressMaskRequestsSentGet">
            <summary>Sets the stub of IcmpV4Statistics.get_AddressMaskRequestsSent()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIcmpV4Statistics.DestinationUnreachableMessagesReceivedGet">
            <summary>Sets the stub of IcmpV4Statistics.get_DestinationUnreachableMessagesReceived()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIcmpV4Statistics.DestinationUnreachableMessagesSentGet">
            <summary>Sets the stub of IcmpV4Statistics.get_DestinationUnreachableMessagesSent()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIcmpV4Statistics.EchoRepliesReceivedGet">
            <summary>Sets the stub of IcmpV4Statistics.get_EchoRepliesReceived()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIcmpV4Statistics.EchoRepliesSentGet">
            <summary>Sets the stub of IcmpV4Statistics.get_EchoRepliesSent()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIcmpV4Statistics.EchoRequestsReceivedGet">
            <summary>Sets the stub of IcmpV4Statistics.get_EchoRequestsReceived()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIcmpV4Statistics.EchoRequestsSentGet">
            <summary>Sets the stub of IcmpV4Statistics.get_EchoRequestsSent()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIcmpV4Statistics.ErrorsReceivedGet">
            <summary>Sets the stub of IcmpV4Statistics.get_ErrorsReceived()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIcmpV4Statistics.ErrorsSentGet">
            <summary>Sets the stub of IcmpV4Statistics.get_ErrorsSent()</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubIcmpV4Statistics.InitializeStub">
            <summary>Initializes a new instance of type StubIcmpV4Statistics</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIcmpV4Statistics.MessagesReceivedGet">
            <summary>Sets the stub of IcmpV4Statistics.get_MessagesReceived()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIcmpV4Statistics.MessagesSentGet">
            <summary>Sets the stub of IcmpV4Statistics.get_MessagesSent()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIcmpV4Statistics.ParameterProblemsReceivedGet">
            <summary>Sets the stub of IcmpV4Statistics.get_ParameterProblemsReceived()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIcmpV4Statistics.ParameterProblemsSentGet">
            <summary>Sets the stub of IcmpV4Statistics.get_ParameterProblemsSent()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIcmpV4Statistics.RedirectsReceivedGet">
            <summary>Sets the stub of IcmpV4Statistics.get_RedirectsReceived()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIcmpV4Statistics.RedirectsSentGet">
            <summary>Sets the stub of IcmpV4Statistics.get_RedirectsSent()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIcmpV4Statistics.SourceQuenchesReceivedGet">
            <summary>Sets the stub of IcmpV4Statistics.get_SourceQuenchesReceived()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIcmpV4Statistics.SourceQuenchesSentGet">
            <summary>Sets the stub of IcmpV4Statistics.get_SourceQuenchesSent()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIcmpV4Statistics.TimeExceededMessagesReceivedGet">
            <summary>Sets the stub of IcmpV4Statistics.get_TimeExceededMessagesReceived()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIcmpV4Statistics.TimeExceededMessagesSentGet">
            <summary>Sets the stub of IcmpV4Statistics.get_TimeExceededMessagesSent()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIcmpV4Statistics.TimestampRepliesReceivedGet">
            <summary>Sets the stub of IcmpV4Statistics.get_TimestampRepliesReceived()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIcmpV4Statistics.TimestampRepliesSentGet">
            <summary>Sets the stub of IcmpV4Statistics.get_TimestampRepliesSent()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIcmpV4Statistics.TimestampRequestsReceivedGet">
            <summary>Sets the stub of IcmpV4Statistics.get_TimestampRequestsReceived()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIcmpV4Statistics.TimestampRequestsSentGet">
            <summary>Sets the stub of IcmpV4Statistics.get_TimestampRequestsSent()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIcmpV4Statistics.AddressMaskRepliesReceived">
            <summary>Sets the stub of IcmpV4Statistics.get_AddressMaskRepliesReceived()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIcmpV4Statistics.AddressMaskRepliesSent">
            <summary>Sets the stub of IcmpV4Statistics.get_AddressMaskRepliesSent()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIcmpV4Statistics.AddressMaskRequestsReceived">
            <summary>Sets the stub of IcmpV4Statistics.get_AddressMaskRequestsReceived()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIcmpV4Statistics.AddressMaskRequestsSent">
            <summary>Sets the stub of IcmpV4Statistics.get_AddressMaskRequestsSent()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIcmpV4Statistics.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIcmpV4Statistics.DestinationUnreachableMessagesReceived">
            <summary>Sets the stub of IcmpV4Statistics.get_DestinationUnreachableMessagesReceived()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIcmpV4Statistics.DestinationUnreachableMessagesSent">
            <summary>Sets the stub of IcmpV4Statistics.get_DestinationUnreachableMessagesSent()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIcmpV4Statistics.EchoRepliesReceived">
            <summary>Sets the stub of IcmpV4Statistics.get_EchoRepliesReceived()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIcmpV4Statistics.EchoRepliesSent">
            <summary>Sets the stub of IcmpV4Statistics.get_EchoRepliesSent()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIcmpV4Statistics.EchoRequestsReceived">
            <summary>Sets the stub of IcmpV4Statistics.get_EchoRequestsReceived()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIcmpV4Statistics.EchoRequestsSent">
            <summary>Sets the stub of IcmpV4Statistics.get_EchoRequestsSent()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIcmpV4Statistics.ErrorsReceived">
            <summary>Sets the stub of IcmpV4Statistics.get_ErrorsReceived()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIcmpV4Statistics.ErrorsSent">
            <summary>Sets the stub of IcmpV4Statistics.get_ErrorsSent()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIcmpV4Statistics.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIcmpV4Statistics.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIcmpV4Statistics.MessagesReceived">
            <summary>Sets the stub of IcmpV4Statistics.get_MessagesReceived()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIcmpV4Statistics.MessagesSent">
            <summary>Sets the stub of IcmpV4Statistics.get_MessagesSent()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIcmpV4Statistics.ParameterProblemsReceived">
            <summary>Sets the stub of IcmpV4Statistics.get_ParameterProblemsReceived()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIcmpV4Statistics.ParameterProblemsSent">
            <summary>Sets the stub of IcmpV4Statistics.get_ParameterProblemsSent()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIcmpV4Statistics.RedirectsReceived">
            <summary>Sets the stub of IcmpV4Statistics.get_RedirectsReceived()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIcmpV4Statistics.RedirectsSent">
            <summary>Sets the stub of IcmpV4Statistics.get_RedirectsSent()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIcmpV4Statistics.SourceQuenchesReceived">
            <summary>Sets the stub of IcmpV4Statistics.get_SourceQuenchesReceived()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIcmpV4Statistics.SourceQuenchesSent">
            <summary>Sets the stub of IcmpV4Statistics.get_SourceQuenchesSent()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIcmpV4Statistics.TimeExceededMessagesReceived">
            <summary>Sets the stub of IcmpV4Statistics.get_TimeExceededMessagesReceived()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIcmpV4Statistics.TimeExceededMessagesSent">
            <summary>Sets the stub of IcmpV4Statistics.get_TimeExceededMessagesSent()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIcmpV4Statistics.TimestampRepliesReceived">
            <summary>Sets the stub of IcmpV4Statistics.get_TimestampRepliesReceived()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIcmpV4Statistics.TimestampRepliesSent">
            <summary>Sets the stub of IcmpV4Statistics.get_TimestampRepliesSent()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIcmpV4Statistics.TimestampRequestsReceived">
            <summary>Sets the stub of IcmpV4Statistics.get_TimestampRequestsReceived()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIcmpV4Statistics.TimestampRequestsSent">
            <summary>Sets the stub of IcmpV4Statistics.get_TimestampRequestsSent()</summary>
        </member>
        <member name="T:System.Net.NetworkInformation.Fakes.StubIcmpV6Statistics">
            <summary>Stub type of System.Net.NetworkInformation.IcmpV6Statistics</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubIcmpV6Statistics.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIcmpV6Statistics.DestinationUnreachableMessagesReceivedGet">
            <summary>Sets the stub of IcmpV6Statistics.get_DestinationUnreachableMessagesReceived()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIcmpV6Statistics.DestinationUnreachableMessagesSentGet">
            <summary>Sets the stub of IcmpV6Statistics.get_DestinationUnreachableMessagesSent()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIcmpV6Statistics.EchoRepliesReceivedGet">
            <summary>Sets the stub of IcmpV6Statistics.get_EchoRepliesReceived()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIcmpV6Statistics.EchoRepliesSentGet">
            <summary>Sets the stub of IcmpV6Statistics.get_EchoRepliesSent()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIcmpV6Statistics.EchoRequestsReceivedGet">
            <summary>Sets the stub of IcmpV6Statistics.get_EchoRequestsReceived()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIcmpV6Statistics.EchoRequestsSentGet">
            <summary>Sets the stub of IcmpV6Statistics.get_EchoRequestsSent()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIcmpV6Statistics.ErrorsReceivedGet">
            <summary>Sets the stub of IcmpV6Statistics.get_ErrorsReceived()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIcmpV6Statistics.ErrorsSentGet">
            <summary>Sets the stub of IcmpV6Statistics.get_ErrorsSent()</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubIcmpV6Statistics.InitializeStub">
            <summary>Initializes a new instance of type StubIcmpV6Statistics</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIcmpV6Statistics.MembershipQueriesReceivedGet">
            <summary>Sets the stub of IcmpV6Statistics.get_MembershipQueriesReceived()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIcmpV6Statistics.MembershipQueriesSentGet">
            <summary>Sets the stub of IcmpV6Statistics.get_MembershipQueriesSent()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIcmpV6Statistics.MembershipReductionsReceivedGet">
            <summary>Sets the stub of IcmpV6Statistics.get_MembershipReductionsReceived()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIcmpV6Statistics.MembershipReductionsSentGet">
            <summary>Sets the stub of IcmpV6Statistics.get_MembershipReductionsSent()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIcmpV6Statistics.MembershipReportsReceivedGet">
            <summary>Sets the stub of IcmpV6Statistics.get_MembershipReportsReceived()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIcmpV6Statistics.MembershipReportsSentGet">
            <summary>Sets the stub of IcmpV6Statistics.get_MembershipReportsSent()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIcmpV6Statistics.MessagesReceivedGet">
            <summary>Sets the stub of IcmpV6Statistics.get_MessagesReceived()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIcmpV6Statistics.MessagesSentGet">
            <summary>Sets the stub of IcmpV6Statistics.get_MessagesSent()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIcmpV6Statistics.NeighborAdvertisementsReceivedGet">
            <summary>Sets the stub of IcmpV6Statistics.get_NeighborAdvertisementsReceived()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIcmpV6Statistics.NeighborAdvertisementsSentGet">
            <summary>Sets the stub of IcmpV6Statistics.get_NeighborAdvertisementsSent()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIcmpV6Statistics.NeighborSolicitsReceivedGet">
            <summary>Sets the stub of IcmpV6Statistics.get_NeighborSolicitsReceived()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIcmpV6Statistics.NeighborSolicitsSentGet">
            <summary>Sets the stub of IcmpV6Statistics.get_NeighborSolicitsSent()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIcmpV6Statistics.PacketTooBigMessagesReceivedGet">
            <summary>Sets the stub of IcmpV6Statistics.get_PacketTooBigMessagesReceived()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIcmpV6Statistics.PacketTooBigMessagesSentGet">
            <summary>Sets the stub of IcmpV6Statistics.get_PacketTooBigMessagesSent()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIcmpV6Statistics.ParameterProblemsReceivedGet">
            <summary>Sets the stub of IcmpV6Statistics.get_ParameterProblemsReceived()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIcmpV6Statistics.ParameterProblemsSentGet">
            <summary>Sets the stub of IcmpV6Statistics.get_ParameterProblemsSent()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIcmpV6Statistics.RedirectsReceivedGet">
            <summary>Sets the stub of IcmpV6Statistics.get_RedirectsReceived()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIcmpV6Statistics.RedirectsSentGet">
            <summary>Sets the stub of IcmpV6Statistics.get_RedirectsSent()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIcmpV6Statistics.RouterAdvertisementsReceivedGet">
            <summary>Sets the stub of IcmpV6Statistics.get_RouterAdvertisementsReceived()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIcmpV6Statistics.RouterAdvertisementsSentGet">
            <summary>Sets the stub of IcmpV6Statistics.get_RouterAdvertisementsSent()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIcmpV6Statistics.RouterSolicitsReceivedGet">
            <summary>Sets the stub of IcmpV6Statistics.get_RouterSolicitsReceived()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIcmpV6Statistics.RouterSolicitsSentGet">
            <summary>Sets the stub of IcmpV6Statistics.get_RouterSolicitsSent()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIcmpV6Statistics.TimeExceededMessagesReceivedGet">
            <summary>Sets the stub of IcmpV6Statistics.get_TimeExceededMessagesReceived()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubIcmpV6Statistics.TimeExceededMessagesSentGet">
            <summary>Sets the stub of IcmpV6Statistics.get_TimeExceededMessagesSent()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIcmpV6Statistics.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIcmpV6Statistics.DestinationUnreachableMessagesReceived">
            <summary>Sets the stub of IcmpV6Statistics.get_DestinationUnreachableMessagesReceived()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIcmpV6Statistics.DestinationUnreachableMessagesSent">
            <summary>Sets the stub of IcmpV6Statistics.get_DestinationUnreachableMessagesSent()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIcmpV6Statistics.EchoRepliesReceived">
            <summary>Sets the stub of IcmpV6Statistics.get_EchoRepliesReceived()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIcmpV6Statistics.EchoRepliesSent">
            <summary>Sets the stub of IcmpV6Statistics.get_EchoRepliesSent()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIcmpV6Statistics.EchoRequestsReceived">
            <summary>Sets the stub of IcmpV6Statistics.get_EchoRequestsReceived()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIcmpV6Statistics.EchoRequestsSent">
            <summary>Sets the stub of IcmpV6Statistics.get_EchoRequestsSent()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIcmpV6Statistics.ErrorsReceived">
            <summary>Sets the stub of IcmpV6Statistics.get_ErrorsReceived()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIcmpV6Statistics.ErrorsSent">
            <summary>Sets the stub of IcmpV6Statistics.get_ErrorsSent()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIcmpV6Statistics.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIcmpV6Statistics.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIcmpV6Statistics.MembershipQueriesReceived">
            <summary>Sets the stub of IcmpV6Statistics.get_MembershipQueriesReceived()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIcmpV6Statistics.MembershipQueriesSent">
            <summary>Sets the stub of IcmpV6Statistics.get_MembershipQueriesSent()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIcmpV6Statistics.MembershipReductionsReceived">
            <summary>Sets the stub of IcmpV6Statistics.get_MembershipReductionsReceived()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIcmpV6Statistics.MembershipReductionsSent">
            <summary>Sets the stub of IcmpV6Statistics.get_MembershipReductionsSent()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIcmpV6Statistics.MembershipReportsReceived">
            <summary>Sets the stub of IcmpV6Statistics.get_MembershipReportsReceived()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIcmpV6Statistics.MembershipReportsSent">
            <summary>Sets the stub of IcmpV6Statistics.get_MembershipReportsSent()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIcmpV6Statistics.MessagesReceived">
            <summary>Sets the stub of IcmpV6Statistics.get_MessagesReceived()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIcmpV6Statistics.MessagesSent">
            <summary>Sets the stub of IcmpV6Statistics.get_MessagesSent()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIcmpV6Statistics.NeighborAdvertisementsReceived">
            <summary>Sets the stub of IcmpV6Statistics.get_NeighborAdvertisementsReceived()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIcmpV6Statistics.NeighborAdvertisementsSent">
            <summary>Sets the stub of IcmpV6Statistics.get_NeighborAdvertisementsSent()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIcmpV6Statistics.NeighborSolicitsReceived">
            <summary>Sets the stub of IcmpV6Statistics.get_NeighborSolicitsReceived()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIcmpV6Statistics.NeighborSolicitsSent">
            <summary>Sets the stub of IcmpV6Statistics.get_NeighborSolicitsSent()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIcmpV6Statistics.PacketTooBigMessagesReceived">
            <summary>Sets the stub of IcmpV6Statistics.get_PacketTooBigMessagesReceived()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIcmpV6Statistics.PacketTooBigMessagesSent">
            <summary>Sets the stub of IcmpV6Statistics.get_PacketTooBigMessagesSent()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIcmpV6Statistics.ParameterProblemsReceived">
            <summary>Sets the stub of IcmpV6Statistics.get_ParameterProblemsReceived()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIcmpV6Statistics.ParameterProblemsSent">
            <summary>Sets the stub of IcmpV6Statistics.get_ParameterProblemsSent()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIcmpV6Statistics.RedirectsReceived">
            <summary>Sets the stub of IcmpV6Statistics.get_RedirectsReceived()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIcmpV6Statistics.RedirectsSent">
            <summary>Sets the stub of IcmpV6Statistics.get_RedirectsSent()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIcmpV6Statistics.RouterAdvertisementsReceived">
            <summary>Sets the stub of IcmpV6Statistics.get_RouterAdvertisementsReceived()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIcmpV6Statistics.RouterAdvertisementsSent">
            <summary>Sets the stub of IcmpV6Statistics.get_RouterAdvertisementsSent()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIcmpV6Statistics.RouterSolicitsReceived">
            <summary>Sets the stub of IcmpV6Statistics.get_RouterSolicitsReceived()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIcmpV6Statistics.RouterSolicitsSent">
            <summary>Sets the stub of IcmpV6Statistics.get_RouterSolicitsSent()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIcmpV6Statistics.TimeExceededMessagesReceived">
            <summary>Sets the stub of IcmpV6Statistics.get_TimeExceededMessagesReceived()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubIcmpV6Statistics.TimeExceededMessagesSent">
            <summary>Sets the stub of IcmpV6Statistics.get_TimeExceededMessagesSent()</summary>
        </member>
        <member name="T:System.Net.NetworkInformation.Fakes.StubMulticastIPAddressInformation">
            <summary>Stub type of System.Net.NetworkInformation.MulticastIPAddressInformation</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubMulticastIPAddressInformation.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubMulticastIPAddressInformation.AddressGet">
            <summary>Sets the stub of IPAddressInformation.get_Address()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubMulticastIPAddressInformation.AddressPreferredLifetimeGet">
            <summary>Sets the stub of MulticastIPAddressInformation.get_AddressPreferredLifetime()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubMulticastIPAddressInformation.AddressValidLifetimeGet">
            <summary>Sets the stub of MulticastIPAddressInformation.get_AddressValidLifetime()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubMulticastIPAddressInformation.DhcpLeaseLifetimeGet">
            <summary>Sets the stub of MulticastIPAddressInformation.get_DhcpLeaseLifetime()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubMulticastIPAddressInformation.DuplicateAddressDetectionStateGet">
            <summary>Sets the stub of MulticastIPAddressInformation.get_DuplicateAddressDetectionState()</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubMulticastIPAddressInformation.InitializeStub">
            <summary>Initializes a new instance of type StubMulticastIPAddressInformation</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubMulticastIPAddressInformation.IsDnsEligibleGet">
            <summary>Sets the stub of IPAddressInformation.get_IsDnsEligible()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubMulticastIPAddressInformation.IsTransientGet">
            <summary>Sets the stub of IPAddressInformation.get_IsTransient()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubMulticastIPAddressInformation.PrefixOriginGet">
            <summary>Sets the stub of MulticastIPAddressInformation.get_PrefixOrigin()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubMulticastIPAddressInformation.SuffixOriginGet">
            <summary>Sets the stub of MulticastIPAddressInformation.get_SuffixOrigin()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubMulticastIPAddressInformation.Address">
            <summary>Sets the stub of IPAddressInformation.get_Address()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubMulticastIPAddressInformation.AddressPreferredLifetime">
            <summary>Sets the stub of MulticastIPAddressInformation.get_AddressPreferredLifetime()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubMulticastIPAddressInformation.AddressValidLifetime">
            <summary>Sets the stub of MulticastIPAddressInformation.get_AddressValidLifetime()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubMulticastIPAddressInformation.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubMulticastIPAddressInformation.DhcpLeaseLifetime">
            <summary>Sets the stub of MulticastIPAddressInformation.get_DhcpLeaseLifetime()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubMulticastIPAddressInformation.DuplicateAddressDetectionState">
            <summary>Sets the stub of MulticastIPAddressInformation.get_DuplicateAddressDetectionState()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubMulticastIPAddressInformation.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubMulticastIPAddressInformation.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubMulticastIPAddressInformation.IsDnsEligible">
            <summary>Sets the stub of IPAddressInformation.get_IsDnsEligible()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubMulticastIPAddressInformation.IsTransient">
            <summary>Sets the stub of IPAddressInformation.get_IsTransient()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubMulticastIPAddressInformation.PrefixOrigin">
            <summary>Sets the stub of MulticastIPAddressInformation.get_PrefixOrigin()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubMulticastIPAddressInformation.SuffixOrigin">
            <summary>Sets the stub of MulticastIPAddressInformation.get_SuffixOrigin()</summary>
        </member>
        <member name="T:System.Net.NetworkInformation.Fakes.StubMulticastIPAddressInformationCollection">
            <summary>Stub type of System.Net.NetworkInformation.MulticastIPAddressInformationCollection</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubMulticastIPAddressInformationCollection.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubMulticastIPAddressInformationCollection.Add(System.Net.NetworkInformation.MulticastIPAddressInformation)">
            <summary>Sets the stub of MulticastIPAddressInformationCollection.Add(MulticastIPAddressInformation address)</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubMulticastIPAddressInformationCollection.AddMulticastIPAddressInformation">
            <summary>Sets the stub of MulticastIPAddressInformationCollection.Add(MulticastIPAddressInformation address)</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubMulticastIPAddressInformationCollection.Clear">
            <summary>Sets the stub of MulticastIPAddressInformationCollection.Clear()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubMulticastIPAddressInformationCollection.Clear01">
            <summary>Sets the stub of MulticastIPAddressInformationCollection.Clear()</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubMulticastIPAddressInformationCollection.Contains(System.Net.NetworkInformation.MulticastIPAddressInformation)">
            <summary>Sets the stub of MulticastIPAddressInformationCollection.Contains(MulticastIPAddressInformation address)</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubMulticastIPAddressInformationCollection.ContainsMulticastIPAddressInformation">
            <summary>Sets the stub of MulticastIPAddressInformationCollection.Contains(MulticastIPAddressInformation address)</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubMulticastIPAddressInformationCollection.CopyTo(System.Net.NetworkInformation.MulticastIPAddressInformation[],System.Int32)">
            <summary>Sets the stub of MulticastIPAddressInformationCollection.CopyTo(MulticastIPAddressInformation[] array, Int32 offset)</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubMulticastIPAddressInformationCollection.CopyToMulticastIPAddressInformationArrayInt32">
            <summary>Sets the stub of MulticastIPAddressInformationCollection.CopyTo(MulticastIPAddressInformation[] array, Int32 offset)</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubMulticastIPAddressInformationCollection.CountGet">
            <summary>Sets the stub of MulticastIPAddressInformationCollection.get_Count()</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubMulticastIPAddressInformationCollection.GetEnumerator">
            <summary>Sets the stub of MulticastIPAddressInformationCollection.GetEnumerator()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubMulticastIPAddressInformationCollection.GetEnumerator01">
            <summary>Sets the stub of MulticastIPAddressInformationCollection.GetEnumerator()</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubMulticastIPAddressInformationCollection.InitializeStub">
            <summary>Initializes a new instance of type StubMulticastIPAddressInformationCollection</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubMulticastIPAddressInformationCollection.IsReadOnlyGet">
            <summary>Sets the stub of MulticastIPAddressInformationCollection.get_IsReadOnly()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubMulticastIPAddressInformationCollection.ItemGetInt32">
            <summary>Sets the stub of MulticastIPAddressInformationCollection.get_Item(Int32 index)</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubMulticastIPAddressInformationCollection.Remove(System.Net.NetworkInformation.MulticastIPAddressInformation)">
            <summary>Sets the stub of MulticastIPAddressInformationCollection.Remove(MulticastIPAddressInformation address)</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubMulticastIPAddressInformationCollection.RemoveMulticastIPAddressInformation">
            <summary>Sets the stub of MulticastIPAddressInformationCollection.Remove(MulticastIPAddressInformation address)</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubMulticastIPAddressInformationCollection.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubMulticastIPAddressInformationCollection.Count">
            <summary>Sets the stub of MulticastIPAddressInformationCollection.get_Count()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubMulticastIPAddressInformationCollection.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubMulticastIPAddressInformationCollection.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubMulticastIPAddressInformationCollection.IsReadOnly">
            <summary>Sets the stub of MulticastIPAddressInformationCollection.get_IsReadOnly()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubMulticastIPAddressInformationCollection.Item(System.Int32)">
            <summary>Sets the stub of MulticastIPAddressInformationCollection.get_Item(Int32 index)</summary>
        </member>
        <member name="T:System.Net.NetworkInformation.Fakes.StubNetworkInformationException">
            <summary>Stub type of System.Net.NetworkInformation.NetworkInformationException</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubNetworkInformationException.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubNetworkInformationException.#ctor(System.Int32)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubNetworkInformationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubNetworkInformationException.AttachBackingFieldToHelpLink">
            <summary>Attaches delegates to emulate StubNetworkInformationException.HelpLink as a property with a backing field.</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubNetworkInformationException.AttachBackingFieldToSource">
            <summary>Attaches delegates to emulate StubNetworkInformationException.Source as a property with a backing field.</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubNetworkInformationException.DataGet">
            <summary>Sets the stub of Exception.get_Data()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubNetworkInformationException.ErrorCodeGet">
            <summary>Sets the stub of NetworkInformationException.get_ErrorCode()</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubNetworkInformationException.GetBaseException">
            <summary>Sets the stub of Exception.GetBaseException()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubNetworkInformationException.GetBaseException01">
            <summary>Sets the stub of Exception.GetBaseException()</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubNetworkInformationException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Sets the stub of Win32Exception.GetObjectData(SerializationInfo info, StreamingContext context)</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubNetworkInformationException.GetObjectDataSerializationInfoStreamingContext">
            <summary>Sets the stub of Win32Exception.GetObjectData(SerializationInfo info, StreamingContext context)</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubNetworkInformationException.HelpLinkGet">
            <summary>Sets the stub of Exception.get_HelpLink()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubNetworkInformationException.HelpLinkSetString">
            <summary>Sets the stub of Exception.set_HelpLink(String value)</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubNetworkInformationException.InitializeStub">
            <summary>Initializes a new instance of type StubNetworkInformationException</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubNetworkInformationException.MessageGet">
            <summary>Sets the stub of Exception.get_Message()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubNetworkInformationException.SourceGet">
            <summary>Sets the stub of Exception.get_Source()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubNetworkInformationException.SourceSetString">
            <summary>Sets the stub of Exception.set_Source(String value)</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubNetworkInformationException.StackTraceGet">
            <summary>Sets the stub of Exception.get_StackTrace()</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubNetworkInformationException.ToString">
            <summary>Sets the stub of ExternalException.ToString()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubNetworkInformationException.ToString01">
            <summary>Sets the stub of ExternalException.ToString()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubNetworkInformationException.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubNetworkInformationException.Data">
            <summary>Sets the stub of Exception.get_Data()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubNetworkInformationException.ErrorCode">
            <summary>Sets the stub of NetworkInformationException.get_ErrorCode()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubNetworkInformationException.HelpLink">
            <summary>Sets the stub of Exception.get_HelpLink()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubNetworkInformationException.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubNetworkInformationException.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubNetworkInformationException.Message">
            <summary>Sets the stub of Exception.get_Message()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubNetworkInformationException.Source">
            <summary>Sets the stub of Exception.get_Source()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubNetworkInformationException.StackTrace">
            <summary>Sets the stub of Exception.get_StackTrace()</summary>
        </member>
        <member name="T:System.Net.NetworkInformation.Fakes.StubNetworkInterface">
            <summary>Stub type of System.Net.NetworkInformation.NetworkInterface</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubNetworkInterface.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubNetworkInterface.DescriptionGet">
            <summary>Sets the stub of NetworkInterface.get_Description()</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubNetworkInterface.GetIPProperties">
            <summary>Sets the stub of NetworkInterface.GetIPProperties()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubNetworkInterface.GetIPProperties01">
            <summary>Sets the stub of NetworkInterface.GetIPProperties()</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubNetworkInterface.GetIPv4Statistics">
            <summary>Sets the stub of NetworkInterface.GetIPv4Statistics()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubNetworkInterface.GetIPv4Statistics01">
            <summary>Sets the stub of NetworkInterface.GetIPv4Statistics()</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubNetworkInterface.GetPhysicalAddress">
            <summary>Sets the stub of NetworkInterface.GetPhysicalAddress()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubNetworkInterface.GetPhysicalAddress01">
            <summary>Sets the stub of NetworkInterface.GetPhysicalAddress()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubNetworkInterface.IdGet">
            <summary>Sets the stub of NetworkInterface.get_Id()</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubNetworkInterface.InitializeStub">
            <summary>Initializes a new instance of type StubNetworkInterface</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubNetworkInterface.IsReceiveOnlyGet">
            <summary>Sets the stub of NetworkInterface.get_IsReceiveOnly()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubNetworkInterface.NameGet">
            <summary>Sets the stub of NetworkInterface.get_Name()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubNetworkInterface.NetworkInterfaceTypeGet">
            <summary>Sets the stub of NetworkInterface.get_NetworkInterfaceType()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubNetworkInterface.OperationalStatusGet">
            <summary>Sets the stub of NetworkInterface.get_OperationalStatus()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubNetworkInterface.SpeedGet">
            <summary>Sets the stub of NetworkInterface.get_Speed()</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubNetworkInterface.Supports(System.Net.NetworkInformation.NetworkInterfaceComponent)">
            <summary>Sets the stub of NetworkInterface.Supports(NetworkInterfaceComponent networkInterfaceComponent)</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubNetworkInterface.SupportsMulticastGet">
            <summary>Sets the stub of NetworkInterface.get_SupportsMulticast()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubNetworkInterface.SupportsNetworkInterfaceComponent">
            <summary>Sets the stub of NetworkInterface.Supports(NetworkInterfaceComponent networkInterfaceComponent)</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubNetworkInterface.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubNetworkInterface.Description">
            <summary>Sets the stub of NetworkInterface.get_Description()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubNetworkInterface.Id">
            <summary>Sets the stub of NetworkInterface.get_Id()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubNetworkInterface.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubNetworkInterface.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubNetworkInterface.IsReceiveOnly">
            <summary>Sets the stub of NetworkInterface.get_IsReceiveOnly()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubNetworkInterface.Name">
            <summary>Sets the stub of NetworkInterface.get_Name()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubNetworkInterface.NetworkInterfaceType">
            <summary>Sets the stub of NetworkInterface.get_NetworkInterfaceType()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubNetworkInterface.OperationalStatus">
            <summary>Sets the stub of NetworkInterface.get_OperationalStatus()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubNetworkInterface.Speed">
            <summary>Sets the stub of NetworkInterface.get_Speed()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubNetworkInterface.SupportsMulticast">
            <summary>Sets the stub of NetworkInterface.get_SupportsMulticast()</summary>
        </member>
        <member name="T:System.Net.NetworkInformation.Fakes.StubPhysicalAddress">
            <summary>Stub type of System.Net.NetworkInformation.PhysicalAddress</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubPhysicalAddress.#ctor(System.Byte[])">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubPhysicalAddress.Equals(System.Object)">
            <summary>Sets the stub of PhysicalAddress.Equals(Object comparand)</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubPhysicalAddress.EqualsObject">
            <summary>Sets the stub of PhysicalAddress.Equals(Object comparand)</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubPhysicalAddress.GetHashCode">
            <summary>Sets the stub of PhysicalAddress.GetHashCode()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubPhysicalAddress.GetHashCode01">
            <summary>Sets the stub of PhysicalAddress.GetHashCode()</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubPhysicalAddress.InitializeStub">
            <summary>Initializes a new instance of type StubPhysicalAddress</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubPhysicalAddress.ToString">
            <summary>Sets the stub of PhysicalAddress.ToString()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubPhysicalAddress.ToString01">
            <summary>Sets the stub of PhysicalAddress.ToString()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubPhysicalAddress.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubPhysicalAddress.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubPhysicalAddress.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Net.NetworkInformation.Fakes.StubPing">
            <summary>Stub type of System.Net.NetworkInformation.Ping</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubPing.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubPing.AttachBackingFieldToSite">
            <summary>Attaches delegates to emulate StubPing.Site as a property with a backing field.</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubPing.CanRaiseEventsGet">
            <summary>Sets the stub of Component.get_CanRaiseEvents()</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubPing.Dispose(System.Boolean)">
            <summary>Sets the stub of Ping.Dispose(Boolean disposing)</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubPing.DisposeBoolean">
            <summary>Sets the stub of Ping.Dispose(Boolean disposing)</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubPing.GetService(System.Type)">
            <summary>Sets the stub of Component.GetService(Type service)</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubPing.GetServiceType">
            <summary>Sets the stub of Component.GetService(Type service)</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubPing.InitializeStub">
            <summary>Initializes a new instance of type StubPing</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubPing.SiteGet">
            <summary>Sets the stub of Component.get_Site()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubPing.SiteSetISite">
            <summary>Sets the stub of Component.set_Site(ISite value)</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubPing.ToString">
            <summary>Sets the stub of Component.ToString()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubPing.ToString01">
            <summary>Sets the stub of Component.ToString()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubPing.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubPing.CanRaiseEvents">
            <summary>Sets the stub of Component.get_CanRaiseEvents()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubPing.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubPing.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubPing.Site">
            <summary>Sets the stub of Component.get_Site()</summary>
        </member>
        <member name="T:System.Net.NetworkInformation.Fakes.StubPingException">
            <summary>Stub type of System.Net.NetworkInformation.PingException</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubPingException.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubPingException.#ctor(System.String,System.Exception)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubPingException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubPingException.AttachBackingFieldToHelpLink">
            <summary>Attaches delegates to emulate StubPingException.HelpLink as a property with a backing field.</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubPingException.AttachBackingFieldToSource">
            <summary>Attaches delegates to emulate StubPingException.Source as a property with a backing field.</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubPingException.DataGet">
            <summary>Sets the stub of Exception.get_Data()</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubPingException.GetBaseException">
            <summary>Sets the stub of Exception.GetBaseException()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubPingException.GetBaseException01">
            <summary>Sets the stub of Exception.GetBaseException()</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubPingException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context)</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubPingException.GetObjectDataSerializationInfoStreamingContext">
            <summary>Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context)</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubPingException.HelpLinkGet">
            <summary>Sets the stub of Exception.get_HelpLink()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubPingException.HelpLinkSetString">
            <summary>Sets the stub of Exception.set_HelpLink(String value)</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubPingException.InitializeStub">
            <summary>Initializes a new instance of type StubPingException</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubPingException.MessageGet">
            <summary>Sets the stub of Exception.get_Message()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubPingException.SourceGet">
            <summary>Sets the stub of Exception.get_Source()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubPingException.SourceSetString">
            <summary>Sets the stub of Exception.set_Source(String value)</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubPingException.StackTraceGet">
            <summary>Sets the stub of Exception.get_StackTrace()</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubPingException.ToString">
            <summary>Sets the stub of Exception.ToString()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubPingException.ToString01">
            <summary>Sets the stub of Exception.ToString()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubPingException.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubPingException.Data">
            <summary>Sets the stub of Exception.get_Data()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubPingException.HelpLink">
            <summary>Sets the stub of Exception.get_HelpLink()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubPingException.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubPingException.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubPingException.Message">
            <summary>Sets the stub of Exception.get_Message()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubPingException.Source">
            <summary>Sets the stub of Exception.get_Source()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubPingException.StackTrace">
            <summary>Sets the stub of Exception.get_StackTrace()</summary>
        </member>
        <member name="T:System.Net.NetworkInformation.Fakes.StubPingOptions">
            <summary>Stub type of System.Net.NetworkInformation.PingOptions</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubPingOptions.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubPingOptions.#ctor(System.Int32,System.Boolean)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubPingOptions.InitializeStub">
            <summary>Initializes a new instance of type StubPingOptions</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubPingOptions.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubPingOptions.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubPingOptions.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Net.NetworkInformation.Fakes.StubTcpConnectionInformation">
            <summary>Stub type of System.Net.NetworkInformation.TcpConnectionInformation</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubTcpConnectionInformation.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubTcpConnectionInformation.InitializeStub">
            <summary>Initializes a new instance of type StubTcpConnectionInformation</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubTcpConnectionInformation.LocalEndPointGet">
            <summary>Sets the stub of TcpConnectionInformation.get_LocalEndPoint()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubTcpConnectionInformation.RemoteEndPointGet">
            <summary>Sets the stub of TcpConnectionInformation.get_RemoteEndPoint()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubTcpConnectionInformation.StateGet">
            <summary>Sets the stub of TcpConnectionInformation.get_State()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubTcpConnectionInformation.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubTcpConnectionInformation.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubTcpConnectionInformation.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubTcpConnectionInformation.LocalEndPoint">
            <summary>Sets the stub of TcpConnectionInformation.get_LocalEndPoint()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubTcpConnectionInformation.RemoteEndPoint">
            <summary>Sets the stub of TcpConnectionInformation.get_RemoteEndPoint()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubTcpConnectionInformation.State">
            <summary>Sets the stub of TcpConnectionInformation.get_State()</summary>
        </member>
        <member name="T:System.Net.NetworkInformation.Fakes.StubTcpStatistics">
            <summary>Stub type of System.Net.NetworkInformation.TcpStatistics</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubTcpStatistics.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubTcpStatistics.ConnectionsAcceptedGet">
            <summary>Sets the stub of TcpStatistics.get_ConnectionsAccepted()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubTcpStatistics.ConnectionsInitiatedGet">
            <summary>Sets the stub of TcpStatistics.get_ConnectionsInitiated()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubTcpStatistics.CumulativeConnectionsGet">
            <summary>Sets the stub of TcpStatistics.get_CumulativeConnections()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubTcpStatistics.CurrentConnectionsGet">
            <summary>Sets the stub of TcpStatistics.get_CurrentConnections()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubTcpStatistics.ErrorsReceivedGet">
            <summary>Sets the stub of TcpStatistics.get_ErrorsReceived()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubTcpStatistics.FailedConnectionAttemptsGet">
            <summary>Sets the stub of TcpStatistics.get_FailedConnectionAttempts()</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubTcpStatistics.InitializeStub">
            <summary>Initializes a new instance of type StubTcpStatistics</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubTcpStatistics.MaximumConnectionsGet">
            <summary>Sets the stub of TcpStatistics.get_MaximumConnections()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubTcpStatistics.MaximumTransmissionTimeoutGet">
            <summary>Sets the stub of TcpStatistics.get_MaximumTransmissionTimeout()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubTcpStatistics.MinimumTransmissionTimeoutGet">
            <summary>Sets the stub of TcpStatistics.get_MinimumTransmissionTimeout()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubTcpStatistics.ResetConnectionsGet">
            <summary>Sets the stub of TcpStatistics.get_ResetConnections()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubTcpStatistics.ResetsSentGet">
            <summary>Sets the stub of TcpStatistics.get_ResetsSent()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubTcpStatistics.SegmentsReceivedGet">
            <summary>Sets the stub of TcpStatistics.get_SegmentsReceived()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubTcpStatistics.SegmentsResentGet">
            <summary>Sets the stub of TcpStatistics.get_SegmentsResent()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubTcpStatistics.SegmentsSentGet">
            <summary>Sets the stub of TcpStatistics.get_SegmentsSent()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubTcpStatistics.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubTcpStatistics.ConnectionsAccepted">
            <summary>Sets the stub of TcpStatistics.get_ConnectionsAccepted()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubTcpStatistics.ConnectionsInitiated">
            <summary>Sets the stub of TcpStatistics.get_ConnectionsInitiated()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubTcpStatistics.CumulativeConnections">
            <summary>Sets the stub of TcpStatistics.get_CumulativeConnections()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubTcpStatistics.CurrentConnections">
            <summary>Sets the stub of TcpStatistics.get_CurrentConnections()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubTcpStatistics.ErrorsReceived">
            <summary>Sets the stub of TcpStatistics.get_ErrorsReceived()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubTcpStatistics.FailedConnectionAttempts">
            <summary>Sets the stub of TcpStatistics.get_FailedConnectionAttempts()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubTcpStatistics.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubTcpStatistics.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubTcpStatistics.MaximumConnections">
            <summary>Sets the stub of TcpStatistics.get_MaximumConnections()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubTcpStatistics.MaximumTransmissionTimeout">
            <summary>Sets the stub of TcpStatistics.get_MaximumTransmissionTimeout()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubTcpStatistics.MinimumTransmissionTimeout">
            <summary>Sets the stub of TcpStatistics.get_MinimumTransmissionTimeout()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubTcpStatistics.ResetConnections">
            <summary>Sets the stub of TcpStatistics.get_ResetConnections()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubTcpStatistics.ResetsSent">
            <summary>Sets the stub of TcpStatistics.get_ResetsSent()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubTcpStatistics.SegmentsReceived">
            <summary>Sets the stub of TcpStatistics.get_SegmentsReceived()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubTcpStatistics.SegmentsResent">
            <summary>Sets the stub of TcpStatistics.get_SegmentsResent()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubTcpStatistics.SegmentsSent">
            <summary>Sets the stub of TcpStatistics.get_SegmentsSent()</summary>
        </member>
        <member name="T:System.Net.NetworkInformation.Fakes.StubUdpStatistics">
            <summary>Stub type of System.Net.NetworkInformation.UdpStatistics</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubUdpStatistics.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubUdpStatistics.DatagramsReceivedGet">
            <summary>Sets the stub of UdpStatistics.get_DatagramsReceived()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubUdpStatistics.DatagramsSentGet">
            <summary>Sets the stub of UdpStatistics.get_DatagramsSent()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubUdpStatistics.IncomingDatagramsDiscardedGet">
            <summary>Sets the stub of UdpStatistics.get_IncomingDatagramsDiscarded()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubUdpStatistics.IncomingDatagramsWithErrorsGet">
            <summary>Sets the stub of UdpStatistics.get_IncomingDatagramsWithErrors()</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubUdpStatistics.InitializeStub">
            <summary>Initializes a new instance of type StubUdpStatistics</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubUdpStatistics.UdpListenersGet">
            <summary>Sets the stub of UdpStatistics.get_UdpListeners()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubUdpStatistics.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubUdpStatistics.DatagramsReceived">
            <summary>Sets the stub of UdpStatistics.get_DatagramsReceived()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubUdpStatistics.DatagramsSent">
            <summary>Sets the stub of UdpStatistics.get_DatagramsSent()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubUdpStatistics.IncomingDatagramsDiscarded">
            <summary>Sets the stub of UdpStatistics.get_IncomingDatagramsDiscarded()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubUdpStatistics.IncomingDatagramsWithErrors">
            <summary>Sets the stub of UdpStatistics.get_IncomingDatagramsWithErrors()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubUdpStatistics.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubUdpStatistics.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubUdpStatistics.UdpListeners">
            <summary>Sets the stub of UdpStatistics.get_UdpListeners()</summary>
        </member>
        <member name="T:System.Net.NetworkInformation.Fakes.StubUnicastIPAddressInformation">
            <summary>Stub type of System.Net.NetworkInformation.UnicastIPAddressInformation</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubUnicastIPAddressInformation.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubUnicastIPAddressInformation.AddressGet">
            <summary>Sets the stub of IPAddressInformation.get_Address()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubUnicastIPAddressInformation.AddressPreferredLifetimeGet">
            <summary>Sets the stub of UnicastIPAddressInformation.get_AddressPreferredLifetime()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubUnicastIPAddressInformation.AddressValidLifetimeGet">
            <summary>Sets the stub of UnicastIPAddressInformation.get_AddressValidLifetime()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubUnicastIPAddressInformation.DhcpLeaseLifetimeGet">
            <summary>Sets the stub of UnicastIPAddressInformation.get_DhcpLeaseLifetime()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubUnicastIPAddressInformation.DuplicateAddressDetectionStateGet">
            <summary>Sets the stub of UnicastIPAddressInformation.get_DuplicateAddressDetectionState()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubUnicastIPAddressInformation.IPv4MaskGet">
            <summary>Sets the stub of UnicastIPAddressInformation.get_IPv4Mask()</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubUnicastIPAddressInformation.InitializeStub">
            <summary>Initializes a new instance of type StubUnicastIPAddressInformation</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubUnicastIPAddressInformation.IsDnsEligibleGet">
            <summary>Sets the stub of IPAddressInformation.get_IsDnsEligible()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubUnicastIPAddressInformation.IsTransientGet">
            <summary>Sets the stub of IPAddressInformation.get_IsTransient()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubUnicastIPAddressInformation.PrefixOriginGet">
            <summary>Sets the stub of UnicastIPAddressInformation.get_PrefixOrigin()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubUnicastIPAddressInformation.SuffixOriginGet">
            <summary>Sets the stub of UnicastIPAddressInformation.get_SuffixOrigin()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubUnicastIPAddressInformation.Address">
            <summary>Sets the stub of IPAddressInformation.get_Address()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubUnicastIPAddressInformation.AddressPreferredLifetime">
            <summary>Sets the stub of UnicastIPAddressInformation.get_AddressPreferredLifetime()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubUnicastIPAddressInformation.AddressValidLifetime">
            <summary>Sets the stub of UnicastIPAddressInformation.get_AddressValidLifetime()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubUnicastIPAddressInformation.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubUnicastIPAddressInformation.DhcpLeaseLifetime">
            <summary>Sets the stub of UnicastIPAddressInformation.get_DhcpLeaseLifetime()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubUnicastIPAddressInformation.DuplicateAddressDetectionState">
            <summary>Sets the stub of UnicastIPAddressInformation.get_DuplicateAddressDetectionState()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubUnicastIPAddressInformation.IPv4Mask">
            <summary>Sets the stub of UnicastIPAddressInformation.get_IPv4Mask()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubUnicastIPAddressInformation.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubUnicastIPAddressInformation.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubUnicastIPAddressInformation.IsDnsEligible">
            <summary>Sets the stub of IPAddressInformation.get_IsDnsEligible()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubUnicastIPAddressInformation.IsTransient">
            <summary>Sets the stub of IPAddressInformation.get_IsTransient()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubUnicastIPAddressInformation.PrefixOrigin">
            <summary>Sets the stub of UnicastIPAddressInformation.get_PrefixOrigin()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubUnicastIPAddressInformation.SuffixOrigin">
            <summary>Sets the stub of UnicastIPAddressInformation.get_SuffixOrigin()</summary>
        </member>
        <member name="T:System.Net.NetworkInformation.Fakes.StubUnicastIPAddressInformationCollection">
            <summary>Stub type of System.Net.NetworkInformation.UnicastIPAddressInformationCollection</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubUnicastIPAddressInformationCollection.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubUnicastIPAddressInformationCollection.Add(System.Net.NetworkInformation.UnicastIPAddressInformation)">
            <summary>Sets the stub of UnicastIPAddressInformationCollection.Add(UnicastIPAddressInformation address)</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubUnicastIPAddressInformationCollection.AddUnicastIPAddressInformation">
            <summary>Sets the stub of UnicastIPAddressInformationCollection.Add(UnicastIPAddressInformation address)</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubUnicastIPAddressInformationCollection.Clear">
            <summary>Sets the stub of UnicastIPAddressInformationCollection.Clear()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubUnicastIPAddressInformationCollection.Clear01">
            <summary>Sets the stub of UnicastIPAddressInformationCollection.Clear()</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubUnicastIPAddressInformationCollection.Contains(System.Net.NetworkInformation.UnicastIPAddressInformation)">
            <summary>Sets the stub of UnicastIPAddressInformationCollection.Contains(UnicastIPAddressInformation address)</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubUnicastIPAddressInformationCollection.ContainsUnicastIPAddressInformation">
            <summary>Sets the stub of UnicastIPAddressInformationCollection.Contains(UnicastIPAddressInformation address)</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubUnicastIPAddressInformationCollection.CopyTo(System.Net.NetworkInformation.UnicastIPAddressInformation[],System.Int32)">
            <summary>Sets the stub of UnicastIPAddressInformationCollection.CopyTo(UnicastIPAddressInformation[] array, Int32 offset)</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubUnicastIPAddressInformationCollection.CopyToUnicastIPAddressInformationArrayInt32">
            <summary>Sets the stub of UnicastIPAddressInformationCollection.CopyTo(UnicastIPAddressInformation[] array, Int32 offset)</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubUnicastIPAddressInformationCollection.CountGet">
            <summary>Sets the stub of UnicastIPAddressInformationCollection.get_Count()</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubUnicastIPAddressInformationCollection.GetEnumerator">
            <summary>Sets the stub of UnicastIPAddressInformationCollection.GetEnumerator()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubUnicastIPAddressInformationCollection.GetEnumerator01">
            <summary>Sets the stub of UnicastIPAddressInformationCollection.GetEnumerator()</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubUnicastIPAddressInformationCollection.InitializeStub">
            <summary>Initializes a new instance of type StubUnicastIPAddressInformationCollection</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubUnicastIPAddressInformationCollection.IsReadOnlyGet">
            <summary>Sets the stub of UnicastIPAddressInformationCollection.get_IsReadOnly()</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubUnicastIPAddressInformationCollection.ItemGetInt32">
            <summary>Sets the stub of UnicastIPAddressInformationCollection.get_Item(Int32 index)</summary>
        </member>
        <member name="M:System.Net.NetworkInformation.Fakes.StubUnicastIPAddressInformationCollection.Remove(System.Net.NetworkInformation.UnicastIPAddressInformation)">
            <summary>Sets the stub of UnicastIPAddressInformationCollection.Remove(UnicastIPAddressInformation address)</summary>
        </member>
        <member name="F:System.Net.NetworkInformation.Fakes.StubUnicastIPAddressInformationCollection.RemoveUnicastIPAddressInformation">
            <summary>Sets the stub of UnicastIPAddressInformationCollection.Remove(UnicastIPAddressInformation address)</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubUnicastIPAddressInformationCollection.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubUnicastIPAddressInformationCollection.Count">
            <summary>Sets the stub of UnicastIPAddressInformationCollection.get_Count()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubUnicastIPAddressInformationCollection.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubUnicastIPAddressInformationCollection.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubUnicastIPAddressInformationCollection.IsReadOnly">
            <summary>Sets the stub of UnicastIPAddressInformationCollection.get_IsReadOnly()</summary>
        </member>
        <member name="P:System.Net.NetworkInformation.Fakes.StubUnicastIPAddressInformationCollection.Item(System.Int32)">
            <summary>Sets the stub of UnicastIPAddressInformationCollection.get_Item(Int32 index)</summary>
        </member>
        <member name="T:System.Net.Sockets.Fakes.StubIPv6MulticastOption">
            <summary>Stub type of System.Net.Sockets.IPv6MulticastOption</summary>
        </member>
        <member name="M:System.Net.Sockets.Fakes.StubIPv6MulticastOption.#ctor(System.Net.IPAddress)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Sockets.Fakes.StubIPv6MulticastOption.#ctor(System.Net.IPAddress,System.Int64)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Sockets.Fakes.StubIPv6MulticastOption.InitializeStub">
            <summary>Initializes a new instance of type StubIPv6MulticastOption</summary>
        </member>
        <member name="P:System.Net.Sockets.Fakes.StubIPv6MulticastOption.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Net.Sockets.Fakes.StubIPv6MulticastOption.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Net.Sockets.Fakes.StubIPv6MulticastOption.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Net.Sockets.Fakes.StubLingerOption">
            <summary>Stub type of System.Net.Sockets.LingerOption</summary>
        </member>
        <member name="M:System.Net.Sockets.Fakes.StubLingerOption.#ctor(System.Boolean,System.Int32)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Sockets.Fakes.StubLingerOption.InitializeStub">
            <summary>Initializes a new instance of type StubLingerOption</summary>
        </member>
        <member name="P:System.Net.Sockets.Fakes.StubLingerOption.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Net.Sockets.Fakes.StubLingerOption.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Net.Sockets.Fakes.StubLingerOption.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Net.Sockets.Fakes.StubMulticastOption">
            <summary>Stub type of System.Net.Sockets.MulticastOption</summary>
        </member>
        <member name="M:System.Net.Sockets.Fakes.StubMulticastOption.#ctor(System.Net.IPAddress)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Sockets.Fakes.StubMulticastOption.#ctor(System.Net.IPAddress,System.Net.IPAddress)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Sockets.Fakes.StubMulticastOption.#ctor(System.Net.IPAddress,System.Int32)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Sockets.Fakes.StubMulticastOption.InitializeStub">
            <summary>Initializes a new instance of type StubMulticastOption</summary>
        </member>
        <member name="P:System.Net.Sockets.Fakes.StubMulticastOption.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Net.Sockets.Fakes.StubMulticastOption.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Net.Sockets.Fakes.StubMulticastOption.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Net.Sockets.Fakes.StubSendPacketsElement">
            <summary>Stub type of System.Net.Sockets.SendPacketsElement</summary>
        </member>
        <member name="M:System.Net.Sockets.Fakes.StubSendPacketsElement.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Sockets.Fakes.StubSendPacketsElement.#ctor(System.Byte[])">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Sockets.Fakes.StubSendPacketsElement.#ctor(System.Byte[],System.Int32,System.Int32)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Sockets.Fakes.StubSendPacketsElement.#ctor(System.String,System.Int32,System.Int32)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Sockets.Fakes.StubSendPacketsElement.#ctor(System.Byte[],System.Int32,System.Int32,System.Boolean)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Sockets.Fakes.StubSendPacketsElement.#ctor(System.String,System.Int32,System.Int32,System.Boolean)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Sockets.Fakes.StubSendPacketsElement.InitializeStub">
            <summary>Initializes a new instance of type StubSendPacketsElement</summary>
        </member>
        <member name="P:System.Net.Sockets.Fakes.StubSendPacketsElement.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Net.Sockets.Fakes.StubSendPacketsElement.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Net.Sockets.Fakes.StubSendPacketsElement.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Net.Sockets.Fakes.StubSocket">
            <summary>Stub type of System.Net.Sockets.Socket</summary>
        </member>
        <member name="M:System.Net.Sockets.Fakes.StubSocket.#ctor(System.Net.Sockets.SocketInformation)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Sockets.Fakes.StubSocket.#ctor(System.Net.Sockets.AddressFamily,System.Net.Sockets.SocketType,System.Net.Sockets.ProtocolType)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Sockets.Fakes.StubSocket.Dispose(System.Boolean)">
            <summary>Sets the stub of Socket.Dispose(Boolean disposing)</summary>
        </member>
        <member name="F:System.Net.Sockets.Fakes.StubSocket.DisposeBoolean">
            <summary>Sets the stub of Socket.Dispose(Boolean disposing)</summary>
        </member>
        <member name="M:System.Net.Sockets.Fakes.StubSocket.InitializeStub">
            <summary>Initializes a new instance of type StubSocket</summary>
        </member>
        <member name="P:System.Net.Sockets.Fakes.StubSocket.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Net.Sockets.Fakes.StubSocket.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Net.Sockets.Fakes.StubSocket.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Net.Sockets.Fakes.StubSocketAsyncEventArgs">
            <summary>Stub type of System.Net.Sockets.SocketAsyncEventArgs</summary>
        </member>
        <member name="M:System.Net.Sockets.Fakes.StubSocketAsyncEventArgs.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Sockets.Fakes.StubSocketAsyncEventArgs.InitializeStub">
            <summary>Initializes a new instance of type StubSocketAsyncEventArgs</summary>
        </member>
        <member name="M:System.Net.Sockets.Fakes.StubSocketAsyncEventArgs.OnCompleted(System.Net.Sockets.SocketAsyncEventArgs)">
            <summary>Sets the stub of SocketAsyncEventArgs.OnCompleted(SocketAsyncEventArgs e)</summary>
        </member>
        <member name="F:System.Net.Sockets.Fakes.StubSocketAsyncEventArgs.OnCompletedSocketAsyncEventArgs">
            <summary>Sets the stub of SocketAsyncEventArgs.OnCompleted(SocketAsyncEventArgs e)</summary>
        </member>
        <member name="P:System.Net.Sockets.Fakes.StubSocketAsyncEventArgs.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Net.Sockets.Fakes.StubSocketAsyncEventArgs.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Net.Sockets.Fakes.StubSocketAsyncEventArgs.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Net.Sockets.Fakes.StubSocketException">
            <summary>Stub type of System.Net.Sockets.SocketException</summary>
        </member>
        <member name="M:System.Net.Sockets.Fakes.StubSocketException.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Sockets.Fakes.StubSocketException.#ctor(System.Int32)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Sockets.Fakes.StubSocketException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Sockets.Fakes.StubSocketException.AttachBackingFieldToHelpLink">
            <summary>Attaches delegates to emulate StubSocketException.HelpLink as a property with a backing field.</summary>
        </member>
        <member name="M:System.Net.Sockets.Fakes.StubSocketException.AttachBackingFieldToSource">
            <summary>Attaches delegates to emulate StubSocketException.Source as a property with a backing field.</summary>
        </member>
        <member name="F:System.Net.Sockets.Fakes.StubSocketException.DataGet">
            <summary>Sets the stub of Exception.get_Data()</summary>
        </member>
        <member name="F:System.Net.Sockets.Fakes.StubSocketException.ErrorCodeGet">
            <summary>Sets the stub of SocketException.get_ErrorCode()</summary>
        </member>
        <member name="M:System.Net.Sockets.Fakes.StubSocketException.GetBaseException">
            <summary>Sets the stub of Exception.GetBaseException()</summary>
        </member>
        <member name="F:System.Net.Sockets.Fakes.StubSocketException.GetBaseException01">
            <summary>Sets the stub of Exception.GetBaseException()</summary>
        </member>
        <member name="M:System.Net.Sockets.Fakes.StubSocketException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Sets the stub of Win32Exception.GetObjectData(SerializationInfo info, StreamingContext context)</summary>
        </member>
        <member name="F:System.Net.Sockets.Fakes.StubSocketException.GetObjectDataSerializationInfoStreamingContext">
            <summary>Sets the stub of Win32Exception.GetObjectData(SerializationInfo info, StreamingContext context)</summary>
        </member>
        <member name="F:System.Net.Sockets.Fakes.StubSocketException.HelpLinkGet">
            <summary>Sets the stub of Exception.get_HelpLink()</summary>
        </member>
        <member name="F:System.Net.Sockets.Fakes.StubSocketException.HelpLinkSetString">
            <summary>Sets the stub of Exception.set_HelpLink(String value)</summary>
        </member>
        <member name="M:System.Net.Sockets.Fakes.StubSocketException.InitializeStub">
            <summary>Initializes a new instance of type StubSocketException</summary>
        </member>
        <member name="F:System.Net.Sockets.Fakes.StubSocketException.MessageGet">
            <summary>Sets the stub of SocketException.get_Message()</summary>
        </member>
        <member name="F:System.Net.Sockets.Fakes.StubSocketException.SourceGet">
            <summary>Sets the stub of Exception.get_Source()</summary>
        </member>
        <member name="F:System.Net.Sockets.Fakes.StubSocketException.SourceSetString">
            <summary>Sets the stub of Exception.set_Source(String value)</summary>
        </member>
        <member name="F:System.Net.Sockets.Fakes.StubSocketException.StackTraceGet">
            <summary>Sets the stub of Exception.get_StackTrace()</summary>
        </member>
        <member name="M:System.Net.Sockets.Fakes.StubSocketException.ToString">
            <summary>Sets the stub of ExternalException.ToString()</summary>
        </member>
        <member name="F:System.Net.Sockets.Fakes.StubSocketException.ToString01">
            <summary>Sets the stub of ExternalException.ToString()</summary>
        </member>
        <member name="P:System.Net.Sockets.Fakes.StubSocketException.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Net.Sockets.Fakes.StubSocketException.Data">
            <summary>Sets the stub of Exception.get_Data()</summary>
        </member>
        <member name="P:System.Net.Sockets.Fakes.StubSocketException.ErrorCode">
            <summary>Sets the stub of SocketException.get_ErrorCode()</summary>
        </member>
        <member name="P:System.Net.Sockets.Fakes.StubSocketException.HelpLink">
            <summary>Sets the stub of Exception.get_HelpLink()</summary>
        </member>
        <member name="P:System.Net.Sockets.Fakes.StubSocketException.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Net.Sockets.Fakes.StubSocketException.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.Net.Sockets.Fakes.StubSocketException.Message">
            <summary>Sets the stub of SocketException.get_Message()</summary>
        </member>
        <member name="P:System.Net.Sockets.Fakes.StubSocketException.Source">
            <summary>Sets the stub of Exception.get_Source()</summary>
        </member>
        <member name="P:System.Net.Sockets.Fakes.StubSocketException.StackTrace">
            <summary>Sets the stub of Exception.get_StackTrace()</summary>
        </member>
        <member name="T:System.Net.Sockets.Fakes.StubTcpClient">
            <summary>Stub type of System.Net.Sockets.TcpClient</summary>
        </member>
        <member name="M:System.Net.Sockets.Fakes.StubTcpClient.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Sockets.Fakes.StubTcpClient.#ctor(System.Net.IPEndPoint)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Sockets.Fakes.StubTcpClient.#ctor(System.Net.Sockets.AddressFamily)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Sockets.Fakes.StubTcpClient.#ctor(System.String,System.Int32)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Sockets.Fakes.StubTcpClient.Dispose(System.Boolean)">
            <summary>Sets the stub of TcpClient.Dispose(Boolean disposing)</summary>
        </member>
        <member name="F:System.Net.Sockets.Fakes.StubTcpClient.DisposeBoolean">
            <summary>Sets the stub of TcpClient.Dispose(Boolean disposing)</summary>
        </member>
        <member name="M:System.Net.Sockets.Fakes.StubTcpClient.InitializeStub">
            <summary>Initializes a new instance of type StubTcpClient</summary>
        </member>
        <member name="P:System.Net.Sockets.Fakes.StubTcpClient.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Net.Sockets.Fakes.StubTcpClient.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Net.Sockets.Fakes.StubTcpClient.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Net.Sockets.Fakes.StubTcpListener">
            <summary>Stub type of System.Net.Sockets.TcpListener</summary>
        </member>
        <member name="M:System.Net.Sockets.Fakes.StubTcpListener.#ctor(System.Int32)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Sockets.Fakes.StubTcpListener.#ctor(System.Net.IPEndPoint)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Sockets.Fakes.StubTcpListener.#ctor(System.Net.IPAddress,System.Int32)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Sockets.Fakes.StubTcpListener.InitializeStub">
            <summary>Initializes a new instance of type StubTcpListener</summary>
        </member>
        <member name="P:System.Net.Sockets.Fakes.StubTcpListener.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Net.Sockets.Fakes.StubTcpListener.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Net.Sockets.Fakes.StubTcpListener.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Net.Sockets.Fakes.StubUdpClient">
            <summary>Stub type of System.Net.Sockets.UdpClient</summary>
        </member>
        <member name="M:System.Net.Sockets.Fakes.StubUdpClient.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Sockets.Fakes.StubUdpClient.#ctor(System.Int32)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Sockets.Fakes.StubUdpClient.#ctor(System.Net.IPEndPoint)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Sockets.Fakes.StubUdpClient.#ctor(System.Net.Sockets.AddressFamily)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Sockets.Fakes.StubUdpClient.#ctor(System.Int32,System.Net.Sockets.AddressFamily)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Sockets.Fakes.StubUdpClient.#ctor(System.String,System.Int32)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Net.Sockets.Fakes.StubUdpClient.Dispose(System.Boolean)">
            <summary>Sets the stub of UdpClient.Dispose(Boolean disposing)</summary>
        </member>
        <member name="F:System.Net.Sockets.Fakes.StubUdpClient.DisposeBoolean">
            <summary>Sets the stub of UdpClient.Dispose(Boolean disposing)</summary>
        </member>
        <member name="M:System.Net.Sockets.Fakes.StubUdpClient.InitializeStub">
            <summary>Initializes a new instance of type StubUdpClient</summary>
        </member>
        <member name="P:System.Net.Sockets.Fakes.StubUdpClient.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Net.Sockets.Fakes.StubUdpClient.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Net.Sockets.Fakes.StubUdpClient.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Runtime.InteropServices.ComTypes.Fakes.StubIAdviseSink">
            <summary>Stub type of System.Runtime.InteropServices.ComTypes.IAdviseSink</summary>
        </member>
        <member name="M:System.Runtime.InteropServices.ComTypes.Fakes.StubIAdviseSink.#ctor">
            <summary>Initializes a new instance of type StubIAdviseSink</summary>
        </member>
        <member name="F:System.Runtime.InteropServices.ComTypes.Fakes.StubIAdviseSink.OnClose">
            <summary>Sets the stub of IAdviseSink.OnClose()</summary>
        </member>
        <member name="F:System.Runtime.InteropServices.ComTypes.Fakes.StubIAdviseSink.OnDataChangeFORMATETCRefSTGMEDIUMRef">
            <summary>Sets the stub of IAdviseSink.OnDataChange(FORMATETC&amp; format, STGMEDIUM&amp; stgmedium)</summary>
        </member>
        <member name="F:System.Runtime.InteropServices.ComTypes.Fakes.StubIAdviseSink.OnRenameIMoniker">
            <summary>Sets the stub of IAdviseSink.OnRename(IMoniker moniker)</summary>
        </member>
        <member name="F:System.Runtime.InteropServices.ComTypes.Fakes.StubIAdviseSink.OnSave">
            <summary>Sets the stub of IAdviseSink.OnSave()</summary>
        </member>
        <member name="F:System.Runtime.InteropServices.ComTypes.Fakes.StubIAdviseSink.OnViewChangeInt32Int32">
            <summary>Sets the stub of IAdviseSink.OnViewChange(Int32 aspect, Int32 index)</summary>
        </member>
        <member name="M:System.Runtime.InteropServices.ComTypes.Fakes.StubIAdviseSink.global::System#Runtime#InteropServices#ComTypes#IAdviseSink#OnClose">
            <summary>Sets the stub of IAdviseSink.OnClose()</summary>
        </member>
        <member name="M:System.Runtime.InteropServices.ComTypes.Fakes.StubIAdviseSink.global::System#Runtime#InteropServices#ComTypes#IAdviseSink#OnDataChange(System.Runtime.InteropServices.ComTypes.FORMATETC@,System.Runtime.InteropServices.ComTypes.STGMEDIUM@)">
            <summary>Sets the stub of IAdviseSink.OnDataChange(FORMATETC&amp; format, STGMEDIUM&amp; stgmedium)</summary>
        </member>
        <member name="M:System.Runtime.InteropServices.ComTypes.Fakes.StubIAdviseSink.global::System#Runtime#InteropServices#ComTypes#IAdviseSink#OnRename(System.Runtime.InteropServices.ComTypes.IMoniker)">
            <summary>Sets the stub of IAdviseSink.OnRename(IMoniker moniker)</summary>
        </member>
        <member name="M:System.Runtime.InteropServices.ComTypes.Fakes.StubIAdviseSink.global::System#Runtime#InteropServices#ComTypes#IAdviseSink#OnSave">
            <summary>Sets the stub of IAdviseSink.OnSave()</summary>
        </member>
        <member name="M:System.Runtime.InteropServices.ComTypes.Fakes.StubIAdviseSink.global::System#Runtime#InteropServices#ComTypes#IAdviseSink#OnViewChange(System.Int32,System.Int32)">
            <summary>Sets the stub of IAdviseSink.OnViewChange(Int32 aspect, Int32 index)</summary>
        </member>
        <member name="T:System.Runtime.InteropServices.ComTypes.Fakes.StubIDataObject">
            <summary>Stub type of System.Runtime.InteropServices.ComTypes.IDataObject</summary>
        </member>
        <member name="M:System.Runtime.InteropServices.ComTypes.Fakes.StubIDataObject.#ctor">
            <summary>Initializes a new instance of type StubIDataObject</summary>
        </member>
        <member name="F:System.Runtime.InteropServices.ComTypes.Fakes.StubIDataObject.DAdviseFORMATETCRefADVFIAdviseSinkInt32Out">
            <summary>Sets the stub of IDataObject.DAdvise(FORMATETC&amp; pFormatetc, ADVF advf, IAdviseSink adviseSink, Int32&amp; connection)</summary>
        </member>
        <member name="F:System.Runtime.InteropServices.ComTypes.Fakes.StubIDataObject.DUnadviseInt32">
            <summary>Sets the stub of IDataObject.DUnadvise(Int32 connection)</summary>
        </member>
        <member name="F:System.Runtime.InteropServices.ComTypes.Fakes.StubIDataObject.EnumDAdviseIEnumSTATDATAOut">
            <summary>Sets the stub of IDataObject.EnumDAdvise(IEnumSTATDATA&amp; enumAdvise)</summary>
        </member>
        <member name="F:System.Runtime.InteropServices.ComTypes.Fakes.StubIDataObject.EnumFormatEtcDATADIR">
            <summary>Sets the stub of IDataObject.EnumFormatEtc(DATADIR direction)</summary>
        </member>
        <member name="F:System.Runtime.InteropServices.ComTypes.Fakes.StubIDataObject.GetCanonicalFormatEtcFORMATETCRefFORMATETCOut">
            <summary>Sets the stub of IDataObject.GetCanonicalFormatEtc(FORMATETC&amp; formatIn, FORMATETC&amp; formatOut)</summary>
        </member>
        <member name="F:System.Runtime.InteropServices.ComTypes.Fakes.StubIDataObject.GetDataFORMATETCRefSTGMEDIUMOut">
            <summary>Sets the stub of IDataObject.GetData(FORMATETC&amp; format, STGMEDIUM&amp; medium)</summary>
        </member>
        <member name="F:System.Runtime.InteropServices.ComTypes.Fakes.StubIDataObject.GetDataHereFORMATETCRefSTGMEDIUMRef">
            <summary>Sets the stub of IDataObject.GetDataHere(FORMATETC&amp; format, STGMEDIUM&amp; medium)</summary>
        </member>
        <member name="F:System.Runtime.InteropServices.ComTypes.Fakes.StubIDataObject.QueryGetDataFORMATETCRef">
            <summary>Sets the stub of IDataObject.QueryGetData(FORMATETC&amp; format)</summary>
        </member>
        <member name="F:System.Runtime.InteropServices.ComTypes.Fakes.StubIDataObject.SetDataFORMATETCRefSTGMEDIUMRefBoolean">
            <summary>Sets the stub of IDataObject.SetData(FORMATETC&amp; formatIn, STGMEDIUM&amp; medium, Boolean release)</summary>
        </member>
        <member name="M:System.Runtime.InteropServices.ComTypes.Fakes.StubIDataObject.global::System#Runtime#InteropServices#ComTypes#IDataObject#DAdvise(System.Runtime.InteropServices.ComTypes.FORMATETC@,System.Runtime.InteropServices.ComTypes.ADVF,System.Runtime.InteropServices.ComTypes.IAdviseSink,System.Int32@)">
            <summary>Sets the stub of IDataObject.DAdvise(FORMATETC&amp; pFormatetc, ADVF advf, IAdviseSink adviseSink, Int32&amp; connection)</summary>
        </member>
        <member name="M:System.Runtime.InteropServices.ComTypes.Fakes.StubIDataObject.global::System#Runtime#InteropServices#ComTypes#IDataObject#DUnadvise(System.Int32)">
            <summary>Sets the stub of IDataObject.DUnadvise(Int32 connection)</summary>
        </member>
        <member name="M:System.Runtime.InteropServices.ComTypes.Fakes.StubIDataObject.global::System#Runtime#InteropServices#ComTypes#IDataObject#EnumDAdvise(System.Runtime.InteropServices.ComTypes.IEnumSTATDATA@)">
            <summary>Sets the stub of IDataObject.EnumDAdvise(IEnumSTATDATA&amp; enumAdvise)</summary>
        </member>
        <member name="M:System.Runtime.InteropServices.ComTypes.Fakes.StubIDataObject.global::System#Runtime#InteropServices#ComTypes#IDataObject#EnumFormatEtc(System.Runtime.InteropServices.ComTypes.DATADIR)">
            <summary>Sets the stub of IDataObject.EnumFormatEtc(DATADIR direction)</summary>
        </member>
        <member name="M:System.Runtime.InteropServices.ComTypes.Fakes.StubIDataObject.global::System#Runtime#InteropServices#ComTypes#IDataObject#GetCanonicalFormatEtc(System.Runtime.InteropServices.ComTypes.FORMATETC@,System.Runtime.InteropServices.ComTypes.FORMATETC@)">
            <summary>Sets the stub of IDataObject.GetCanonicalFormatEtc(FORMATETC&amp; formatIn, FORMATETC&amp; formatOut)</summary>
        </member>
        <member name="M:System.Runtime.InteropServices.ComTypes.Fakes.StubIDataObject.global::System#Runtime#InteropServices#ComTypes#IDataObject#GetData(System.Runtime.InteropServices.ComTypes.FORMATETC@,System.Runtime.InteropServices.ComTypes.STGMEDIUM@)">
            <summary>Sets the stub of IDataObject.GetData(FORMATETC&amp; format, STGMEDIUM&amp; medium)</summary>
        </member>
        <member name="M:System.Runtime.InteropServices.ComTypes.Fakes.StubIDataObject.global::System#Runtime#InteropServices#ComTypes#IDataObject#GetDataHere(System.Runtime.InteropServices.ComTypes.FORMATETC@,System.Runtime.InteropServices.ComTypes.STGMEDIUM@)">
            <summary>Sets the stub of IDataObject.GetDataHere(FORMATETC&amp; format, STGMEDIUM&amp; medium)</summary>
        </member>
        <member name="M:System.Runtime.InteropServices.ComTypes.Fakes.StubIDataObject.global::System#Runtime#InteropServices#ComTypes#IDataObject#QueryGetData(System.Runtime.InteropServices.ComTypes.FORMATETC@)">
            <summary>Sets the stub of IDataObject.QueryGetData(FORMATETC&amp; format)</summary>
        </member>
        <member name="M:System.Runtime.InteropServices.ComTypes.Fakes.StubIDataObject.global::System#Runtime#InteropServices#ComTypes#IDataObject#SetData(System.Runtime.InteropServices.ComTypes.FORMATETC@,System.Runtime.InteropServices.ComTypes.STGMEDIUM@,System.Boolean)">
            <summary>Sets the stub of IDataObject.SetData(FORMATETC&amp; formatIn, STGMEDIUM&amp; medium, Boolean release)</summary>
        </member>
        <member name="T:System.Runtime.InteropServices.ComTypes.Fakes.StubIEnumFORMATETC">
            <summary>Stub type of System.Runtime.InteropServices.ComTypes.IEnumFORMATETC</summary>
        </member>
        <member name="M:System.Runtime.InteropServices.ComTypes.Fakes.StubIEnumFORMATETC.#ctor">
            <summary>Initializes a new instance of type StubIEnumFORMATETC</summary>
        </member>
        <member name="F:System.Runtime.InteropServices.ComTypes.Fakes.StubIEnumFORMATETC.CloneIEnumFORMATETCOut">
            <summary>Sets the stub of IEnumFORMATETC.Clone(IEnumFORMATETC&amp; newEnum)</summary>
        </member>
        <member name="F:System.Runtime.InteropServices.ComTypes.Fakes.StubIEnumFORMATETC.NextInt32FORMATETCArrayInt32Array">
            <summary>Sets the stub of IEnumFORMATETC.Next(Int32 celt, FORMATETC[] rgelt, Int32[] pceltFetched)</summary>
        </member>
        <member name="F:System.Runtime.InteropServices.ComTypes.Fakes.StubIEnumFORMATETC.Reset">
            <summary>Sets the stub of IEnumFORMATETC.Reset()</summary>
        </member>
        <member name="F:System.Runtime.InteropServices.ComTypes.Fakes.StubIEnumFORMATETC.SkipInt32">
            <summary>Sets the stub of IEnumFORMATETC.Skip(Int32 celt)</summary>
        </member>
        <member name="M:System.Runtime.InteropServices.ComTypes.Fakes.StubIEnumFORMATETC.global::System#Runtime#InteropServices#ComTypes#IEnumFORMATETC#Clone(System.Runtime.InteropServices.ComTypes.IEnumFORMATETC@)">
            <summary>Sets the stub of IEnumFORMATETC.Clone(IEnumFORMATETC&amp; newEnum)</summary>
        </member>
        <member name="M:System.Runtime.InteropServices.ComTypes.Fakes.StubIEnumFORMATETC.global::System#Runtime#InteropServices#ComTypes#IEnumFORMATETC#Next(System.Int32,System.Runtime.InteropServices.ComTypes.FORMATETC[],System.Int32[])">
            <summary>Sets the stub of IEnumFORMATETC.Next(Int32 celt, FORMATETC[] rgelt, Int32[] pceltFetched)</summary>
        </member>
        <member name="M:System.Runtime.InteropServices.ComTypes.Fakes.StubIEnumFORMATETC.global::System#Runtime#InteropServices#ComTypes#IEnumFORMATETC#Reset">
            <summary>Sets the stub of IEnumFORMATETC.Reset()</summary>
        </member>
        <member name="M:System.Runtime.InteropServices.ComTypes.Fakes.StubIEnumFORMATETC.global::System#Runtime#InteropServices#ComTypes#IEnumFORMATETC#Skip(System.Int32)">
            <summary>Sets the stub of IEnumFORMATETC.Skip(Int32 celt)</summary>
        </member>
        <member name="T:System.Runtime.InteropServices.ComTypes.Fakes.StubIEnumSTATDATA">
            <summary>Stub type of System.Runtime.InteropServices.ComTypes.IEnumSTATDATA</summary>
        </member>
        <member name="M:System.Runtime.InteropServices.ComTypes.Fakes.StubIEnumSTATDATA.#ctor">
            <summary>Initializes a new instance of type StubIEnumSTATDATA</summary>
        </member>
        <member name="F:System.Runtime.InteropServices.ComTypes.Fakes.StubIEnumSTATDATA.CloneIEnumSTATDATAOut">
            <summary>Sets the stub of IEnumSTATDATA.Clone(IEnumSTATDATA&amp; newEnum)</summary>
        </member>
        <member name="F:System.Runtime.InteropServices.ComTypes.Fakes.StubIEnumSTATDATA.NextInt32STATDATAArrayInt32Array">
            <summary>Sets the stub of IEnumSTATDATA.Next(Int32 celt, STATDATA[] rgelt, Int32[] pceltFetched)</summary>
        </member>
        <member name="F:System.Runtime.InteropServices.ComTypes.Fakes.StubIEnumSTATDATA.Reset">
            <summary>Sets the stub of IEnumSTATDATA.Reset()</summary>
        </member>
        <member name="F:System.Runtime.InteropServices.ComTypes.Fakes.StubIEnumSTATDATA.SkipInt32">
            <summary>Sets the stub of IEnumSTATDATA.Skip(Int32 celt)</summary>
        </member>
        <member name="M:System.Runtime.InteropServices.ComTypes.Fakes.StubIEnumSTATDATA.global::System#Runtime#InteropServices#ComTypes#IEnumSTATDATA#Clone(System.Runtime.InteropServices.ComTypes.IEnumSTATDATA@)">
            <summary>Sets the stub of IEnumSTATDATA.Clone(IEnumSTATDATA&amp; newEnum)</summary>
        </member>
        <member name="M:System.Runtime.InteropServices.ComTypes.Fakes.StubIEnumSTATDATA.global::System#Runtime#InteropServices#ComTypes#IEnumSTATDATA#Next(System.Int32,System.Runtime.InteropServices.ComTypes.STATDATA[],System.Int32[])">
            <summary>Sets the stub of IEnumSTATDATA.Next(Int32 celt, STATDATA[] rgelt, Int32[] pceltFetched)</summary>
        </member>
        <member name="M:System.Runtime.InteropServices.ComTypes.Fakes.StubIEnumSTATDATA.global::System#Runtime#InteropServices#ComTypes#IEnumSTATDATA#Reset">
            <summary>Sets the stub of IEnumSTATDATA.Reset()</summary>
        </member>
        <member name="M:System.Runtime.InteropServices.ComTypes.Fakes.StubIEnumSTATDATA.global::System#Runtime#InteropServices#ComTypes#IEnumSTATDATA#Skip(System.Int32)">
            <summary>Sets the stub of IEnumSTATDATA.Skip(Int32 celt)</summary>
        </member>
        <member name="T:System.Runtime.InteropServices.Fakes.StubStandardOleMarshalObject">
            <summary>Stub type of System.Runtime.InteropServices.StandardOleMarshalObject</summary>
        </member>
        <member name="M:System.Runtime.InteropServices.Fakes.StubStandardOleMarshalObject.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Runtime.InteropServices.Fakes.StubStandardOleMarshalObject.InitializeStub">
            <summary>Initializes a new instance of type StubStandardOleMarshalObject</summary>
        </member>
        <member name="P:System.Runtime.InteropServices.Fakes.StubStandardOleMarshalObject.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Runtime.InteropServices.Fakes.StubStandardOleMarshalObject.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Runtime.InteropServices.Fakes.StubStandardOleMarshalObject.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Security.Authentication.ExtendedProtection.Fakes.StubChannelBinding">
            <summary>Stub type of System.Security.Authentication.ExtendedProtection.ChannelBinding</summary>
        </member>
        <member name="M:System.Security.Authentication.ExtendedProtection.Fakes.StubChannelBinding.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Security.Authentication.ExtendedProtection.Fakes.StubChannelBinding.#ctor(System.Boolean)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Security.Authentication.ExtendedProtection.Fakes.StubChannelBinding.Dispose(System.Boolean)">
            <summary>Sets the stub of SafeHandle.Dispose(Boolean disposing)</summary>
        </member>
        <member name="F:System.Security.Authentication.ExtendedProtection.Fakes.StubChannelBinding.DisposeBoolean">
            <summary>Sets the stub of SafeHandle.Dispose(Boolean disposing)</summary>
        </member>
        <member name="M:System.Security.Authentication.ExtendedProtection.Fakes.StubChannelBinding.InitializeStub">
            <summary>Initializes a new instance of type StubChannelBinding</summary>
        </member>
        <member name="F:System.Security.Authentication.ExtendedProtection.Fakes.StubChannelBinding.IsInvalidGet">
            <summary>Sets the stub of SafeHandleZeroOrMinusOneIsInvalid.get_IsInvalid()</summary>
        </member>
        <member name="M:System.Security.Authentication.ExtendedProtection.Fakes.StubChannelBinding.ReleaseHandle">
            <summary>Sets the stub of SafeHandle.ReleaseHandle()</summary>
        </member>
        <member name="F:System.Security.Authentication.ExtendedProtection.Fakes.StubChannelBinding.ReleaseHandle01">
            <summary>Sets the stub of SafeHandle.ReleaseHandle()</summary>
        </member>
        <member name="F:System.Security.Authentication.ExtendedProtection.Fakes.StubChannelBinding.SizeGet">
            <summary>Sets the stub of ChannelBinding.get_Size()</summary>
        </member>
        <member name="P:System.Security.Authentication.ExtendedProtection.Fakes.StubChannelBinding.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Security.Authentication.ExtendedProtection.Fakes.StubChannelBinding.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Security.Authentication.ExtendedProtection.Fakes.StubChannelBinding.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.Security.Authentication.ExtendedProtection.Fakes.StubChannelBinding.IsInvalid">
            <summary>Sets the stub of SafeHandleZeroOrMinusOneIsInvalid.get_IsInvalid()</summary>
        </member>
        <member name="P:System.Security.Authentication.ExtendedProtection.Fakes.StubChannelBinding.Size">
            <summary>Sets the stub of ChannelBinding.get_Size()</summary>
        </member>
        <member name="T:System.Security.Authentication.ExtendedProtection.Fakes.StubExtendedProtectionPolicy">
            <summary>Stub type of System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy</summary>
        </member>
        <member name="M:System.Security.Authentication.ExtendedProtection.Fakes.StubExtendedProtectionPolicy.#ctor(System.Security.Authentication.ExtendedProtection.PolicyEnforcement)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Security.Authentication.ExtendedProtection.Fakes.StubExtendedProtectionPolicy.#ctor(System.Security.Authentication.ExtendedProtection.PolicyEnforcement,System.Security.Authentication.ExtendedProtection.ChannelBinding)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Security.Authentication.ExtendedProtection.Fakes.StubExtendedProtectionPolicy.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Security.Authentication.ExtendedProtection.Fakes.StubExtendedProtectionPolicy.#ctor(System.Security.Authentication.ExtendedProtection.PolicyEnforcement,System.Security.Authentication.ExtendedProtection.ProtectionScenario,System.Security.Authentication.ExtendedProtection.ServiceNameCollection)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Security.Authentication.ExtendedProtection.Fakes.StubExtendedProtectionPolicy.#ctor(System.Security.Authentication.ExtendedProtection.PolicyEnforcement,System.Security.Authentication.ExtendedProtection.ProtectionScenario,System.Collections.ICollection)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Security.Authentication.ExtendedProtection.Fakes.StubExtendedProtectionPolicy.InitializeStub">
            <summary>Initializes a new instance of type StubExtendedProtectionPolicy</summary>
        </member>
        <member name="M:System.Security.Authentication.ExtendedProtection.Fakes.StubExtendedProtectionPolicy.ToString">
            <summary>Sets the stub of ExtendedProtectionPolicy.ToString()</summary>
        </member>
        <member name="F:System.Security.Authentication.ExtendedProtection.Fakes.StubExtendedProtectionPolicy.ToString01">
            <summary>Sets the stub of ExtendedProtectionPolicy.ToString()</summary>
        </member>
        <member name="P:System.Security.Authentication.ExtendedProtection.Fakes.StubExtendedProtectionPolicy.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Security.Authentication.ExtendedProtection.Fakes.StubExtendedProtectionPolicy.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Security.Authentication.ExtendedProtection.Fakes.StubExtendedProtectionPolicy.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Security.Authentication.ExtendedProtection.Fakes.StubExtendedProtectionPolicyTypeConverter">
            <summary>Stub type of System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicyTypeConverter</summary>
        </member>
        <member name="M:System.Security.Authentication.ExtendedProtection.Fakes.StubExtendedProtectionPolicyTypeConverter.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Security.Authentication.ExtendedProtection.Fakes.StubExtendedProtectionPolicyTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
            <summary>Sets the stub of TypeConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType)</summary>
        </member>
        <member name="F:System.Security.Authentication.ExtendedProtection.Fakes.StubExtendedProtectionPolicyTypeConverter.CanConvertFromITypeDescriptorContextType">
            <summary>Sets the stub of TypeConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType)</summary>
        </member>
        <member name="M:System.Security.Authentication.ExtendedProtection.Fakes.StubExtendedProtectionPolicyTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
            <summary>Sets the stub of ExtendedProtectionPolicyTypeConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType)</summary>
        </member>
        <member name="F:System.Security.Authentication.ExtendedProtection.Fakes.StubExtendedProtectionPolicyTypeConverter.CanConvertToITypeDescriptorContextType">
            <summary>Sets the stub of ExtendedProtectionPolicyTypeConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType)</summary>
        </member>
        <member name="M:System.Security.Authentication.ExtendedProtection.Fakes.StubExtendedProtectionPolicyTypeConverter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)">
            <summary>Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues)</summary>
        </member>
        <member name="F:System.Security.Authentication.ExtendedProtection.Fakes.StubExtendedProtectionPolicyTypeConverter.CreateInstanceITypeDescriptorContextIDictionary">
            <summary>Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues)</summary>
        </member>
        <member name="M:System.Security.Authentication.ExtendedProtection.Fakes.StubExtendedProtectionPolicyTypeConverter.GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.Security.Authentication.ExtendedProtection.Fakes.StubExtendedProtectionPolicyTypeConverter.GetCreateInstanceSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.Security.Authentication.ExtendedProtection.Fakes.StubExtendedProtectionPolicyTypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])">
            <summary>Sets the stub of TypeConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes)</summary>
        </member>
        <member name="F:System.Security.Authentication.ExtendedProtection.Fakes.StubExtendedProtectionPolicyTypeConverter.GetPropertiesITypeDescriptorContextObjectAttributeArray">
            <summary>Sets the stub of TypeConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes)</summary>
        </member>
        <member name="M:System.Security.Authentication.ExtendedProtection.Fakes.StubExtendedProtectionPolicyTypeConverter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetPropertiesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.Security.Authentication.ExtendedProtection.Fakes.StubExtendedProtectionPolicyTypeConverter.GetPropertiesSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetPropertiesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.Security.Authentication.ExtendedProtection.Fakes.StubExtendedProtectionPolicyTypeConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetStandardValues(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.Security.Authentication.ExtendedProtection.Fakes.StubExtendedProtectionPolicyTypeConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.Security.Authentication.ExtendedProtection.Fakes.StubExtendedProtectionPolicyTypeConverter.GetStandardValuesExclusiveITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.Security.Authentication.ExtendedProtection.Fakes.StubExtendedProtectionPolicyTypeConverter.GetStandardValuesITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetStandardValues(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.Security.Authentication.ExtendedProtection.Fakes.StubExtendedProtectionPolicyTypeConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>Sets the stub of TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="F:System.Security.Authentication.ExtendedProtection.Fakes.StubExtendedProtectionPolicyTypeConverter.GetStandardValuesSupportedITypeDescriptorContext">
            <summary>Sets the stub of TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext context)</summary>
        </member>
        <member name="M:System.Security.Authentication.ExtendedProtection.Fakes.StubExtendedProtectionPolicyTypeConverter.InitializeStub">
            <summary>Initializes a new instance of type StubExtendedProtectionPolicyTypeConverter</summary>
        </member>
        <member name="M:System.Security.Authentication.ExtendedProtection.Fakes.StubExtendedProtectionPolicyTypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext,System.Object)">
            <summary>Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value)</summary>
        </member>
        <member name="F:System.Security.Authentication.ExtendedProtection.Fakes.StubExtendedProtectionPolicyTypeConverter.IsValidITypeDescriptorContextObject">
            <summary>Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value)</summary>
        </member>
        <member name="P:System.Security.Authentication.ExtendedProtection.Fakes.StubExtendedProtectionPolicyTypeConverter.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Security.Authentication.ExtendedProtection.Fakes.StubExtendedProtectionPolicyTypeConverter.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Security.Authentication.ExtendedProtection.Fakes.StubExtendedProtectionPolicyTypeConverter.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Security.Authentication.ExtendedProtection.Fakes.StubServiceNameCollection">
            <summary>Stub type of System.Security.Authentication.ExtendedProtection.ServiceNameCollection</summary>
        </member>
        <member name="M:System.Security.Authentication.ExtendedProtection.Fakes.StubServiceNameCollection.#ctor(System.Collections.ICollection)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="F:System.Security.Authentication.ExtendedProtection.Fakes.StubServiceNameCollection.CountGet">
            <summary>Sets the stub of ReadOnlyCollectionBase.get_Count()</summary>
        </member>
        <member name="M:System.Security.Authentication.ExtendedProtection.Fakes.StubServiceNameCollection.GetEnumerator">
            <summary>Sets the stub of ReadOnlyCollectionBase.GetEnumerator()</summary>
        </member>
        <member name="F:System.Security.Authentication.ExtendedProtection.Fakes.StubServiceNameCollection.GetEnumerator01">
            <summary>Sets the stub of ReadOnlyCollectionBase.GetEnumerator()</summary>
        </member>
        <member name="M:System.Security.Authentication.ExtendedProtection.Fakes.StubServiceNameCollection.InitializeStub">
            <summary>Initializes a new instance of type StubServiceNameCollection</summary>
        </member>
        <member name="P:System.Security.Authentication.ExtendedProtection.Fakes.StubServiceNameCollection.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Security.Authentication.ExtendedProtection.Fakes.StubServiceNameCollection.Count">
            <summary>Sets the stub of ReadOnlyCollectionBase.get_Count()</summary>
        </member>
        <member name="P:System.Security.Authentication.ExtendedProtection.Fakes.StubServiceNameCollection.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Security.Authentication.ExtendedProtection.Fakes.StubServiceNameCollection.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Security.Authentication.Fakes.StubAuthenticationException">
            <summary>Stub type of System.Security.Authentication.AuthenticationException</summary>
        </member>
        <member name="M:System.Security.Authentication.Fakes.StubAuthenticationException.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Security.Authentication.Fakes.StubAuthenticationException.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Security.Authentication.Fakes.StubAuthenticationException.#ctor(System.String,System.Exception)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Security.Authentication.Fakes.StubAuthenticationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Security.Authentication.Fakes.StubAuthenticationException.AttachBackingFieldToHelpLink">
            <summary>Attaches delegates to emulate StubAuthenticationException.HelpLink as a property with a backing field.</summary>
        </member>
        <member name="M:System.Security.Authentication.Fakes.StubAuthenticationException.AttachBackingFieldToSource">
            <summary>Attaches delegates to emulate StubAuthenticationException.Source as a property with a backing field.</summary>
        </member>
        <member name="F:System.Security.Authentication.Fakes.StubAuthenticationException.DataGet">
            <summary>Sets the stub of Exception.get_Data()</summary>
        </member>
        <member name="M:System.Security.Authentication.Fakes.StubAuthenticationException.GetBaseException">
            <summary>Sets the stub of Exception.GetBaseException()</summary>
        </member>
        <member name="F:System.Security.Authentication.Fakes.StubAuthenticationException.GetBaseException01">
            <summary>Sets the stub of Exception.GetBaseException()</summary>
        </member>
        <member name="M:System.Security.Authentication.Fakes.StubAuthenticationException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context)</summary>
        </member>
        <member name="F:System.Security.Authentication.Fakes.StubAuthenticationException.GetObjectDataSerializationInfoStreamingContext">
            <summary>Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context)</summary>
        </member>
        <member name="F:System.Security.Authentication.Fakes.StubAuthenticationException.HelpLinkGet">
            <summary>Sets the stub of Exception.get_HelpLink()</summary>
        </member>
        <member name="F:System.Security.Authentication.Fakes.StubAuthenticationException.HelpLinkSetString">
            <summary>Sets the stub of Exception.set_HelpLink(String value)</summary>
        </member>
        <member name="M:System.Security.Authentication.Fakes.StubAuthenticationException.InitializeStub">
            <summary>Initializes a new instance of type StubAuthenticationException</summary>
        </member>
        <member name="F:System.Security.Authentication.Fakes.StubAuthenticationException.MessageGet">
            <summary>Sets the stub of Exception.get_Message()</summary>
        </member>
        <member name="F:System.Security.Authentication.Fakes.StubAuthenticationException.SourceGet">
            <summary>Sets the stub of Exception.get_Source()</summary>
        </member>
        <member name="F:System.Security.Authentication.Fakes.StubAuthenticationException.SourceSetString">
            <summary>Sets the stub of Exception.set_Source(String value)</summary>
        </member>
        <member name="F:System.Security.Authentication.Fakes.StubAuthenticationException.StackTraceGet">
            <summary>Sets the stub of Exception.get_StackTrace()</summary>
        </member>
        <member name="M:System.Security.Authentication.Fakes.StubAuthenticationException.ToString">
            <summary>Sets the stub of Exception.ToString()</summary>
        </member>
        <member name="F:System.Security.Authentication.Fakes.StubAuthenticationException.ToString01">
            <summary>Sets the stub of Exception.ToString()</summary>
        </member>
        <member name="P:System.Security.Authentication.Fakes.StubAuthenticationException.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Security.Authentication.Fakes.StubAuthenticationException.Data">
            <summary>Sets the stub of Exception.get_Data()</summary>
        </member>
        <member name="P:System.Security.Authentication.Fakes.StubAuthenticationException.HelpLink">
            <summary>Sets the stub of Exception.get_HelpLink()</summary>
        </member>
        <member name="P:System.Security.Authentication.Fakes.StubAuthenticationException.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Security.Authentication.Fakes.StubAuthenticationException.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.Security.Authentication.Fakes.StubAuthenticationException.Message">
            <summary>Sets the stub of Exception.get_Message()</summary>
        </member>
        <member name="P:System.Security.Authentication.Fakes.StubAuthenticationException.Source">
            <summary>Sets the stub of Exception.get_Source()</summary>
        </member>
        <member name="P:System.Security.Authentication.Fakes.StubAuthenticationException.StackTrace">
            <summary>Sets the stub of Exception.get_StackTrace()</summary>
        </member>
        <member name="T:System.Security.Authentication.Fakes.StubInvalidCredentialException">
            <summary>Stub type of System.Security.Authentication.InvalidCredentialException</summary>
        </member>
        <member name="M:System.Security.Authentication.Fakes.StubInvalidCredentialException.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Security.Authentication.Fakes.StubInvalidCredentialException.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Security.Authentication.Fakes.StubInvalidCredentialException.#ctor(System.String,System.Exception)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Security.Authentication.Fakes.StubInvalidCredentialException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Security.Authentication.Fakes.StubInvalidCredentialException.AttachBackingFieldToHelpLink">
            <summary>Attaches delegates to emulate StubInvalidCredentialException.HelpLink as a property with a backing field.</summary>
        </member>
        <member name="M:System.Security.Authentication.Fakes.StubInvalidCredentialException.AttachBackingFieldToSource">
            <summary>Attaches delegates to emulate StubInvalidCredentialException.Source as a property with a backing field.</summary>
        </member>
        <member name="F:System.Security.Authentication.Fakes.StubInvalidCredentialException.DataGet">
            <summary>Sets the stub of Exception.get_Data()</summary>
        </member>
        <member name="M:System.Security.Authentication.Fakes.StubInvalidCredentialException.GetBaseException">
            <summary>Sets the stub of Exception.GetBaseException()</summary>
        </member>
        <member name="F:System.Security.Authentication.Fakes.StubInvalidCredentialException.GetBaseException01">
            <summary>Sets the stub of Exception.GetBaseException()</summary>
        </member>
        <member name="M:System.Security.Authentication.Fakes.StubInvalidCredentialException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context)</summary>
        </member>
        <member name="F:System.Security.Authentication.Fakes.StubInvalidCredentialException.GetObjectDataSerializationInfoStreamingContext">
            <summary>Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context)</summary>
        </member>
        <member name="F:System.Security.Authentication.Fakes.StubInvalidCredentialException.HelpLinkGet">
            <summary>Sets the stub of Exception.get_HelpLink()</summary>
        </member>
        <member name="F:System.Security.Authentication.Fakes.StubInvalidCredentialException.HelpLinkSetString">
            <summary>Sets the stub of Exception.set_HelpLink(String value)</summary>
        </member>
        <member name="M:System.Security.Authentication.Fakes.StubInvalidCredentialException.InitializeStub">
            <summary>Initializes a new instance of type StubInvalidCredentialException</summary>
        </member>
        <member name="F:System.Security.Authentication.Fakes.StubInvalidCredentialException.MessageGet">
            <summary>Sets the stub of Exception.get_Message()</summary>
        </member>
        <member name="F:System.Security.Authentication.Fakes.StubInvalidCredentialException.SourceGet">
            <summary>Sets the stub of Exception.get_Source()</summary>
        </member>
        <member name="F:System.Security.Authentication.Fakes.StubInvalidCredentialException.SourceSetString">
            <summary>Sets the stub of Exception.set_Source(String value)</summary>
        </member>
        <member name="F:System.Security.Authentication.Fakes.StubInvalidCredentialException.StackTraceGet">
            <summary>Sets the stub of Exception.get_StackTrace()</summary>
        </member>
        <member name="M:System.Security.Authentication.Fakes.StubInvalidCredentialException.ToString">
            <summary>Sets the stub of Exception.ToString()</summary>
        </member>
        <member name="F:System.Security.Authentication.Fakes.StubInvalidCredentialException.ToString01">
            <summary>Sets the stub of Exception.ToString()</summary>
        </member>
        <member name="P:System.Security.Authentication.Fakes.StubInvalidCredentialException.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Security.Authentication.Fakes.StubInvalidCredentialException.Data">
            <summary>Sets the stub of Exception.get_Data()</summary>
        </member>
        <member name="P:System.Security.Authentication.Fakes.StubInvalidCredentialException.HelpLink">
            <summary>Sets the stub of Exception.get_HelpLink()</summary>
        </member>
        <member name="P:System.Security.Authentication.Fakes.StubInvalidCredentialException.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Security.Authentication.Fakes.StubInvalidCredentialException.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.Security.Authentication.Fakes.StubInvalidCredentialException.Message">
            <summary>Sets the stub of Exception.get_Message()</summary>
        </member>
        <member name="P:System.Security.Authentication.Fakes.StubInvalidCredentialException.Source">
            <summary>Sets the stub of Exception.get_Source()</summary>
        </member>
        <member name="P:System.Security.Authentication.Fakes.StubInvalidCredentialException.StackTrace">
            <summary>Sets the stub of Exception.get_StackTrace()</summary>
        </member>
        <member name="T:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2">
            <summary>Stub type of System.Security.Cryptography.X509Certificates.X509Certificate2</summary>
        </member>
        <member name="M:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2.#ctor(System.Byte[])">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2.#ctor(System.IntPtr)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2.#ctor(System.String,System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2.#ctor(System.String,System.Security.SecureString)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2.#ctor(System.Byte[],System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2.#ctor(System.Byte[],System.Security.SecureString)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2.#ctor(System.String,System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2.#ctor(System.String,System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2.#ctor(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2.#ctor(System.Byte[],System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2.Equals(System.Object)">
            <summary>Sets the stub of X509Certificate.Equals(Object obj)</summary>
        </member>
        <member name="M:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2.Equals(System.Security.Cryptography.X509Certificates.X509Certificate)">
            <summary>Sets the stub of X509Certificate.Equals(X509Certificate other)</summary>
        </member>
        <member name="F:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2.EqualsObject">
            <summary>Sets the stub of X509Certificate.Equals(Object obj)</summary>
        </member>
        <member name="F:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2.EqualsX509Certificate">
            <summary>Sets the stub of X509Certificate.Equals(X509Certificate other)</summary>
        </member>
        <member name="M:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2.Export(System.Security.Cryptography.X509Certificates.X509ContentType)">
            <summary>Sets the stub of X509Certificate.Export(X509ContentType contentType)</summary>
        </member>
        <member name="M:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2.Export(System.Security.Cryptography.X509Certificates.X509ContentType,System.String)">
            <summary>Sets the stub of X509Certificate.Export(X509ContentType contentType, String password)</summary>
        </member>
        <member name="M:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2.Export(System.Security.Cryptography.X509Certificates.X509ContentType,System.Security.SecureString)">
            <summary>Sets the stub of X509Certificate.Export(X509ContentType contentType, SecureString password)</summary>
        </member>
        <member name="F:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2.ExportX509ContentType">
            <summary>Sets the stub of X509Certificate.Export(X509ContentType contentType)</summary>
        </member>
        <member name="F:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2.ExportX509ContentTypeSecureString">
            <summary>Sets the stub of X509Certificate.Export(X509ContentType contentType, SecureString password)</summary>
        </member>
        <member name="F:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2.ExportX509ContentTypeString">
            <summary>Sets the stub of X509Certificate.Export(X509ContentType contentType, String password)</summary>
        </member>
        <member name="M:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2.GetCertHash">
            <summary>Sets the stub of X509Certificate.GetCertHash()</summary>
        </member>
        <member name="F:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2.GetCertHash01">
            <summary>Sets the stub of X509Certificate.GetCertHash()</summary>
        </member>
        <member name="M:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2.GetCertHashString">
            <summary>Sets the stub of X509Certificate.GetCertHashString()</summary>
        </member>
        <member name="F:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2.GetCertHashString01">
            <summary>Sets the stub of X509Certificate.GetCertHashString()</summary>
        </member>
        <member name="M:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2.GetEffectiveDateString">
            <summary>Sets the stub of X509Certificate.GetEffectiveDateString()</summary>
        </member>
        <member name="F:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2.GetEffectiveDateString01">
            <summary>Sets the stub of X509Certificate.GetEffectiveDateString()</summary>
        </member>
        <member name="M:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2.GetExpirationDateString">
            <summary>Sets the stub of X509Certificate.GetExpirationDateString()</summary>
        </member>
        <member name="F:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2.GetExpirationDateString01">
            <summary>Sets the stub of X509Certificate.GetExpirationDateString()</summary>
        </member>
        <member name="M:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2.GetFormat">
            <summary>Sets the stub of X509Certificate.GetFormat()</summary>
        </member>
        <member name="F:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2.GetFormat01">
            <summary>Sets the stub of X509Certificate.GetFormat()</summary>
        </member>
        <member name="M:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2.GetHashCode">
            <summary>Sets the stub of X509Certificate.GetHashCode()</summary>
        </member>
        <member name="F:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2.GetHashCode01">
            <summary>Sets the stub of X509Certificate.GetHashCode()</summary>
        </member>
        <member name="M:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2.GetIssuerName">
            <summary>Sets the stub of X509Certificate.GetIssuerName()</summary>
        </member>
        <member name="F:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2.GetIssuerName01">
            <summary>Sets the stub of X509Certificate.GetIssuerName()</summary>
        </member>
        <member name="M:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2.GetKeyAlgorithm">
            <summary>Sets the stub of X509Certificate.GetKeyAlgorithm()</summary>
        </member>
        <member name="F:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2.GetKeyAlgorithm01">
            <summary>Sets the stub of X509Certificate.GetKeyAlgorithm()</summary>
        </member>
        <member name="M:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2.GetKeyAlgorithmParameters">
            <summary>Sets the stub of X509Certificate.GetKeyAlgorithmParameters()</summary>
        </member>
        <member name="F:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2.GetKeyAlgorithmParameters01">
            <summary>Sets the stub of X509Certificate.GetKeyAlgorithmParameters()</summary>
        </member>
        <member name="M:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2.GetKeyAlgorithmParametersString">
            <summary>Sets the stub of X509Certificate.GetKeyAlgorithmParametersString()</summary>
        </member>
        <member name="F:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2.GetKeyAlgorithmParametersString01">
            <summary>Sets the stub of X509Certificate.GetKeyAlgorithmParametersString()</summary>
        </member>
        <member name="M:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2.GetName">
            <summary>Sets the stub of X509Certificate.GetName()</summary>
        </member>
        <member name="F:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2.GetName01">
            <summary>Sets the stub of X509Certificate.GetName()</summary>
        </member>
        <member name="M:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2.GetPublicKey">
            <summary>Sets the stub of X509Certificate.GetPublicKey()</summary>
        </member>
        <member name="F:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2.GetPublicKey01">
            <summary>Sets the stub of X509Certificate.GetPublicKey()</summary>
        </member>
        <member name="M:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2.GetPublicKeyString">
            <summary>Sets the stub of X509Certificate.GetPublicKeyString()</summary>
        </member>
        <member name="F:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2.GetPublicKeyString01">
            <summary>Sets the stub of X509Certificate.GetPublicKeyString()</summary>
        </member>
        <member name="M:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2.GetRawCertData">
            <summary>Sets the stub of X509Certificate.GetRawCertData()</summary>
        </member>
        <member name="F:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2.GetRawCertData01">
            <summary>Sets the stub of X509Certificate.GetRawCertData()</summary>
        </member>
        <member name="M:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2.GetRawCertDataString">
            <summary>Sets the stub of X509Certificate.GetRawCertDataString()</summary>
        </member>
        <member name="F:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2.GetRawCertDataString01">
            <summary>Sets the stub of X509Certificate.GetRawCertDataString()</summary>
        </member>
        <member name="M:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2.GetSerialNumber">
            <summary>Sets the stub of X509Certificate.GetSerialNumber()</summary>
        </member>
        <member name="F:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2.GetSerialNumber01">
            <summary>Sets the stub of X509Certificate.GetSerialNumber()</summary>
        </member>
        <member name="M:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2.GetSerialNumberString">
            <summary>Sets the stub of X509Certificate.GetSerialNumberString()</summary>
        </member>
        <member name="F:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2.GetSerialNumberString01">
            <summary>Sets the stub of X509Certificate.GetSerialNumberString()</summary>
        </member>
        <member name="M:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2.Import(System.String)">
            <summary>Sets the stub of X509Certificate2.Import(String fileName)</summary>
        </member>
        <member name="M:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2.Import(System.Byte[])">
            <summary>Sets the stub of X509Certificate2.Import(Byte[] rawData)</summary>
        </member>
        <member name="M:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2.Import(System.String,System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags)">
            <summary>Sets the stub of X509Certificate2.Import(String fileName, SecureString password, X509KeyStorageFlags keyStorageFlags)</summary>
        </member>
        <member name="M:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2.Import(System.Byte[],System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags)">
            <summary>Sets the stub of X509Certificate2.Import(Byte[] rawData, SecureString password, X509KeyStorageFlags keyStorageFlags)</summary>
        </member>
        <member name="M:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2.Import(System.String,System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags)">
            <summary>Sets the stub of X509Certificate2.Import(String fileName, String password, X509KeyStorageFlags keyStorageFlags)</summary>
        </member>
        <member name="M:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2.Import(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags)">
            <summary>Sets the stub of X509Certificate2.Import(Byte[] rawData, String password, X509KeyStorageFlags keyStorageFlags)</summary>
        </member>
        <member name="F:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2.ImportByteArray">
            <summary>Sets the stub of X509Certificate2.Import(Byte[] rawData)</summary>
        </member>
        <member name="F:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2.ImportByteArraySecureStringX509KeyStorageFlags">
            <summary>Sets the stub of X509Certificate2.Import(Byte[] rawData, SecureString password, X509KeyStorageFlags keyStorageFlags)</summary>
        </member>
        <member name="F:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2.ImportByteArrayStringX509KeyStorageFlags">
            <summary>Sets the stub of X509Certificate2.Import(Byte[] rawData, String password, X509KeyStorageFlags keyStorageFlags)</summary>
        </member>
        <member name="F:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2.ImportString">
            <summary>Sets the stub of X509Certificate2.Import(String fileName)</summary>
        </member>
        <member name="F:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2.ImportStringSecureStringX509KeyStorageFlags">
            <summary>Sets the stub of X509Certificate2.Import(String fileName, SecureString password, X509KeyStorageFlags keyStorageFlags)</summary>
        </member>
        <member name="F:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2.ImportStringStringX509KeyStorageFlags">
            <summary>Sets the stub of X509Certificate2.Import(String fileName, String password, X509KeyStorageFlags keyStorageFlags)</summary>
        </member>
        <member name="M:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2.InitializeStub">
            <summary>Initializes a new instance of type StubX509Certificate2</summary>
        </member>
        <member name="M:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2.Reset">
            <summary>Sets the stub of X509Certificate2.Reset()</summary>
        </member>
        <member name="F:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2.Reset01">
            <summary>Sets the stub of X509Certificate2.Reset()</summary>
        </member>
        <member name="M:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2.ToString">
            <summary>Sets the stub of X509Certificate2.ToString()</summary>
        </member>
        <member name="M:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2.ToString(System.Boolean)">
            <summary>Sets the stub of X509Certificate2.ToString(Boolean verbose)</summary>
        </member>
        <member name="F:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2.ToString01">
            <summary>Sets the stub of X509Certificate2.ToString()</summary>
        </member>
        <member name="F:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2.ToStringBoolean">
            <summary>Sets the stub of X509Certificate2.ToString(Boolean verbose)</summary>
        </member>
        <member name="P:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2Collection">
            <summary>Stub type of System.Security.Cryptography.X509Certificates.X509Certificate2Collection</summary>
        </member>
        <member name="M:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2Collection.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2Collection.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate2[])">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2Collection.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate2)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2Collection.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate2Collection)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2Collection.GetHashCode">
            <summary>Sets the stub of X509CertificateCollection.GetHashCode()</summary>
        </member>
        <member name="F:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2Collection.GetHashCode01">
            <summary>Sets the stub of X509CertificateCollection.GetHashCode()</summary>
        </member>
        <member name="M:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2Collection.InitializeStub">
            <summary>Initializes a new instance of type StubX509Certificate2Collection</summary>
        </member>
        <member name="M:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2Collection.OnClear">
            <summary>Sets the stub of CollectionBase.OnClear()</summary>
        </member>
        <member name="F:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2Collection.OnClear01">
            <summary>Sets the stub of CollectionBase.OnClear()</summary>
        </member>
        <member name="M:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2Collection.OnClearComplete">
            <summary>Sets the stub of CollectionBase.OnClearComplete()</summary>
        </member>
        <member name="F:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2Collection.OnClearComplete01">
            <summary>Sets the stub of CollectionBase.OnClearComplete()</summary>
        </member>
        <member name="M:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2Collection.OnInsert(System.Int32,System.Object)">
            <summary>Sets the stub of CollectionBase.OnInsert(Int32 index, Object value)</summary>
        </member>
        <member name="M:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2Collection.OnInsertComplete(System.Int32,System.Object)">
            <summary>Sets the stub of CollectionBase.OnInsertComplete(Int32 index, Object value)</summary>
        </member>
        <member name="F:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2Collection.OnInsertCompleteInt32Object">
            <summary>Sets the stub of CollectionBase.OnInsertComplete(Int32 index, Object value)</summary>
        </member>
        <member name="F:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2Collection.OnInsertInt32Object">
            <summary>Sets the stub of CollectionBase.OnInsert(Int32 index, Object value)</summary>
        </member>
        <member name="M:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2Collection.OnRemove(System.Int32,System.Object)">
            <summary>Sets the stub of CollectionBase.OnRemove(Int32 index, Object value)</summary>
        </member>
        <member name="M:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2Collection.OnRemoveComplete(System.Int32,System.Object)">
            <summary>Sets the stub of CollectionBase.OnRemoveComplete(Int32 index, Object value)</summary>
        </member>
        <member name="F:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2Collection.OnRemoveCompleteInt32Object">
            <summary>Sets the stub of CollectionBase.OnRemoveComplete(Int32 index, Object value)</summary>
        </member>
        <member name="F:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2Collection.OnRemoveInt32Object">
            <summary>Sets the stub of CollectionBase.OnRemove(Int32 index, Object value)</summary>
        </member>
        <member name="M:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2Collection.OnSet(System.Int32,System.Object,System.Object)">
            <summary>Sets the stub of CollectionBase.OnSet(Int32 index, Object oldValue, Object newValue)</summary>
        </member>
        <member name="M:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2Collection.OnSetComplete(System.Int32,System.Object,System.Object)">
            <summary>Sets the stub of CollectionBase.OnSetComplete(Int32 index, Object oldValue, Object newValue)</summary>
        </member>
        <member name="F:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2Collection.OnSetCompleteInt32ObjectObject">
            <summary>Sets the stub of CollectionBase.OnSetComplete(Int32 index, Object oldValue, Object newValue)</summary>
        </member>
        <member name="F:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2Collection.OnSetInt32ObjectObject">
            <summary>Sets the stub of CollectionBase.OnSet(Int32 index, Object oldValue, Object newValue)</summary>
        </member>
        <member name="M:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2Collection.OnValidate(System.Object)">
            <summary>Sets the stub of CollectionBase.OnValidate(Object value)</summary>
        </member>
        <member name="F:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2Collection.OnValidateObject">
            <summary>Sets the stub of CollectionBase.OnValidate(Object value)</summary>
        </member>
        <member name="P:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2Collection.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2Collection.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Security.Cryptography.X509Certificates.Fakes.StubX509Certificate2Collection.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Security.Cryptography.X509Certificates.Fakes.StubX509CertificateCollection">
            <summary>Stub type of System.Security.Cryptography.X509Certificates.X509CertificateCollection</summary>
        </member>
        <member name="M:System.Security.Cryptography.X509Certificates.Fakes.StubX509CertificateCollection.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Security.Cryptography.X509Certificates.Fakes.StubX509CertificateCollection.#ctor(System.Security.Cryptography.X509Certificates.X509CertificateCollection)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Security.Cryptography.X509Certificates.Fakes.StubX509CertificateCollection.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate[])">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Security.Cryptography.X509Certificates.Fakes.StubX509CertificateCollection.GetHashCode">
            <summary>Sets the stub of X509CertificateCollection.GetHashCode()</summary>
        </member>
        <member name="F:System.Security.Cryptography.X509Certificates.Fakes.StubX509CertificateCollection.GetHashCode01">
            <summary>Sets the stub of X509CertificateCollection.GetHashCode()</summary>
        </member>
        <member name="M:System.Security.Cryptography.X509Certificates.Fakes.StubX509CertificateCollection.InitializeStub">
            <summary>Initializes a new instance of type StubX509CertificateCollection</summary>
        </member>
        <member name="M:System.Security.Cryptography.X509Certificates.Fakes.StubX509CertificateCollection.OnClear">
            <summary>Sets the stub of CollectionBase.OnClear()</summary>
        </member>
        <member name="F:System.Security.Cryptography.X509Certificates.Fakes.StubX509CertificateCollection.OnClear01">
            <summary>Sets the stub of CollectionBase.OnClear()</summary>
        </member>
        <member name="M:System.Security.Cryptography.X509Certificates.Fakes.StubX509CertificateCollection.OnClearComplete">
            <summary>Sets the stub of CollectionBase.OnClearComplete()</summary>
        </member>
        <member name="F:System.Security.Cryptography.X509Certificates.Fakes.StubX509CertificateCollection.OnClearComplete01">
            <summary>Sets the stub of CollectionBase.OnClearComplete()</summary>
        </member>
        <member name="M:System.Security.Cryptography.X509Certificates.Fakes.StubX509CertificateCollection.OnInsert(System.Int32,System.Object)">
            <summary>Sets the stub of CollectionBase.OnInsert(Int32 index, Object value)</summary>
        </member>
        <member name="M:System.Security.Cryptography.X509Certificates.Fakes.StubX509CertificateCollection.OnInsertComplete(System.Int32,System.Object)">
            <summary>Sets the stub of CollectionBase.OnInsertComplete(Int32 index, Object value)</summary>
        </member>
        <member name="F:System.Security.Cryptography.X509Certificates.Fakes.StubX509CertificateCollection.OnInsertCompleteInt32Object">
            <summary>Sets the stub of CollectionBase.OnInsertComplete(Int32 index, Object value)</summary>
        </member>
        <member name="F:System.Security.Cryptography.X509Certificates.Fakes.StubX509CertificateCollection.OnInsertInt32Object">
            <summary>Sets the stub of CollectionBase.OnInsert(Int32 index, Object value)</summary>
        </member>
        <member name="M:System.Security.Cryptography.X509Certificates.Fakes.StubX509CertificateCollection.OnRemove(System.Int32,System.Object)">
            <summary>Sets the stub of CollectionBase.OnRemove(Int32 index, Object value)</summary>
        </member>
        <member name="M:System.Security.Cryptography.X509Certificates.Fakes.StubX509CertificateCollection.OnRemoveComplete(System.Int32,System.Object)">
            <summary>Sets the stub of CollectionBase.OnRemoveComplete(Int32 index, Object value)</summary>
        </member>
        <member name="F:System.Security.Cryptography.X509Certificates.Fakes.StubX509CertificateCollection.OnRemoveCompleteInt32Object">
            <summary>Sets the stub of CollectionBase.OnRemoveComplete(Int32 index, Object value)</summary>
        </member>
        <member name="F:System.Security.Cryptography.X509Certificates.Fakes.StubX509CertificateCollection.OnRemoveInt32Object">
            <summary>Sets the stub of CollectionBase.OnRemove(Int32 index, Object value)</summary>
        </member>
        <member name="M:System.Security.Cryptography.X509Certificates.Fakes.StubX509CertificateCollection.OnSet(System.Int32,System.Object,System.Object)">
            <summary>Sets the stub of CollectionBase.OnSet(Int32 index, Object oldValue, Object newValue)</summary>
        </member>
        <member name="M:System.Security.Cryptography.X509Certificates.Fakes.StubX509CertificateCollection.OnSetComplete(System.Int32,System.Object,System.Object)">
            <summary>Sets the stub of CollectionBase.OnSetComplete(Int32 index, Object oldValue, Object newValue)</summary>
        </member>
        <member name="F:System.Security.Cryptography.X509Certificates.Fakes.StubX509CertificateCollection.OnSetCompleteInt32ObjectObject">
            <summary>Sets the stub of CollectionBase.OnSetComplete(Int32 index, Object oldValue, Object newValue)</summary>
        </member>
        <member name="F:System.Security.Cryptography.X509Certificates.Fakes.StubX509CertificateCollection.OnSetInt32ObjectObject">
            <summary>Sets the stub of CollectionBase.OnSet(Int32 index, Object oldValue, Object newValue)</summary>
        </member>
        <member name="M:System.Security.Cryptography.X509Certificates.Fakes.StubX509CertificateCollection.OnValidate(System.Object)">
            <summary>Sets the stub of CollectionBase.OnValidate(Object value)</summary>
        </member>
        <member name="F:System.Security.Cryptography.X509Certificates.Fakes.StubX509CertificateCollection.OnValidateObject">
            <summary>Sets the stub of CollectionBase.OnValidate(Object value)</summary>
        </member>
        <member name="P:System.Security.Cryptography.X509Certificates.Fakes.StubX509CertificateCollection.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Security.Cryptography.X509Certificates.Fakes.StubX509CertificateCollection.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Security.Cryptography.X509Certificates.Fakes.StubX509CertificateCollection.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Security.Cryptography.X509Certificates.Fakes.StubX509Chain">
            <summary>Stub type of System.Security.Cryptography.X509Certificates.X509Chain</summary>
        </member>
        <member name="M:System.Security.Cryptography.X509Certificates.Fakes.StubX509Chain.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Security.Cryptography.X509Certificates.Fakes.StubX509Chain.#ctor(System.Boolean)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Security.Cryptography.X509Certificates.Fakes.StubX509Chain.#ctor(System.IntPtr)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Security.Cryptography.X509Certificates.Fakes.StubX509Chain.InitializeStub">
            <summary>Initializes a new instance of type StubX509Chain</summary>
        </member>
        <member name="P:System.Security.Cryptography.X509Certificates.Fakes.StubX509Chain.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Security.Cryptography.X509Certificates.Fakes.StubX509Chain.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Security.Cryptography.X509Certificates.Fakes.StubX509Chain.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Security.Permissions.Fakes.StubResourcePermissionBase">
            <summary>Stub type of System.Security.Permissions.ResourcePermissionBase</summary>
        </member>
        <member name="M:System.Security.Permissions.Fakes.StubResourcePermissionBase.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Security.Permissions.Fakes.StubResourcePermissionBase.#ctor(System.Security.Permissions.PermissionState)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Security.Permissions.Fakes.StubResourcePermissionBase.Copy">
            <summary>Sets the stub of ResourcePermissionBase.Copy()</summary>
        </member>
        <member name="F:System.Security.Permissions.Fakes.StubResourcePermissionBase.Copy01">
            <summary>Sets the stub of ResourcePermissionBase.Copy()</summary>
        </member>
        <member name="M:System.Security.Permissions.Fakes.StubResourcePermissionBase.Equals(System.Object)">
            <summary>Sets the stub of CodeAccessPermission.Equals(Object obj)</summary>
        </member>
        <member name="F:System.Security.Permissions.Fakes.StubResourcePermissionBase.EqualsObject">
            <summary>Sets the stub of CodeAccessPermission.Equals(Object obj)</summary>
        </member>
        <member name="M:System.Security.Permissions.Fakes.StubResourcePermissionBase.FromXml(System.Security.SecurityElement)">
            <summary>Sets the stub of ResourcePermissionBase.FromXml(SecurityElement securityElement)</summary>
        </member>
        <member name="F:System.Security.Permissions.Fakes.StubResourcePermissionBase.FromXmlSecurityElement">
            <summary>Sets the stub of ResourcePermissionBase.FromXml(SecurityElement securityElement)</summary>
        </member>
        <member name="M:System.Security.Permissions.Fakes.StubResourcePermissionBase.GetHashCode">
            <summary>Sets the stub of CodeAccessPermission.GetHashCode()</summary>
        </member>
        <member name="F:System.Security.Permissions.Fakes.StubResourcePermissionBase.GetHashCode01">
            <summary>Sets the stub of CodeAccessPermission.GetHashCode()</summary>
        </member>
        <member name="M:System.Security.Permissions.Fakes.StubResourcePermissionBase.InitializeStub">
            <summary>Initializes a new instance of type StubResourcePermissionBase</summary>
        </member>
        <member name="M:System.Security.Permissions.Fakes.StubResourcePermissionBase.Intersect(System.Security.IPermission)">
            <summary>Sets the stub of ResourcePermissionBase.Intersect(IPermission target)</summary>
        </member>
        <member name="F:System.Security.Permissions.Fakes.StubResourcePermissionBase.IntersectIPermission">
            <summary>Sets the stub of ResourcePermissionBase.Intersect(IPermission target)</summary>
        </member>
        <member name="M:System.Security.Permissions.Fakes.StubResourcePermissionBase.IsSubsetOf(System.Security.IPermission)">
            <summary>Sets the stub of ResourcePermissionBase.IsSubsetOf(IPermission target)</summary>
        </member>
        <member name="F:System.Security.Permissions.Fakes.StubResourcePermissionBase.IsSubsetOfIPermission">
            <summary>Sets the stub of ResourcePermissionBase.IsSubsetOf(IPermission target)</summary>
        </member>
        <member name="M:System.Security.Permissions.Fakes.StubResourcePermissionBase.ToString">
            <summary>Sets the stub of CodeAccessPermission.ToString()</summary>
        </member>
        <member name="F:System.Security.Permissions.Fakes.StubResourcePermissionBase.ToString01">
            <summary>Sets the stub of CodeAccessPermission.ToString()</summary>
        </member>
        <member name="M:System.Security.Permissions.Fakes.StubResourcePermissionBase.ToXml">
            <summary>Sets the stub of ResourcePermissionBase.ToXml()</summary>
        </member>
        <member name="F:System.Security.Permissions.Fakes.StubResourcePermissionBase.ToXml01">
            <summary>Sets the stub of ResourcePermissionBase.ToXml()</summary>
        </member>
        <member name="M:System.Security.Permissions.Fakes.StubResourcePermissionBase.Union(System.Security.IPermission)">
            <summary>Sets the stub of ResourcePermissionBase.Union(IPermission target)</summary>
        </member>
        <member name="F:System.Security.Permissions.Fakes.StubResourcePermissionBase.UnionIPermission">
            <summary>Sets the stub of ResourcePermissionBase.Union(IPermission target)</summary>
        </member>
        <member name="P:System.Security.Permissions.Fakes.StubResourcePermissionBase.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Security.Permissions.Fakes.StubResourcePermissionBase.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Security.Permissions.Fakes.StubResourcePermissionBase.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Security.Permissions.Fakes.StubResourcePermissionBaseEntry">
            <summary>Stub type of System.Security.Permissions.ResourcePermissionBaseEntry</summary>
        </member>
        <member name="M:System.Security.Permissions.Fakes.StubResourcePermissionBaseEntry.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Security.Permissions.Fakes.StubResourcePermissionBaseEntry.#ctor(System.Int32,System.String[])">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Security.Permissions.Fakes.StubResourcePermissionBaseEntry.InitializeStub">
            <summary>Initializes a new instance of type StubResourcePermissionBaseEntry</summary>
        </member>
        <member name="P:System.Security.Permissions.Fakes.StubResourcePermissionBaseEntry.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Security.Permissions.Fakes.StubResourcePermissionBaseEntry.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Security.Permissions.Fakes.StubResourcePermissionBaseEntry.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Text.RegularExpressions.Fakes.StubRegex">
            <summary>Stub type of System.Text.RegularExpressions.Regex</summary>
        </member>
        <member name="M:System.Text.RegularExpressions.Fakes.StubRegex.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Text.RegularExpressions.Fakes.StubRegex.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Text.RegularExpressions.Fakes.StubRegex.#ctor(System.String,System.Text.RegularExpressions.RegexOptions)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Text.RegularExpressions.Fakes.StubRegex.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Text.RegularExpressions.Fakes.StubRegex.InitializeStub">
            <summary>Initializes a new instance of type StubRegex</summary>
        </member>
        <member name="M:System.Text.RegularExpressions.Fakes.StubRegex.ToString">
            <summary>Sets the stub of Regex.ToString()</summary>
        </member>
        <member name="F:System.Text.RegularExpressions.Fakes.StubRegex.ToString01">
            <summary>Sets the stub of Regex.ToString()</summary>
        </member>
        <member name="P:System.Text.RegularExpressions.Fakes.StubRegex.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Text.RegularExpressions.Fakes.StubRegex.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Text.RegularExpressions.Fakes.StubRegex.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Text.RegularExpressions.Fakes.StubRegexCompilationInfo">
            <summary>Stub type of System.Text.RegularExpressions.RegexCompilationInfo</summary>
        </member>
        <member name="M:System.Text.RegularExpressions.Fakes.StubRegexCompilationInfo.#ctor(System.String,System.Text.RegularExpressions.RegexOptions,System.String,System.String,System.Boolean)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Text.RegularExpressions.Fakes.StubRegexCompilationInfo.InitializeStub">
            <summary>Initializes a new instance of type StubRegexCompilationInfo</summary>
        </member>
        <member name="P:System.Text.RegularExpressions.Fakes.StubRegexCompilationInfo.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Text.RegularExpressions.Fakes.StubRegexCompilationInfo.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Text.RegularExpressions.Fakes.StubRegexCompilationInfo.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Text.RegularExpressions.Fakes.StubRegexRunner">
            <summary>Stub type of System.Text.RegularExpressions.RegexRunner</summary>
        </member>
        <member name="M:System.Text.RegularExpressions.Fakes.StubRegexRunner.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Text.RegularExpressions.Fakes.StubRegexRunner.FindFirstChar">
            <summary>Sets the stub of RegexRunner.FindFirstChar()</summary>
        </member>
        <member name="F:System.Text.RegularExpressions.Fakes.StubRegexRunner.FindFirstChar01">
            <summary>Sets the stub of RegexRunner.FindFirstChar()</summary>
        </member>
        <member name="M:System.Text.RegularExpressions.Fakes.StubRegexRunner.Go">
            <summary>Sets the stub of RegexRunner.Go()</summary>
        </member>
        <member name="F:System.Text.RegularExpressions.Fakes.StubRegexRunner.Go01">
            <summary>Sets the stub of RegexRunner.Go()</summary>
        </member>
        <member name="M:System.Text.RegularExpressions.Fakes.StubRegexRunner.InitTrackCount">
            <summary>Sets the stub of RegexRunner.InitTrackCount()</summary>
        </member>
        <member name="F:System.Text.RegularExpressions.Fakes.StubRegexRunner.InitTrackCount01">
            <summary>Sets the stub of RegexRunner.InitTrackCount()</summary>
        </member>
        <member name="M:System.Text.RegularExpressions.Fakes.StubRegexRunner.InitializeStub">
            <summary>Initializes a new instance of type StubRegexRunner</summary>
        </member>
        <member name="P:System.Text.RegularExpressions.Fakes.StubRegexRunner.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Text.RegularExpressions.Fakes.StubRegexRunner.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Text.RegularExpressions.Fakes.StubRegexRunner.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Text.RegularExpressions.Fakes.StubRegexRunnerFactory">
            <summary>Stub type of System.Text.RegularExpressions.RegexRunnerFactory</summary>
        </member>
        <member name="M:System.Text.RegularExpressions.Fakes.StubRegexRunnerFactory.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Text.RegularExpressions.Fakes.StubRegexRunnerFactory.CreateInstance">
            <summary>Sets the stub of RegexRunnerFactory.CreateInstance()</summary>
        </member>
        <member name="F:System.Text.RegularExpressions.Fakes.StubRegexRunnerFactory.CreateInstance01">
            <summary>Sets the stub of RegexRunnerFactory.CreateInstance()</summary>
        </member>
        <member name="M:System.Text.RegularExpressions.Fakes.StubRegexRunnerFactory.InitializeStub">
            <summary>Initializes a new instance of type StubRegexRunnerFactory</summary>
        </member>
        <member name="P:System.Text.RegularExpressions.Fakes.StubRegexRunnerFactory.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Text.RegularExpressions.Fakes.StubRegexRunnerFactory.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Text.RegularExpressions.Fakes.StubRegexRunnerFactory.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="T:System.Timers.Fakes.StubTimer">
            <summary>Stub type of System.Timers.Timer</summary>
        </member>
        <member name="M:System.Timers.Fakes.StubTimer.#ctor">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Timers.Fakes.StubTimer.#ctor(System.Double)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="M:System.Timers.Fakes.StubTimer.AttachBackingFieldToSite">
            <summary>Attaches delegates to emulate StubTimer.Site as a property with a backing field.</summary>
        </member>
        <member name="F:System.Timers.Fakes.StubTimer.CanRaiseEventsGet">
            <summary>Sets the stub of Component.get_CanRaiseEvents()</summary>
        </member>
        <member name="M:System.Timers.Fakes.StubTimer.Dispose(System.Boolean)">
            <summary>Sets the stub of Timer.Dispose(Boolean disposing)</summary>
        </member>
        <member name="F:System.Timers.Fakes.StubTimer.DisposeBoolean">
            <summary>Sets the stub of Timer.Dispose(Boolean disposing)</summary>
        </member>
        <member name="M:System.Timers.Fakes.StubTimer.GetService(System.Type)">
            <summary>Sets the stub of Component.GetService(Type service)</summary>
        </member>
        <member name="F:System.Timers.Fakes.StubTimer.GetServiceType">
            <summary>Sets the stub of Component.GetService(Type service)</summary>
        </member>
        <member name="M:System.Timers.Fakes.StubTimer.InitializeStub">
            <summary>Initializes a new instance of type StubTimer</summary>
        </member>
        <member name="F:System.Timers.Fakes.StubTimer.SiteGet">
            <summary>Sets the stub of Timer.get_Site()</summary>
        </member>
        <member name="F:System.Timers.Fakes.StubTimer.SiteSetISite">
            <summary>Sets the stub of Timer.set_Site(ISite value)</summary>
        </member>
        <member name="M:System.Timers.Fakes.StubTimer.ToString">
            <summary>Sets the stub of Component.ToString()</summary>
        </member>
        <member name="F:System.Timers.Fakes.StubTimer.ToString01">
            <summary>Sets the stub of Component.ToString()</summary>
        </member>
        <member name="P:System.Timers.Fakes.StubTimer.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Timers.Fakes.StubTimer.CanRaiseEvents">
            <summary>Sets the stub of Component.get_CanRaiseEvents()</summary>
        </member>
        <member name="P:System.Timers.Fakes.StubTimer.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Timers.Fakes.StubTimer.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.Timers.Fakes.StubTimer.Site">
            <summary>Sets the stub of Timer.get_Site()</summary>
        </member>
        <member name="T:System.Timers.Fakes.StubTimersDescriptionAttribute">
            <summary>Stub type of System.Timers.TimersDescriptionAttribute</summary>
        </member>
        <member name="M:System.Timers.Fakes.StubTimersDescriptionAttribute.#ctor(System.String)">
            <summary>Initializes a new instance</summary>
        </member>
        <member name="F:System.Timers.Fakes.StubTimersDescriptionAttribute.DescriptionGet">
            <summary>Sets the stub of TimersDescriptionAttribute.get_Description()</summary>
        </member>
        <member name="M:System.Timers.Fakes.StubTimersDescriptionAttribute.Equals(System.Object)">
            <summary>Sets the stub of DescriptionAttribute.Equals(Object obj)</summary>
        </member>
        <member name="F:System.Timers.Fakes.StubTimersDescriptionAttribute.EqualsObject">
            <summary>Sets the stub of DescriptionAttribute.Equals(Object obj)</summary>
        </member>
        <member name="M:System.Timers.Fakes.StubTimersDescriptionAttribute.GetHashCode">
            <summary>Sets the stub of DescriptionAttribute.GetHashCode()</summary>
        </member>
        <member name="F:System.Timers.Fakes.StubTimersDescriptionAttribute.GetHashCode01">
            <summary>Sets the stub of DescriptionAttribute.GetHashCode()</summary>
        </member>
        <member name="M:System.Timers.Fakes.StubTimersDescriptionAttribute.InitializeStub">
            <summary>Initializes a new instance of type StubTimersDescriptionAttribute</summary>
        </member>
        <member name="M:System.Timers.Fakes.StubTimersDescriptionAttribute.IsDefaultAttribute">
            <summary>Sets the stub of DescriptionAttribute.IsDefaultAttribute()</summary>
        </member>
        <member name="F:System.Timers.Fakes.StubTimersDescriptionAttribute.IsDefaultAttribute01">
            <summary>Sets the stub of DescriptionAttribute.IsDefaultAttribute()</summary>
        </member>
        <member name="M:System.Timers.Fakes.StubTimersDescriptionAttribute.Match(System.Object)">
            <summary>Sets the stub of Attribute.Match(Object obj)</summary>
        </member>
        <member name="F:System.Timers.Fakes.StubTimersDescriptionAttribute.MatchObject">
            <summary>Sets the stub of Attribute.Match(Object obj)</summary>
        </member>
        <member name="F:System.Timers.Fakes.StubTimersDescriptionAttribute.TypeIdGet">
            <summary>Sets the stub of Attribute.get_TypeId()</summary>
        </member>
        <member name="P:System.Timers.Fakes.StubTimersDescriptionAttribute.CallBase">
            <summary>Gets or sets a value that indicates if the base method should be called instead of the fallback behavior</summary>
        </member>
        <member name="P:System.Timers.Fakes.StubTimersDescriptionAttribute.Description">
            <summary>Sets the stub of TimersDescriptionAttribute.get_Description()</summary>
        </member>
        <member name="P:System.Timers.Fakes.StubTimersDescriptionAttribute.InstanceBehavior">
            <summary>Gets or sets the instance behavior.</summary>
        </member>
        <member name="P:System.Timers.Fakes.StubTimersDescriptionAttribute.InstanceObserver">
            <summary>Gets or sets the instance observer.</summary>
        </member>
        <member name="P:System.Timers.Fakes.StubTimersDescriptionAttribute.TypeId">
            <summary>Sets the stub of Attribute.get_TypeId()</summary>
        </member>
    </members>
</doc>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
India India
More about me on my website
http://lalit.50webs.com

Comments and Discussions