Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- XmlElementCollection.cs
- XamlReaderHelper.cs
- ToolbarAUtomationPeer.cs
- TaskExtensions.cs
- MultiSelectRootGridEntry.cs
- OleDbMetaDataFactory.cs
- EncryptedReference.cs
- DataChangedEventManager.cs
- XmlIgnoreAttribute.cs
- SamlSubject.cs
- PropertyRecord.cs
- GridViewHeaderRowPresenter.cs
- XPathNodeIterator.cs
- StringFormat.cs
- Utils.cs
- ArrayWithOffset.cs
- RulePatternOps.cs
- ActiveDocumentEvent.cs
- LicenseException.cs
- NotifyParentPropertyAttribute.cs
- SvcMapFileSerializer.cs
- ColumnHeaderCollectionEditor.cs
- PassportAuthentication.cs
- OrderByQueryOptionExpression.cs
- SoundPlayer.cs
- Win32Interop.cs
- StaticExtension.cs
- OneWayElement.cs
- SynchronousChannel.cs
- XmlComplianceUtil.cs
- relpropertyhelper.cs
- XsdBuildProvider.cs
- HttpResponseBase.cs
- ObsoleteAttribute.cs
- WmlPageAdapter.cs
- PermissionSet.cs
- webbrowsersite.cs
- Expressions.cs
- Binding.cs
- PrimitiveXmlSerializers.cs
- _NTAuthentication.cs
- CacheChildrenQuery.cs
- Int32Collection.cs
- CacheEntry.cs
- Knowncolors.cs
- EmptyQuery.cs
- ToolStripDropDownClosingEventArgs.cs
- AdRotator.cs
- NativeMethodsOther.cs
- BinaryUtilClasses.cs
- GetPageCompletedEventArgs.cs
- TextSpanModifier.cs
- DesignBinding.cs
- PhysicalFontFamily.cs
- HiddenFieldPageStatePersister.cs
- ApplicationDirectory.cs
- ApplicationId.cs
- RadioButtonPopupAdapter.cs
- SimpleTextLine.cs
- BulletChrome.cs
- HttpListener.cs
- Sequence.cs
- IntranetCredentialPolicy.cs
- SafeBitVector32.cs
- Imaging.cs
- NumberFormatInfo.cs
- DbDataRecord.cs
- DrawingAttributes.cs
- DataSourceXmlSerializer.cs
- BindingSource.cs
- RuntimeEnvironment.cs
- DataViewSetting.cs
- PropertyDescriptorComparer.cs
- Expression.cs
- InputLanguageProfileNotifySink.cs
- MetadataItem_Static.cs
- DataGridViewCellParsingEventArgs.cs
- TemplateBuilder.cs
- XmlUtil.cs
- RemotingSurrogateSelector.cs
- TextControlDesigner.cs
- ListenDesigner.cs
- PackagePartCollection.cs
- log.cs
- HyperLinkDataBindingHandler.cs
- HttpResponseBase.cs
- __TransparentProxy.cs
- HierarchicalDataTemplate.cs
- ColorConverter.cs
- NameValueSectionHandler.cs
- HttpRuntime.cs
- DifferencingCollection.cs
- BinaryUtilClasses.cs
- Literal.cs
- DictionaryTraceRecord.cs
- UnSafeCharBuffer.cs
- CfgParser.cs
- RotateTransform.cs
- RangeEnumerable.cs
- ScalarType.cs