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
- InfiniteTimeSpanConverter.cs
- InputChannelBinder.cs
- BasicCellRelation.cs
- LoadRetryStrategyFactory.cs
- ErrorWebPart.cs
- streamingZipPartStream.cs
- ScriptControl.cs
- IdentifierService.cs
- EnumerableCollectionView.cs
- TextParagraph.cs
- IsolatedStorage.cs
- DocumentReference.cs
- FactoryMaker.cs
- XDRSchema.cs
- DataGridTextBoxColumn.cs
- HwndTarget.cs
- ProtocolImporter.cs
- PerfCounters.cs
- TraceContextEventArgs.cs
- DataControlCommands.cs
- XmlNavigatorFilter.cs
- Int32Rect.cs
- EntityProxyFactory.cs
- RegexFCD.cs
- BookmarkList.cs
- RSAPKCS1KeyExchangeDeformatter.cs
- XmlSchemaAttributeGroup.cs
- GridErrorDlg.cs
- AttachedPropertyInfo.cs
- CodeArrayIndexerExpression.cs
- Selection.cs
- Assert.cs
- FilterException.cs
- InputScopeNameConverter.cs
- CheckBox.cs
- SafeHandles.cs
- PointAnimationUsingKeyFrames.cs
- IisTraceListener.cs
- XsltContext.cs
- XmlSchema.cs
- XmlNavigatorStack.cs
- HttpContextBase.cs
- SwitchElementsCollection.cs
- ParserOptions.cs
- HttpDateParse.cs
- EndpointDiscoveryBehavior.cs
- XmlEntityReference.cs
- CompoundFileIOPermission.cs
- DataRowCollection.cs
- ISCIIEncoding.cs
- StringFreezingAttribute.cs
- EventData.cs
- TypeSystem.cs
- ArraySet.cs
- WebServiceHandler.cs
- DocumentPageHost.cs
- ThicknessKeyFrameCollection.cs
- DynamicDiscoveryDocument.cs
- DefaultAuthorizationContext.cs
- SrgsNameValueTag.cs
- Stacktrace.cs
- StreamInfo.cs
- SymLanguageType.cs
- SystemIPv6InterfaceProperties.cs
- WpfWebRequestHelper.cs
- EdmProperty.cs
- LocalizeDesigner.cs
- InfoCardTraceRecord.cs
- _ContextAwareResult.cs
- EventPrivateKey.cs
- FormViewDeletedEventArgs.cs
- PreApplicationStartMethodAttribute.cs
- SecureStringHasher.cs
- XamlTypeMapper.cs
- BasicHttpBinding.cs
- FormattedText.cs
- SqlInternalConnectionSmi.cs
- AspCompat.cs
- _ListenerAsyncResult.cs
- FilteredDataSetHelper.cs
- DesignerForm.cs
- EventsTab.cs
- RawKeyboardInputReport.cs
- CompModSwitches.cs
- DataGridViewSelectedColumnCollection.cs
- VisualBrush.cs
- DbConnectionPoolGroup.cs
- FlowDocument.cs
- TransformedBitmap.cs
- NativeCompoundFileAPIs.cs
- safex509handles.cs
- CompositeActivityTypeDescriptor.cs
- HttpRuntimeSection.cs
- SqlAliasesReferenced.cs
- StaticExtension.cs
- BitmapEffectDrawing.cs
- XDRSchema.cs
- MatchingStyle.cs
- MasterPage.cs
- DecoderNLS.cs