Code:
/ DotNET / DotNET / 8.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;
///
/// [To be supplied.]
///
[
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;
}
}
}
}
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- _Connection.cs
- Button.cs
- GeometryValueSerializer.cs
- Socket.cs
- ParamArrayAttribute.cs
- Debug.cs
- ObjectDisposedException.cs
- ResourceDescriptionAttribute.cs
- SystemWebExtensionsSectionGroup.cs
- CategoryGridEntry.cs
- MissingSatelliteAssemblyException.cs
- ListSortDescription.cs
- CompositeDataBoundControl.cs
- XmlCharacterData.cs
- NativeMethods.cs
- EventLogPropertySelector.cs
- DiagnosticTrace.cs
- WarningException.cs
- MethodCallConverter.cs
- NoneExcludedImageIndexConverter.cs
- UnsafeNativeMethods.cs
- InvalidPrinterException.cs
- DataStreamFromComStream.cs
- _SpnDictionary.cs
- CheckBoxBaseAdapter.cs
- SkewTransform.cs
- MenuItemStyleCollection.cs
- Win32KeyboardDevice.cs
- SdlChannelSink.cs
- SqlUDTStorage.cs
- ThousandthOfEmRealDoubles.cs
- DragDrop.cs
- ClusterSafeNativeMethods.cs
- ZipIOModeEnforcingStream.cs
- DeclaredTypeElement.cs
- _ContextAwareResult.cs
- Timer.cs
- TraceContextRecord.cs
- JoinGraph.cs
- ManagedCodeMarkers.cs
- PolyLineSegment.cs
- OptimizedTemplateContentHelper.cs
- ProjectionCamera.cs
- ContentPosition.cs
- UseLicense.cs
- ConfigurationFileMap.cs
- AdRotatorDesigner.cs
- TrailingSpaceComparer.cs
- StylusShape.cs
- HttpVersion.cs
- JumpTask.cs
- ProfileBuildProvider.cs
- SessionState.cs
- ImportedPolicyConversionContext.cs
- BinHexDecoder.cs
- EntryIndex.cs
- BuildResultCache.cs
- ResizeBehavior.cs
- DocumentReference.cs
- AnimationTimeline.cs
- ImageField.cs
- TransformCollection.cs
- TypeResolvingOptions.cs
- RuntimeArgumentHandle.cs
- HwndSourceKeyboardInputSite.cs
- JsonSerializer.cs
- OverlappedAsyncResult.cs
- XmlObjectSerializerReadContextComplex.cs
- GeometryHitTestResult.cs
- ISFClipboardData.cs
- ScriptReferenceBase.cs
- OperatingSystemVersionCheck.cs
- IBuiltInEvidence.cs
- IFlowDocumentViewer.cs
- MorphHelper.cs
- StreamReader.cs
- ValidatorCompatibilityHelper.cs
- ObjectDataSourceView.cs
- StrokeDescriptor.cs
- CodeDesigner.cs
- URLString.cs
- MultilineStringConverter.cs
- PrintDialog.cs
- RenderingEventArgs.cs
- WebServiceHost.cs
- WorkflowInstanceTerminatedRecord.cs
- VBIdentifierDesigner.xaml.cs
- NamedPipeHostedTransportConfiguration.cs
- SQLDateTimeStorage.cs
- UrlMappingCollection.cs
- DeviceFiltersSection.cs
- MessageUtil.cs
- StyleModeStack.cs
- XPathDocument.cs
- GridViewPageEventArgs.cs
- WebHttpSecurity.cs
- TypeSource.cs
- NetCodeGroup.cs
- ICspAsymmetricAlgorithm.cs
- CollectionViewGroupRoot.cs