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
- WebPartCatalogAddVerb.cs
- DataServiceCollectionOfT.cs
- SamlAction.cs
- DeclaredTypeElement.cs
- _TimerThread.cs
- CapabilitiesState.cs
- TableLayoutCellPaintEventArgs.cs
- ResourceAttributes.cs
- XmlDataLoader.cs
- DesignColumnCollection.cs
- X509ThumbprintKeyIdentifierClause.cs
- RequestNavigateEventArgs.cs
- COM2IPerPropertyBrowsingHandler.cs
- hresults.cs
- DefaultValueAttribute.cs
- ToolStripContentPanel.cs
- WorkingDirectoryEditor.cs
- NameTable.cs
- ExceptionUtil.cs
- ThrowHelper.cs
- AppDomainManager.cs
- CellNormalizer.cs
- Point3DCollectionConverter.cs
- SiteMap.cs
- ButtonField.cs
- Select.cs
- Utility.cs
- EdmValidator.cs
- TrackingValidationObjectDictionary.cs
- ColumnMapVisitor.cs
- ProviderSettingsCollection.cs
- Span.cs
- DataGridGeneralPage.cs
- ObjectNavigationPropertyMapping.cs
- ShapingWorkspace.cs
- OwnerDrawPropertyBag.cs
- HtmlInputControl.cs
- NumberFormatInfo.cs
- CopyOfAction.cs
- TextRange.cs
- WorkflowServiceAttributes.cs
- FixedSOMPageElement.cs
- XmlSerializableServices.cs
- DataMisalignedException.cs
- StoryFragments.cs
- DataSourceCache.cs
- TextEditorThreadLocalStore.cs
- ListSourceHelper.cs
- DurableOperationContext.cs
- DbLambda.cs
- DispatchProxy.cs
- XmlUtf8RawTextWriter.cs
- FactoryMaker.cs
- ClaimTypes.cs
- TreeViewAutomationPeer.cs
- RightNameExpirationInfoPair.cs
- NamespaceInfo.cs
- CodeStatement.cs
- StreamUpgradeProvider.cs
- TileModeValidation.cs
- HMACRIPEMD160.cs
- HtmlDocument.cs
- TableItemStyle.cs
- HtmlEmptyTagControlBuilder.cs
- ContentPropertyAttribute.cs
- ColorConvertedBitmapExtension.cs
- DataSourceXmlElementAttribute.cs
- FilterEventArgs.cs
- ProjectionQueryOptionExpression.cs
- RawStylusInputCustomDataList.cs
- DynamicPropertyHolder.cs
- StylusPointProperty.cs
- WebPartConnectionsConfigureVerb.cs
- CodeConstructor.cs
- ConfigUtil.cs
- DefaultHttpHandler.cs
- PageParserFilter.cs
- GridEntry.cs
- RenderData.cs
- Baml2006ReaderFrame.cs
- StrongNameKeyPair.cs
- SqlCachedBuffer.cs
- DataGridViewColumn.cs
- ImmutableClientRuntime.cs
- ExtensionSimplifierMarkupObject.cs
- StagingAreaInputItem.cs
- ScriptManagerProxy.cs
- DataBindingCollectionConverter.cs
- HttpConfigurationSystem.cs
- StatusBarItem.cs
- UserControlCodeDomTreeGenerator.cs
- Page.cs
- WebEvents.cs
- ChameleonKey.cs
- FileVersionInfo.cs
- SwitchLevelAttribute.cs
- AdapterDictionary.cs
- BindingSource.cs
- SessionStateUtil.cs
- SamlAdvice.cs