Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / DEVDIV / depot / DevDiv / releases / whidbey / QFE / ndp / fx / src / xsp / System / Web / UI / WebControls / GridViewRowCollection.cs / 1 / GridViewRowCollection.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Web.UI.WebControls { using System; using System.Collections; using System.Security.Permissions; ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class GridViewRowCollection : ICollection { private ArrayList _rows; ///Represents the collection of ///objects. /// public GridViewRowCollection(ArrayList rows) { this._rows = rows; } ///Initializes a new instance of the ///class. /// public int Count { get { return _rows.Count; } } ///Gets the number of rows in the collection. This property is read-only. ////// public bool IsReadOnly { get { return false; } } ///Gets a value that specifies whether rows in the ///can be /// modified. This property is read-only. /// public bool IsSynchronized { get { return false; } } ///Gets a value that indicates whether the ///is /// thread-safe. This property is read-only. /// public object SyncRoot { get { return this; } } ///Gets the object used to synchronize access to the collection. This property is read-only. ////// public GridViewRow this[int index] { get { return(GridViewRow)_rows[index]; } } ///Gets a ///at the specified index in the /// collection. /// public void CopyTo(GridViewRow[] array, int index) { ((ICollection)this).CopyTo(array, index); } ///Copies the contents of the entire collection into an ///appending /// at the specified index of the . void ICollection.CopyTo(Array array, int index) { for (IEnumerator e = this.GetEnumerator(); e.MoveNext();) array.SetValue(e.Current, index++); } /// /// public IEnumerator GetEnumerator() { return _rows.GetEnumerator(); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------------------------ //Creates an enumerator for the ///used to /// iterate through the collection. // Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Web.UI.WebControls { using System; using System.Collections; using System.Security.Permissions; ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class GridViewRowCollection : ICollection { private ArrayList _rows; ///Represents the collection of ///objects. /// public GridViewRowCollection(ArrayList rows) { this._rows = rows; } ///Initializes a new instance of the ///class. /// public int Count { get { return _rows.Count; } } ///Gets the number of rows in the collection. This property is read-only. ////// public bool IsReadOnly { get { return false; } } ///Gets a value that specifies whether rows in the ///can be /// modified. This property is read-only. /// public bool IsSynchronized { get { return false; } } ///Gets a value that indicates whether the ///is /// thread-safe. This property is read-only. /// public object SyncRoot { get { return this; } } ///Gets the object used to synchronize access to the collection. This property is read-only. ////// public GridViewRow this[int index] { get { return(GridViewRow)_rows[index]; } } ///Gets a ///at the specified index in the /// collection. /// public void CopyTo(GridViewRow[] array, int index) { ((ICollection)this).CopyTo(array, index); } ///Copies the contents of the entire collection into an ///appending /// at the specified index of the . void ICollection.CopyTo(Array array, int index) { for (IEnumerator e = this.GetEnumerator(); e.MoveNext();) array.SetValue(e.Current, index++); } /// /// public IEnumerator GetEnumerator() { return _rows.GetEnumerator(); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.Creates an enumerator for the ///used to /// iterate through the collection.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- __Filters.cs
- XPathNodeHelper.cs
- Constant.cs
- SystemTcpConnection.cs
- CompressStream.cs
- PointHitTestResult.cs
- DateTimeConstantAttribute.cs
- DataGridDetailsPresenter.cs
- ExchangeUtilities.cs
- CodeGen.cs
- RbTree.cs
- ElementFactory.cs
- XpsImageSerializationService.cs
- UnsafeNativeMethods.cs
- ThreadStaticAttribute.cs
- ComPlusTypeLoader.cs
- HttpProfileBase.cs
- GuidTagList.cs
- TextBoxDesigner.cs
- SymmetricCryptoHandle.cs
- SoapCodeExporter.cs
- AssemblyAttributes.cs
- CursorInteropHelper.cs
- IsolatedStorageFileStream.cs
- MultiAsyncResult.cs
- MemoryFailPoint.cs
- CustomValidator.cs
- DataGridSortingEventArgs.cs
- GPRECT.cs
- ValidationHelper.cs
- PartialArray.cs
- FileSystemInfo.cs
- UTF32Encoding.cs
- DataGridViewBand.cs
- Pkcs7Recipient.cs
- SQLDoubleStorage.cs
- HexParser.cs
- SqlDataSourceCache.cs
- TextHidden.cs
- ApplicationServiceHelper.cs
- XmlNotation.cs
- SqlInternalConnectionTds.cs
- WebUtil.cs
- WorkflowServiceNamespace.cs
- RepeaterItemCollection.cs
- CopyCodeAction.cs
- PeerCollaboration.cs
- DataGridViewCheckBoxColumn.cs
- XmlSignatureProperties.cs
- IndentedWriter.cs
- CodeParameterDeclarationExpression.cs
- WebPartChrome.cs
- ChooseAction.cs
- SimpleWebHandlerParser.cs
- Image.cs
- DataGridBeginningEditEventArgs.cs
- WCFServiceClientProxyGenerator.cs
- TypeConverterAttribute.cs
- CompositeDispatchFormatter.cs
- RuleSettings.cs
- ListParaClient.cs
- DigestComparer.cs
- TransactionTraceIdentifier.cs
- DelimitedListTraceListener.cs
- ApplicationManager.cs
- MailMessage.cs
- AsyncOperation.cs
- ContractHandle.cs
- WebException.cs
- OracleRowUpdatingEventArgs.cs
- EntityCommand.cs
- ValidationSummary.cs
- PartitionResolver.cs
- EntityKey.cs
- WebPartConnectionsEventArgs.cs
- ResourceExpressionBuilder.cs
- TextElement.cs
- ListSortDescriptionCollection.cs
- SoapFault.cs
- StatusInfoItem.cs
- Pkcs9Attribute.cs
- TableCell.cs
- ToolStripDropDown.cs
- OperandQuery.cs
- GifBitmapDecoder.cs
- WpfSharedBamlSchemaContext.cs
- IDictionary.cs
- ApplicationDirectory.cs
- ExternalCalls.cs
- HttpHandlerAction.cs
- DataGridViewTopRowAccessibleObject.cs
- InvokeHandlers.cs
- HtmlInputText.cs
- FloatSumAggregationOperator.cs
- ToolBar.cs
- ParallelEnumerableWrapper.cs
- Point3DKeyFrameCollection.cs
- Visual3D.cs
- DoubleStorage.cs
- Pen.cs