Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / CompMod / System / CodeDOM / CodeArgumentReferenceExpression.cs / 1 / CodeArgumentReferenceExpression.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 CodeArgumentReferenceExpression : CodeExpression { private string parameterName; ///[To be supplied.] ////// public CodeArgumentReferenceExpression() { } ///[To be supplied.] ////// public CodeArgumentReferenceExpression(string parameterName) { this.parameterName = parameterName; } ///[To be supplied.] ////// public string ParameterName { get { return (parameterName == null) ? string.Empty : parameterName; } set { parameterName = value; } } } }[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- mediaclock.cs
- ClientScriptItem.cs
- DataGridViewHitTestInfo.cs
- SessionStateContainer.cs
- RegistryKey.cs
- WinFormsComponentEditor.cs
- OrElse.cs
- PropertyFilterAttribute.cs
- XPathSingletonIterator.cs
- ProcessManager.cs
- XPathException.cs
- CodeRegionDirective.cs
- CreateRefExpr.cs
- DataGridViewRowContextMenuStripNeededEventArgs.cs
- SingleTagSectionHandler.cs
- ObjectDataProvider.cs
- XPathBinder.cs
- HwndStylusInputProvider.cs
- DefaultValidator.cs
- FlowDocumentFormatter.cs
- MenuBase.cs
- FixedPageAutomationPeer.cs
- VectorAnimation.cs
- _CacheStreams.cs
- RequestQueue.cs
- InfoCardSymmetricCrypto.cs
- EventLog.cs
- ZipIOExtraFieldZip64Element.cs
- ErrorFormatter.cs
- StickyNoteHelper.cs
- UIntPtr.cs
- EventQueueState.cs
- XmlNodeWriter.cs
- WebPartMovingEventArgs.cs
- SafeBitVector32.cs
- XmlWellformedWriter.cs
- ClipboardData.cs
- DataServiceProcessingPipelineEventArgs.cs
- OdbcParameter.cs
- RTLAwareMessageBox.cs
- SchemaImporterExtension.cs
- SessionIDManager.cs
- Vector3dCollection.cs
- HMACSHA1.cs
- DataBoundControl.cs
- ActivityDesignerResources.cs
- GlobalizationAssembly.cs
- GrammarBuilder.cs
- RuntimeComponentFilter.cs
- WindowsToolbarItemAsMenuItem.cs
- Parameter.cs
- EncoderParameter.cs
- XmlElement.cs
- ConfigurationSection.cs
- ContextMenu.cs
- PagerStyle.cs
- UndirectedGraph.cs
- EdmMember.cs
- MultiSelectRootGridEntry.cs
- BrushMappingModeValidation.cs
- errorpatternmatcher.cs
- Hashtable.cs
- StringFreezingAttribute.cs
- TextSelectionHighlightLayer.cs
- RuntimeEnvironment.cs
- MethodResolver.cs
- PropertyBuilder.cs
- ViewManagerAttribute.cs
- DateBoldEvent.cs
- PixelFormatConverter.cs
- InfoCardSchemas.cs
- Codec.cs
- PrintPreviewGraphics.cs
- ServerIdentity.cs
- Walker.cs
- ClientApiGenerator.cs
- RootBrowserWindowAutomationPeer.cs
- AssertFilter.cs
- PersonalizableTypeEntry.cs
- URLString.cs
- SystemIcons.cs
- DataGridViewTextBoxCell.cs
- IProducerConsumerCollection.cs
- DataGridRowClipboardEventArgs.cs
- RoutedEventConverter.cs
- TextTreePropertyUndoUnit.cs
- SizeChangedEventArgs.cs
- ParseElementCollection.cs
- ErrorRuntimeConfig.cs
- RestHandlerFactory.cs
- ApplicationException.cs
- TreeView.cs
- ToolBarButtonClickEvent.cs
- SecurityTokenParameters.cs
- SoapFault.cs
- SrgsElementList.cs
- Converter.cs
- recordstatescratchpad.cs
- XslException.cs
- Rule.cs