Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / CompMod / System / CodeDOM / CodeArrayIndexerExpression.cs / 1 / CodeArrayIndexerExpression.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.CodeDom { using System.Diagnostics; using System; using Microsoft.Win32; using System.Collections; using System.Runtime.InteropServices; ////// [ ClassInterface(ClassInterfaceType.AutoDispatch), ComVisible(true), Serializable, ] public class CodeArrayIndexerExpression : CodeExpression { private CodeExpression targetObject; private CodeExpressionCollection indices; ////// Represents an array indexer expression. /// ////// public CodeArrayIndexerExpression() { } ///[To be supplied.] ////// public CodeArrayIndexerExpression(CodeExpression targetObject, params CodeExpression[] indices) { this.targetObject = targetObject; this.indices = new CodeExpressionCollection(); this.indices.AddRange(indices); } ///[To be supplied.] ////// public CodeExpression TargetObject { get { return targetObject; } set { targetObject = value; } } ///[To be supplied.] ////// public CodeExpressionCollection Indices { get { if (indices == null) { indices = new CodeExpressionCollection(); } return indices; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //[To be supplied.] ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.CodeDom { using System.Diagnostics; using System; using Microsoft.Win32; using System.Collections; using System.Runtime.InteropServices; ////// [ ClassInterface(ClassInterfaceType.AutoDispatch), ComVisible(true), Serializable, ] public class CodeArrayIndexerExpression : CodeExpression { private CodeExpression targetObject; private CodeExpressionCollection indices; ////// Represents an array indexer expression. /// ////// public CodeArrayIndexerExpression() { } ///[To be supplied.] ////// public CodeArrayIndexerExpression(CodeExpression targetObject, params CodeExpression[] indices) { this.targetObject = targetObject; this.indices = new CodeExpressionCollection(); this.indices.AddRange(indices); } ///[To be supplied.] ////// public CodeExpression TargetObject { get { return targetObject; } set { targetObject = value; } } ///[To be supplied.] ////// public CodeExpressionCollection Indices { get { if (indices == null) { indices = new CodeExpressionCollection(); } return indices; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SelectionItemPatternIdentifiers.cs
- ZoneLinkButton.cs
- FileDialogCustomPlacesCollection.cs
- SrgsText.cs
- ExtensionSurface.cs
- WpfWebRequestHelper.cs
- RequestTimeoutManager.cs
- WindowsScroll.cs
- _OSSOCK.cs
- ZipFileInfo.cs
- Pen.cs
- ControlLocalizer.cs
- ConcurrencyBehavior.cs
- WebGetAttribute.cs
- StringExpressionSet.cs
- EdmToObjectNamespaceMap.cs
- Rijndael.cs
- FragmentQueryKB.cs
- SHA1Managed.cs
- DesignerActionVerbItem.cs
- WebServicesInteroperability.cs
- SelectionRangeConverter.cs
- QilPatternVisitor.cs
- AnyReturnReader.cs
- DataGridViewCellValueEventArgs.cs
- FormViewModeEventArgs.cs
- DrawingDrawingContext.cs
- SettingsPropertyValue.cs
- ToolStripItemTextRenderEventArgs.cs
- TemplateAction.cs
- WebPartManager.cs
- UnsafeNativeMethods.cs
- UnsafeNativeMethods.cs
- UTF32Encoding.cs
- HwndKeyboardInputProvider.cs
- ContentWrapperAttribute.cs
- Label.cs
- Visitors.cs
- webeventbuffer.cs
- CaseInsensitiveComparer.cs
- AssertFilter.cs
- PropertyDescriptorCollection.cs
- ToolboxDataAttribute.cs
- SafeMILHandleMemoryPressure.cs
- Encoder.cs
- NamespaceEmitter.cs
- ActivitySurrogate.cs
- XmlComment.cs
- OleDbCommandBuilder.cs
- AuthenticationConfig.cs
- MessageDescriptionCollection.cs
- LinkedList.cs
- Oid.cs
- ValidateNames.cs
- CodeAccessSecurityEngine.cs
- RequestContext.cs
- BuildManager.cs
- Choices.cs
- CodeMethodInvokeExpression.cs
- GridViewAutoFormat.cs
- EventLogEntryCollection.cs
- TypeInfo.cs
- DrawingBrush.cs
- NamespaceQuery.cs
- Trace.cs
- MenuItem.cs
- Verify.cs
- ErrorsHelper.cs
- WindowsIdentity.cs
- DataSourceConverter.cs
- RadioButtonList.cs
- FormatConvertedBitmap.cs
- RotateTransform.cs
- EventItfInfo.cs
- HostSecurityManager.cs
- ComNativeDescriptor.cs
- XPathException.cs
- ToolStripLabel.cs
- Animatable.cs
- ButtonBaseAutomationPeer.cs
- DateTimeFormatInfoScanner.cs
- ParameterElementCollection.cs
- MouseWheelEventArgs.cs
- ManagedFilter.cs
- NetworkInformationException.cs
- SimpleModelProvider.cs
- OleDbPermission.cs
- DPCustomTypeDescriptor.cs
- Int32Rect.cs
- FaultDescriptionCollection.cs
- GeneralTransform3DGroup.cs
- ClientEventManager.cs
- RuntimeArgument.cs
- TextServicesLoader.cs
- HwndProxyElementProvider.cs
- localization.cs
- JsonReader.cs
- TextServicesProperty.cs
- ImmComposition.cs
- HtmlShimManager.cs