RuleCache`1.xml 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Type Name="RuleCache&lt;T&gt;" FullName="System.Runtime.CompilerServices.RuleCache&lt;T&gt;">
  3. <TypeSignature Language="C#" Value="public class RuleCache&lt;T&gt; where T : class" />
  4. <TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit RuleCache`1&lt;class T&gt; extends System.Object" />
  5. <AssemblyInfo>
  6. <AssemblyName>System.Core</AssemblyName>
  7. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  8. </AssemblyInfo>
  9. <TypeParameters>
  10. <TypeParameter Name="T">
  11. <Constraints>
  12. <ParameterAttribute>ReferenceTypeConstraint</ParameterAttribute>
  13. </Constraints>
  14. </TypeParameter>
  15. </TypeParameters>
  16. <Base>
  17. <BaseTypeName>System.Object</BaseTypeName>
  18. </Base>
  19. <Interfaces />
  20. <Attributes>
  21. <Attribute>
  22. <AttributeName>System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)</AttributeName>
  23. </Attribute>
  24. <Attribute>
  25. <AttributeName>System.Diagnostics.DebuggerStepThrough</AttributeName>
  26. </Attribute>
  27. </Attributes>
  28. <Docs>
  29. <typeparam name="T">To be added.</typeparam>
  30. <remarks>To be added.</remarks>
  31. <summary>
  32. <attribution license="cc4" from="Microsoft" modified="false" />
  33. <para>Represents a cache of runtime binding rules.</para>
  34. </summary>
  35. </Docs>
  36. <Members />
  37. </Type>