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
- StateMachineDesignerPaint.cs
- TextTreePropertyUndoUnit.cs
- BooleanConverter.cs
- OperationInvokerTrace.cs
- DeleteHelper.cs
- LocatorManager.cs
- ListViewItem.cs
- ADRoleFactory.cs
- CodeTypeConstructor.cs
- TemplateApplicationHelper.cs
- PackagingUtilities.cs
- Membership.cs
- XamlReader.cs
- Int32AnimationUsingKeyFrames.cs
- LiteralTextContainerControlBuilder.cs
- TaskFileService.cs
- DataTemplateSelector.cs
- BitmapEffectInput.cs
- StylusDevice.cs
- InvalidPropValue.cs
- Point3DValueSerializer.cs
- DragEvent.cs
- BufferBuilder.cs
- HashAlgorithm.cs
- GeometryHitTestResult.cs
- Base64Decoder.cs
- CodePropertyReferenceExpression.cs
- BinarySerializer.cs
- RunClient.cs
- StdRegProviderWrapper.cs
- ActiveXSerializer.cs
- BulletedList.cs
- WebServiceHost.cs
- PropertyEmitterBase.cs
- MouseWheelEventArgs.cs
- StreamGeometry.cs
- FormViewDeletedEventArgs.cs
- HeaderUtility.cs
- Html32TextWriter.cs
- RoutedCommand.cs
- CompositionCommandSet.cs
- BitmapEffect.cs
- Imaging.cs
- Parser.cs
- DiscoveryReference.cs
- TimeSpanConverter.cs
- SelectionRange.cs
- StringResourceManager.cs
- _SslSessionsCache.cs
- TypeDependencyAttribute.cs
- ExceptionUtil.cs
- Size3DConverter.cs
- ContainerParagraph.cs
- CatalogPartCollection.cs
- AppDomain.cs
- ImageClickEventArgs.cs
- ComEventsHelper.cs
- BamlWriter.cs
- MeshGeometry3D.cs
- ResourceCodeDomSerializer.cs
- SQLBinary.cs
- ScrollBar.cs
- XamlPointCollectionSerializer.cs
- UserInitiatedNavigationPermission.cs
- StrokeCollectionConverter.cs
- TypeProvider.cs
- TableLayoutSettings.cs
- HostingPreferredMapPath.cs
- CanonicalizationDriver.cs
- CollectionBase.cs
- EditorPartDesigner.cs
- StreamGeometry.cs
- ConfigsHelper.cs
- PeerApplication.cs
- LinearQuaternionKeyFrame.cs
- StringDictionary.cs
- ListViewGroup.cs
- RangeValuePatternIdentifiers.cs
- XmlAttributeAttribute.cs
- EpmHelper.cs
- FunctionParameter.cs
- AcceleratedTokenAuthenticator.cs
- FixedTextContainer.cs
- complextypematerializer.cs
- InvalidOleVariantTypeException.cs
- NotImplementedException.cs
- ImageSource.cs
- Parameter.cs
- CodeLinePragma.cs
- SettingsPropertyValueCollection.cs
- IsolatedStorage.cs
- EventSetter.cs
- MsmqIntegrationAppDomainProtocolHandler.cs
- TCPListener.cs
- WebPartVerb.cs
- RegexWorker.cs
- BindingUtils.cs
- wgx_sdk_version.cs
- LinqDataSourceInsertEventArgs.cs
- MetaModel.cs