task
stringlengths 24
71
| input
stringlengths 8
2.38k
| output
stringlengths 1
2.34k
| options
list | pageTitle
stringlengths 4
140
| outputColName
stringlengths 1
79
| url
stringlengths 41
160
| wdcFile
stringlengths 71
74
|
---|---|---|---|---|---|---|---|
721fe689_ist_Class__System_Collections___Description
|
[Name] IndexOf(Object) [Description]
|
Searches for the specified Object and returns the zero-based index of the first occurrence within the entire ArrayList.
|
[] |
ArrayList Class (System.Collections)
|
Description
|
https://msdn.microsoft.com/en-us/library/7x4b0a97.aspx
|
49/1438042985647.51_20150728002305-00172-ip-10-236-191-2_875579597_2.json
|
721fe689_ist_Class__System_Collections___Description
|
[Name] IndexOf(Object, Int32) [Description]
|
Searches for the specified Object and returns the zero-based index of the first occurrence within the range of elements in the ArrayList that extends from the specified index to the last element.
|
[] |
ArrayList Class (System.Collections)
|
Description
|
https://msdn.microsoft.com/en-us/library/7x4b0a97.aspx
|
49/1438042985647.51_20150728002305-00172-ip-10-236-191-2_875579597_2.json
|
721fe689_ist_Class__System_Collections___Description
|
[Name] IndexOf(Object, Int32, Int32) [Description]
|
Searches for the specified Object and returns the zero-based index of the first occurrence within the range of elements in the ArrayList that starts at the specified index and contains the specified number of elements.
|
[] |
ArrayList Class (System.Collections)
|
Description
|
https://msdn.microsoft.com/en-us/library/7x4b0a97.aspx
|
49/1438042985647.51_20150728002305-00172-ip-10-236-191-2_875579597_2.json
|
721fe689_ist_Class__System_Collections___Description
|
[Name] Insert [Description]
|
Inserts an element into the ArrayList at the specified index.
|
[] |
ArrayList Class (System.Collections)
|
Description
|
https://msdn.microsoft.com/en-us/library/7x4b0a97.aspx
|
49/1438042985647.51_20150728002305-00172-ip-10-236-191-2_875579597_2.json
|
721fe689_ist_Class__System_Collections___Description
|
[Name] InsertRange [Description]
|
Inserts the elements of a collection into the ArrayList at the specified index.
|
[] |
ArrayList Class (System.Collections)
|
Description
|
https://msdn.microsoft.com/en-us/library/7x4b0a97.aspx
|
49/1438042985647.51_20150728002305-00172-ip-10-236-191-2_875579597_2.json
|
721fe689_ist_Class__System_Collections___Description
|
[Name] LastIndexOf(Object) [Description]
|
Searches for the specified Object and returns the zero-based index of the last occurrence within the entire ArrayList.
|
[] |
ArrayList Class (System.Collections)
|
Description
|
https://msdn.microsoft.com/en-us/library/7x4b0a97.aspx
|
49/1438042985647.51_20150728002305-00172-ip-10-236-191-2_875579597_2.json
|
721fe689_ist_Class__System_Collections___Description
|
[Name] LastIndexOf(Object, Int32) [Description]
|
Searches for the specified Object and returns the zero-based index of the last occurrence within the range of elements in the ArrayList that extends from the first element to the specified index.
|
[] |
ArrayList Class (System.Collections)
|
Description
|
https://msdn.microsoft.com/en-us/library/7x4b0a97.aspx
|
49/1438042985647.51_20150728002305-00172-ip-10-236-191-2_875579597_2.json
|
721fe689_ist_Class__System_Collections___Description
|
[Name] LastIndexOf(Object, Int32, Int32) [Description]
|
Searches for the specified Object and returns the zero-based index of the last occurrence within the range of elements in the ArrayList that contains the specified number of elements and ends at the specified index.
|
[] |
ArrayList Class (System.Collections)
|
Description
|
https://msdn.microsoft.com/en-us/library/7x4b0a97.aspx
|
49/1438042985647.51_20150728002305-00172-ip-10-236-191-2_875579597_2.json
|
721fe689_ist_Class__System_Collections___Description
|
[Name] MemberwiseClone [Description]
|
Creates a shallow copy of the current Object. (Inherited from Object.)
|
[] |
ArrayList Class (System.Collections)
|
Description
|
https://msdn.microsoft.com/en-us/library/7x4b0a97.aspx
|
49/1438042985647.51_20150728002305-00172-ip-10-236-191-2_875579597_2.json
|
721fe689_ist_Class__System_Collections___Description
|
[Name] ReadOnly(ArrayList) [Description]
|
Returns a read-only ArrayList wrapper.
|
[] |
ArrayList Class (System.Collections)
|
Description
|
https://msdn.microsoft.com/en-us/library/7x4b0a97.aspx
|
49/1438042985647.51_20150728002305-00172-ip-10-236-191-2_875579597_2.json
|
721fe689_ist_Class__System_Collections___Description
|
[Name] ReadOnly(IList) [Description]
|
Returns a read-only IList wrapper.
|
[] |
ArrayList Class (System.Collections)
|
Description
|
https://msdn.microsoft.com/en-us/library/7x4b0a97.aspx
|
49/1438042985647.51_20150728002305-00172-ip-10-236-191-2_875579597_2.json
|
721fe689_ist_Class__System_Collections___Description
|
[Name] Remove [Description]
|
Removes the first occurrence of a specific object from the ArrayList.
|
[] |
ArrayList Class (System.Collections)
|
Description
|
https://msdn.microsoft.com/en-us/library/7x4b0a97.aspx
|
49/1438042985647.51_20150728002305-00172-ip-10-236-191-2_875579597_2.json
|
721fe689_ist_Class__System_Collections___Description
|
[Name] RemoveAt [Description]
|
Removes the element at the specified index of the ArrayList.
|
[] |
ArrayList Class (System.Collections)
|
Description
|
https://msdn.microsoft.com/en-us/library/7x4b0a97.aspx
|
49/1438042985647.51_20150728002305-00172-ip-10-236-191-2_875579597_2.json
|
721fe689_ist_Class__System_Collections___Description
|
[Name] RemoveRange [Description]
|
Removes a range of elements from the ArrayList.
|
[] |
ArrayList Class (System.Collections)
|
Description
|
https://msdn.microsoft.com/en-us/library/7x4b0a97.aspx
|
49/1438042985647.51_20150728002305-00172-ip-10-236-191-2_875579597_2.json
|
721fe689_ist_Class__System_Collections___Description
|
[Name] Repeat [Description]
|
Returns an ArrayList whose elements are copies of the specified value.
|
[] |
ArrayList Class (System.Collections)
|
Description
|
https://msdn.microsoft.com/en-us/library/7x4b0a97.aspx
|
49/1438042985647.51_20150728002305-00172-ip-10-236-191-2_875579597_2.json
|
721fe689_ist_Class__System_Collections___Description
|
[Name] Reverse() [Description]
|
Reverses the order of the elements in the entire ArrayList.
|
[] |
ArrayList Class (System.Collections)
|
Description
|
https://msdn.microsoft.com/en-us/library/7x4b0a97.aspx
|
49/1438042985647.51_20150728002305-00172-ip-10-236-191-2_875579597_2.json
|
721fe689_ist_Class__System_Collections___Description
|
[Name] Reverse(Int32, Int32) [Description]
|
Reverses the order of the elements in the specified range.
|
[] |
ArrayList Class (System.Collections)
|
Description
|
https://msdn.microsoft.com/en-us/library/7x4b0a97.aspx
|
49/1438042985647.51_20150728002305-00172-ip-10-236-191-2_875579597_2.json
|
721fe689_ist_Class__System_Collections___Description
|
[Name] SetRange [Description]
|
Copies the elements of a collection over a range of elements in the ArrayList.
|
[] |
ArrayList Class (System.Collections)
|
Description
|
https://msdn.microsoft.com/en-us/library/7x4b0a97.aspx
|
49/1438042985647.51_20150728002305-00172-ip-10-236-191-2_875579597_2.json
|
721fe689_ist_Class__System_Collections___Description
|
[Name] Sort() [Description]
|
Sorts the elements in the entire ArrayList.
|
[] |
ArrayList Class (System.Collections)
|
Description
|
https://msdn.microsoft.com/en-us/library/7x4b0a97.aspx
|
49/1438042985647.51_20150728002305-00172-ip-10-236-191-2_875579597_2.json
|
721fe689_ist_Class__System_Collections___Description
|
[Name] Sort(IComparer) [Description]
|
Sorts the elements in the entire ArrayList using the specified comparer.
|
[] |
ArrayList Class (System.Collections)
|
Description
|
https://msdn.microsoft.com/en-us/library/7x4b0a97.aspx
|
49/1438042985647.51_20150728002305-00172-ip-10-236-191-2_875579597_2.json
|
721fe689_ist_Class__System_Collections___Description
|
[Name] Sort(Int32, Int32, IComparer) [Description]
|
Sorts the elements in a range of elements in ArrayList using the specified comparer.
|
[] |
ArrayList Class (System.Collections)
|
Description
|
https://msdn.microsoft.com/en-us/library/7x4b0a97.aspx
|
49/1438042985647.51_20150728002305-00172-ip-10-236-191-2_875579597_2.json
|
721fe689_ist_Class__System_Collections___Description
|
[Name] Synchronized(ArrayList) [Description]
|
Returns an ArrayList wrapper that is synchronized (thread safe).
|
[] |
ArrayList Class (System.Collections)
|
Description
|
https://msdn.microsoft.com/en-us/library/7x4b0a97.aspx
|
49/1438042985647.51_20150728002305-00172-ip-10-236-191-2_875579597_2.json
|
721fe689_ist_Class__System_Collections___Description
|
[Name] Synchronized(IList) [Description]
|
Returns an IList wrapper that is synchronized (thread safe).
|
[] |
ArrayList Class (System.Collections)
|
Description
|
https://msdn.microsoft.com/en-us/library/7x4b0a97.aspx
|
49/1438042985647.51_20150728002305-00172-ip-10-236-191-2_875579597_2.json
|
721fe689_ist_Class__System_Collections___Description
|
[Name] ToArray() [Description]
|
Copies the elements of the ArrayList to a new Object array.
|
[] |
ArrayList Class (System.Collections)
|
Description
|
https://msdn.microsoft.com/en-us/library/7x4b0a97.aspx
|
49/1438042985647.51_20150728002305-00172-ip-10-236-191-2_875579597_2.json
|
721fe689_ist_Class__System_Collections___Description
|
[Name] ToArray(Type) [Description]
|
Copies the elements of the ArrayList to a new array of the specified element type.
|
[] |
ArrayList Class (System.Collections)
|
Description
|
https://msdn.microsoft.com/en-us/library/7x4b0a97.aspx
|
49/1438042985647.51_20150728002305-00172-ip-10-236-191-2_875579597_2.json
|
721fe689_ist_Class__System_Collections___Description
|
[Name] ToString [Description]
|
Returns a string that represents the current object. (Inherited from Object.)
|
[] |
ArrayList Class (System.Collections)
|
Description
|
https://msdn.microsoft.com/en-us/library/7x4b0a97.aspx
|
49/1438042985647.51_20150728002305-00172-ip-10-236-191-2_875579597_2.json
|
721fe689_ist_Class__System_Collections___Description
|
[Name] TrimToSize [Description]
|
Sets the capacity to the actual number of elements in the ArrayList.
|
[] |
ArrayList Class (System.Collections)
|
Description
|
https://msdn.microsoft.com/en-us/library/7x4b0a97.aspx
|
49/1438042985647.51_20150728002305-00172-ip-10-236-191-2_875579597_2.json
|
542baf1f_rosoft_SharePoint_WebControls___Description
|
[Member name] None [Description]
|
Indicates that there is no menu format.
|
[] |
MenuFormat enumeration (Microsoft.SharePoint.WebControls)
|
Description
|
https://msdn.microsoft.com/en-us/library/microsoft.sharepoint.webcontrols.menuformat.aspx?cs-save-lang=1&cs-lang=vb
|
49/1438042986615.83_20150728002306-00058-ip-10-236-191-2_859966390_0.json
|
542baf1f_rosoft_SharePoint_WebControls___Description
|
[Member name] ArrowOnHover [Description]
|
The menu only shows text or a link, depending on the value of the NavigateUrl property. When in focus or when the mouse pointer is resting on it, the menu is highlighted and displays the down arrow.
|
[] |
MenuFormat enumeration (Microsoft.SharePoint.WebControls)
|
Description
|
https://msdn.microsoft.com/en-us/library/microsoft.sharepoint.webcontrols.menuformat.aspx?cs-save-lang=1&cs-lang=vb
|
49/1438042986615.83_20150728002306-00058-ip-10-236-191-2_859966390_0.json
|
542baf1f_rosoft_SharePoint_WebControls___Description
|
[Member name] ArrowAlwaysVisible [Description]
|
The menu always shows a down arrow and is highlighted when in focus or when the mouse pointer is resting on it.
|
[] |
MenuFormat enumeration (Microsoft.SharePoint.WebControls)
|
Description
|
https://msdn.microsoft.com/en-us/library/microsoft.sharepoint.webcontrols.menuformat.aspx?cs-save-lang=1&cs-lang=vb
|
49/1438042986615.83_20150728002306-00058-ip-10-236-191-2_859966390_0.json
|
542baf1f_rosoft_SharePoint_WebControls___Description
|
[Member name] ArrowAlwaysVisibleDark [Description]
|
The menu always shows a down arrow and is highlighted when in focus or when the mouse pointer is resting on it.
|
[] |
MenuFormat enumeration (Microsoft.SharePoint.WebControls)
|
Description
|
https://msdn.microsoft.com/en-us/library/microsoft.sharepoint.webcontrols.menuformat.aspx?cs-save-lang=1&cs-lang=vb
|
49/1438042986615.83_20150728002306-00058-ip-10-236-191-2_859966390_0.json
|
542baf1f_rosoft_SharePoint_WebControls___Description
|
[Member name] ArrowSplitButton [Description]
|
The menu always shows a down arrow and is highlighted and the button split when in focus or when the mouse pointer is resting on it..
|
[] |
MenuFormat enumeration (Microsoft.SharePoint.WebControls)
|
Description
|
https://msdn.microsoft.com/en-us/library/microsoft.sharepoint.webcontrols.menuformat.aspx?cs-save-lang=1&cs-lang=vb
|
49/1438042986615.83_20150728002306-00058-ip-10-236-191-2_859966390_0.json
|
542baf1f_rosoft_SharePoint_WebControls___Description
|
[Member name] ArrowAlwaysVisibleWithAlternateHover [Description]
|
The menu always shows a down arrow, but shows a different down arrow image when in focus or when the mouse pointer is resting on it.
|
[] |
MenuFormat enumeration (Microsoft.SharePoint.WebControls)
|
Description
|
https://msdn.microsoft.com/en-us/library/microsoft.sharepoint.webcontrols.menuformat.aspx?cs-save-lang=1&cs-lang=vb
|
49/1438042986615.83_20150728002306-00058-ip-10-236-191-2_859966390_0.json
|
542baf1f_rosoft_SharePoint_WebControls___Description
|
[Member name] NoArrow [Description]
|
Render, but without an arrow.
|
[] |
MenuFormat enumeration (Microsoft.SharePoint.WebControls)
|
Description
|
https://msdn.microsoft.com/en-us/library/microsoft.sharepoint.webcontrols.menuformat.aspx?cs-save-lang=1&cs-lang=vb
|
49/1438042986615.83_20150728002306-00058-ip-10-236-191-2_859966390_0.json
|
2beea371_ner_Class__System_Diagnostics___Description
|
[Name] Attributes [Description]
|
Gets the custom trace listener attributes defined in the application configuration file.
|
[] |
TraceListener Class (System.Diagnostics)
|
Description
|
https://msdn.microsoft.com/EN-US/library/hy72797k
|
49/1438042988962.66_20150728002308-00334-ip-10-236-191-2_871551593_1.json
|
2beea371_ner_Class__System_Diagnostics___Description
|
[Name] Filter [Description]
|
Gets and sets the trace filter for the trace listener.
|
[] |
TraceListener Class (System.Diagnostics)
|
Description
|
https://msdn.microsoft.com/EN-US/library/hy72797k
|
49/1438042988962.66_20150728002308-00334-ip-10-236-191-2_871551593_1.json
|
2beea371_ner_Class__System_Diagnostics___Description
|
[Name] IndentLevel [Description]
|
Gets or sets the indent level.
|
[] |
TraceListener Class (System.Diagnostics)
|
Description
|
https://msdn.microsoft.com/EN-US/library/hy72797k
|
49/1438042988962.66_20150728002308-00334-ip-10-236-191-2_871551593_1.json
|
2beea371_ner_Class__System_Diagnostics___Description
|
[Name] IndentSize [Description]
|
Gets or sets the number of spaces in an indent.
|
[] |
TraceListener Class (System.Diagnostics)
|
Description
|
https://msdn.microsoft.com/EN-US/library/hy72797k
|
49/1438042988962.66_20150728002308-00334-ip-10-236-191-2_871551593_1.json
|
2beea371_ner_Class__System_Diagnostics___Description
|
[Name] IsThreadSafe [Description]
|
Gets a value indicating whether the trace listener is thread safe.
|
[] |
TraceListener Class (System.Diagnostics)
|
Description
|
https://msdn.microsoft.com/EN-US/library/hy72797k
|
49/1438042988962.66_20150728002308-00334-ip-10-236-191-2_871551593_1.json
|
2beea371_ner_Class__System_Diagnostics___Description
|
[Name] Name [Description]
|
Gets or sets a name for this TraceListener.
|
[] |
TraceListener Class (System.Diagnostics)
|
Description
|
https://msdn.microsoft.com/EN-US/library/hy72797k
|
49/1438042988962.66_20150728002308-00334-ip-10-236-191-2_871551593_1.json
|
2beea371_ner_Class__System_Diagnostics___Description
|
[Name] NeedIndent [Description]
|
Gets or sets a value indicating whether to indent the output.
|
[] |
TraceListener Class (System.Diagnostics)
|
Description
|
https://msdn.microsoft.com/EN-US/library/hy72797k
|
49/1438042988962.66_20150728002308-00334-ip-10-236-191-2_871551593_1.json
|
2beea371_ner_Class__System_Diagnostics___Description
|
[Name] TraceOutputOptions [Description]
|
Gets or sets the trace output options.
|
[] |
TraceListener Class (System.Diagnostics)
|
Description
|
https://msdn.microsoft.com/EN-US/library/hy72797k
|
49/1438042988962.66_20150728002308-00334-ip-10-236-191-2_871551593_1.json
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.