Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/docs/apidocs/xml/en/System/Attribute.xml')
-rw-r--r--mcs/docs/apidocs/xml/en/System/Attribute.xml261
1 files changed, 0 insertions, 261 deletions
diff --git a/mcs/docs/apidocs/xml/en/System/Attribute.xml b/mcs/docs/apidocs/xml/en/System/Attribute.xml
deleted file mode 100644
index 21c038a86a0..00000000000
--- a/mcs/docs/apidocs/xml/en/System/Attribute.xml
+++ /dev/null
@@ -1,261 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE monodoc SYSTEM "http://www.go-mono.org/monodoc.dtd">
-<monodoc language="en">
- <class name="System.Attribute" assembly="corlib">
- <summary>TODO</summary>
- <remarks>TODO</remarks>
- <property name="TypeId">
- <summary>TODO</summary>
- <remarks>TODO</remarks>
- <value>TODO</value>
- </property>
- <method name="Match(System.Object)">
- <summary>TODO</summary>
- <remarks>TODO</remarks>
- <param name="obj">TODO</param>
- <returns>TODO</returns>
- </method>
- <method name="IsDefaultAttribute">
- <summary>TODO</summary>
- <remarks>TODO</remarks>
- <returns>TODO</returns>
- </method>
- <method name="GetHashCode">
- <summary>TODO</summary>
- <remarks>TODO</remarks>
- <returns>TODO</returns>
- </method>
- <method name="GetCustomAttribute(System.Reflection.ParameterInfo, System.Type)">
- <summary>TODO</summary>
- <remarks>TODO</remarks>
- <param name="element">TODO</param>
- <param name="attribute_type">TODO</param>
- <returns>TODO</returns>
- </method>
- <method name="GetCustomAttribute(System.Reflection.MemberInfo, System.Type)">
- <summary>TODO</summary>
- <remarks>TODO</remarks>
- <param name="element">TODO</param>
- <param name="attribute_type">TODO</param>
- <returns>TODO</returns>
- </method>
- <method name="GetCustomAttribute(System.Reflection.Assembly, System.Type)">
- <summary>TODO</summary>
- <remarks>TODO</remarks>
- <param name="element">TODO</param>
- <param name="attribute_type">TODO</param>
- <returns>TODO</returns>
- </method>
- <method name="GetCustomAttribute(System.Reflection.Module, System.Type)">
- <summary>TODO</summary>
- <remarks>TODO</remarks>
- <param name="element">TODO</param>
- <param name="attribute_type">TODO</param>
- <returns>TODO</returns>
- </method>
- <method name="GetCustomAttribute(System.Reflection.Module, System.Type, System.Boolean)">
- <summary>TODO</summary>
- <remarks>TODO</remarks>
- <param name="element">TODO</param>
- <param name="attribute_type">TODO</param>
- <param name="inherit">TODO</param>
- <returns>TODO</returns>
- </method>
- <method name="GetCustomAttribute(System.Reflection.Assembly, System.Type, System.Boolean)">
- <summary>TODO</summary>
- <remarks>TODO</remarks>
- <param name="element">TODO</param>
- <param name="attribute_type">TODO</param>
- <param name="inherit">TODO</param>
- <returns>TODO</returns>
- </method>
- <method name="GetCustomAttribute(System.Reflection.ParameterInfo, System.Type, System.Boolean)">
- <summary>TODO</summary>
- <remarks>TODO</remarks>
- <param name="element">TODO</param>
- <param name="attribute_type">TODO</param>
- <param name="inherit">TODO</param>
- <returns>TODO</returns>
- </method>
- <method name="GetCustomAttribute(System.Reflection.MemberInfo, System.Type, System.Boolean)">
- <summary>TODO</summary>
- <remarks>TODO</remarks>
- <param name="element">TODO</param>
- <param name="attribute_type">TODO</param>
- <param name="inherit">TODO</param>
- <returns>TODO</returns>
- </method>
- <method name="GetCustomAttributes(System.Reflection.Assembly)">
- <summary>TODO</summary>
- <remarks>TODO</remarks>
- <param name="element">TODO</param>
- <returns>TODO</returns>
- </method>
- <method name="GetCustomAttributes(System.Reflection.ParameterInfo)">
- <summary>TODO</summary>
- <remarks>TODO</remarks>
- <param name="element">TODO</param>
- <returns>TODO</returns>
- </method>
- <method name="GetCustomAttributes(System.Reflection.MemberInfo)">
- <summary>TODO</summary>
- <remarks>TODO</remarks>
- <param name="element">TODO</param>
- <returns>TODO</returns>
- </method>
- <method name="GetCustomAttributes(System.Reflection.Module)">
- <summary>TODO</summary>
- <remarks>TODO</remarks>
- <param name="element">TODO</param>
- <returns>TODO</returns>
- </method>
- <method name="GetCustomAttributes(System.Reflection.Assembly, System.Type)">
- <summary>TODO</summary>
- <remarks>TODO</remarks>
- <param name="element">TODO</param>
- <param name="attribute_type">TODO</param>
- <returns>TODO</returns>
- </method>
- <method name="GetCustomAttributes(System.Reflection.Module, System.Type)">
- <summary>TODO</summary>
- <remarks>TODO</remarks>
- <param name="element">TODO</param>
- <param name="attribute_type">TODO</param>
- <returns>TODO</returns>
- </method>
- <method name="GetCustomAttributes(System.Reflection.ParameterInfo, System.Type)">
- <summary>TODO</summary>
- <remarks>TODO</remarks>
- <param name="element">TODO</param>
- <param name="attribute_type">TODO</param>
- <returns>TODO</returns>
- </method>
- <method name="GetCustomAttributes(System.Reflection.MemberInfo, System.Type)">
- <summary>TODO</summary>
- <remarks>TODO</remarks>
- <param name="element">TODO</param>
- <param name="attribute_type">TODO</param>
- <returns>TODO</returns>
- </method>
- <method name="GetCustomAttributes(System.Reflection.Assembly, System.Type, System.Boolean)">
- <summary>TODO</summary>
- <remarks>TODO</remarks>
- <param name="element">TODO</param>
- <param name="attribute_type">TODO</param>
- <param name="inherit">TODO</param>
- <returns>TODO</returns>
- </method>
- <method name="GetCustomAttributes(System.Reflection.ParameterInfo, System.Type, System.Boolean)">
- <summary>TODO</summary>
- <remarks>TODO</remarks>
- <param name="element">TODO</param>
- <param name="attribute_type">TODO</param>
- <param name="inherit">TODO</param>
- <returns>TODO</returns>
- </method>
- <method name="GetCustomAttributes(System.Reflection.Module, System.Type, System.Boolean)">
- <summary>TODO</summary>
- <remarks>TODO</remarks>
- <param name="element">TODO</param>
- <param name="attribute_type">TODO</param>
- <param name="inherit">TODO</param>
- <returns>TODO</returns>
- </method>
- <method name="GetCustomAttributes(System.Reflection.MemberInfo, System.Type, System.Boolean)">
- <summary>TODO</summary>
- <remarks>TODO</remarks>
- <param name="element">TODO</param>
- <param name="attribute_type">TODO</param>
- <param name="inherit">TODO</param>
- <returns>TODO</returns>
- </method>
- <method name="GetCustomAttributes(System.Reflection.Module, System.Boolean)">
- <summary>TODO</summary>
- <remarks>TODO</remarks>
- <param name="element">TODO</param>
- <param name="inherit">TODO</param>
- <returns>TODO</returns>
- </method>
- <method name="GetCustomAttributes(System.Reflection.Assembly, System.Boolean)">
- <summary>TODO</summary>
- <remarks>TODO</remarks>
- <param name="element">TODO</param>
- <param name="inherit">TODO</param>
- <returns>TODO</returns>
- </method>
- <method name="GetCustomAttributes(System.Reflection.MemberInfo, System.Boolean)">
- <summary>TODO</summary>
- <remarks>TODO</remarks>
- <param name="element">TODO</param>
- <param name="inherit">TODO</param>
- <returns>TODO</returns>
- </method>
- <method name="GetCustomAttributes(System.Reflection.ParameterInfo, System.Boolean)">
- <summary>TODO</summary>
- <remarks>TODO</remarks>
- <param name="element">TODO</param>
- <param name="inherit">TODO</param>
- <returns>TODO</returns>
- </method>
- <method name="IsDefined(System.Reflection.Module, System.Type)">
- <summary>TODO</summary>
- <remarks>TODO</remarks>
- <param name="element">TODO</param>
- <param name="attribute_type">TODO</param>
- <returns>TODO</returns>
- </method>
- <method name="IsDefined(System.Reflection.ParameterInfo, System.Type)">
- <summary>TODO</summary>
- <remarks>TODO</remarks>
- <param name="element">TODO</param>
- <param name="attribute_type">TODO</param>
- <returns>TODO</returns>
- </method>
- <method name="IsDefined(System.Reflection.MemberInfo, System.Type)">
- <summary>TODO</summary>
- <remarks>TODO</remarks>
- <param name="element">TODO</param>
- <param name="attribute_type">TODO</param>
- <returns>TODO</returns>
- </method>
- <method name="IsDefined(System.Reflection.Assembly, System.Type)">
- <summary>TODO</summary>
- <remarks>TODO</remarks>
- <param name="element">TODO</param>
- <param name="attribute_type">TODO</param>
- <returns>TODO</returns>
- </method>
- <method name="IsDefined(System.Reflection.MemberInfo, System.Type, System.Boolean)">
- <summary>TODO</summary>
- <remarks>TODO</remarks>
- <param name="element">TODO</param>
- <param name="attribute_type">TODO</param>
- <param name="inherit">TODO</param>
- <returns>TODO</returns>
- </method>
- <method name="IsDefined(System.Reflection.Assembly, System.Type, System.Boolean)">
- <summary>TODO</summary>
- <remarks>TODO</remarks>
- <param name="element">TODO</param>
- <param name="attribute_type">TODO</param>
- <param name="inherit">TODO</param>
- <returns>TODO</returns>
- </method>
- <method name="IsDefined(System.Reflection.Module, System.Type, System.Boolean)">
- <summary>TODO</summary>
- <remarks>TODO</remarks>
- <param name="element">TODO</param>
- <param name="attribute_type">TODO</param>
- <param name="inherit">TODO</param>
- <returns>TODO</returns>
- </method>
- <method name="IsDefined(System.Reflection.ParameterInfo, System.Type, System.Boolean)">
- <summary>TODO</summary>
- <remarks>TODO</remarks>
- <param name="element">TODO</param>
- <param name="attribute_type">TODO</param>
- <param name="inherit">TODO</param>
- <returns>TODO</returns>
- </method>
- </class>
-</monodoc> \ No newline at end of file