File: RelaxngGrammarContentList.xml

package info (click to toggle)
mono 4.6.2.7%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 778,148 kB
  • ctags: 914,052
  • sloc: cs: 5,779,509; xml: 2,773,713; ansic: 432,645; sh: 14,749; makefile: 12,361; perl: 2,488; python: 1,434; cpp: 849; asm: 531; sql: 95; sed: 16; php: 1
file content (98 lines) | stat: -rwxr-xr-x 4,757 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<Type Name="RelaxngGrammarContentList" FullName="Commons.Xml.Relaxng.RelaxngGrammarContentList">
  <TypeSignature Language="C#" Maintainer="auto" Value="public class RelaxngGrammarContentList : System.Collections.CollectionBase" />
  <AssemblyInfo>
    <AssemblyName>Commons.Xml.Relaxng</AssemblyName>
    <AssemblyPublicKey>[00 24 00 00 04 80 00 00 94 00 00 00 06 02 00 00 00 24 00 00 52 53 41 31 00 04 00 00 01 00 01 00 79 15 99 77 D2 D0 3A 8E 6B EA 7A 2E 74 E8 D1 AF CC 93 E8 85 19 74 95 2B B4 80 A1 2C 91 34 47 4D 04 06 24 47 C3 7E 0E 68 C0 80 53 6F CF 3C 3F BE 2F F9 C9 79 CE 99 84 75 E5 06 E8 CE 82 DD 5B 0F 35 0D C1 0E 93 BF 2E EE CF 87 4B 24 77 0C 50 81 DB EA 74 47 FD DA FA 27 7B 22 DE 47 D6 FF EA 44 96 74 A4 F9 FC CF 84 D1 50 69 08 93 80 28 4D BD D3 5F 46 CD FF 12 A1 BD 78 E4 EF 00 65 D0 16 DF]</AssemblyPublicKey>
    <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  </AssemblyInfo>
  <ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
  <Docs>
    <summary>Represents a list that contains <see cref="T:Commons.Xml.Relaxng.IGrammarContent" /> instances.</summary>
    <remarks>To be added.</remarks>
  </Docs>
  <Base>
    <BaseTypeName>System.Collections.CollectionBase</BaseTypeName>
  </Base>
  <Interfaces>
  </Interfaces>
  <Attributes>
    <Attribute>
      <AttributeName>System.Reflection.DefaultMember(MemberName="Item")</AttributeName>
    </Attribute>
  </Attributes>
  <Members>
    <Member MemberName="Add">
      <MemberSignature Language="C#" Value="public void Add (Commons.Xml.Relaxng.IGrammarContent p);" />
      <MemberType>Method</MemberType>
      <ReturnValue>
        <ReturnType>System.Void</ReturnType>
      </ReturnValue>
      <Parameters>
        <Parameter Name="p" Type="Commons.Xml.Relaxng.IGrammarContent" />
      </Parameters>
      <Docs>
        <summary>Adds an IGrammarContent to the list.</summary>
        <param name="p">a <see cref="T:Commons.Xml.Relaxng.IGrammarContent" /> to be added.</param>
        <remarks>To be added.</remarks>
      </Docs>
    </Member>
    <Member MemberName="Insert">
      <MemberSignature Language="C#" Value="public void Insert (int pos, Commons.Xml.Relaxng.IGrammarContent p);" />
      <MemberType>Method</MemberType>
      <ReturnValue>
        <ReturnType>System.Void</ReturnType>
      </ReturnValue>
      <Parameters>
        <Parameter Name="pos" Type="System.Int32" />
        <Parameter Name="p" Type="Commons.Xml.Relaxng.IGrammarContent" />
      </Parameters>
      <Docs>
        <summary>Inserts an IGrammar object into the indicated position in the list.</summary>
        <param name="pos">an <see cref="T:System.Int32" /> that indicates the position.</param>
        <param name="p">a <see cref="T:Commons.Xml.Relaxng.IGrammarContent" /> to be inserted.</param>
        <remarks>To be added.</remarks>
      </Docs>
    </Member>
    <Member MemberName="Remove">
      <MemberSignature Language="C#" Value="public void Remove (Commons.Xml.Relaxng.IGrammarContent p);" />
      <MemberType>Method</MemberType>
      <ReturnValue>
        <ReturnType>System.Void</ReturnType>
      </ReturnValue>
      <Parameters>
        <Parameter Name="p" Type="Commons.Xml.Relaxng.IGrammarContent" />
      </Parameters>
      <Docs>
        <summary>Removes an IGrammarContent object from the list.</summary>
        <param name="p">a <see cref="T:Commons.Xml.Relaxng.IGrammarContent" /> to be removed.</param>
        <remarks>To be added.</remarks>
      </Docs>
    </Member>
    <Member MemberName=".ctor">
      <MemberSignature Language="C#" Value="public RelaxngGrammarContentList ();" />
      <MemberType>Constructor</MemberType>
      <ReturnValue />
      <Parameters />
      <Docs>
        <summary>The default constuctor.</summary>
        <remarks>To be added.</remarks>
      </Docs>
    </Member>
    <Member MemberName="Item">
      <MemberSignature Language="C#" Value="public Commons.Xml.Relaxng.IGrammarContent Item[int i] { set; get; };" />
      <MemberType>Property</MemberType>
      <ReturnValue>
        <ReturnType>Commons.Xml.Relaxng.IGrammarContent</ReturnType>
      </ReturnValue>
      <Parameters>
        <Parameter Name="i" Type="System.Int32" />
      </Parameters>
      <Docs>
        <summary>Gets or sets an IGrammarContent object to the indicated position.</summary>
        <param name="i">an <see cref="T:System.Int32" /> that indicates the position.</param>
        <value>an <see cref="T:Commons.Xml.Relaxng.IGrammarContent" /> object that is positioned at the specified index.</value>
        <remarks>To be added.</remarks>
      </Docs>
    </Member>
  </Members>
</Type>