Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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;
}
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
//------------------------------------------------------------------------------
//
// 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;
}
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SettingsAttributes.cs
- Random.cs
- ProfilePropertySettingsCollection.cs
- FunctionQuery.cs
- ReflectEventDescriptor.cs
- ToolStripProgressBar.cs
- _ShellExpression.cs
- DESCryptoServiceProvider.cs
- CursorEditor.cs
- XmlRawWriterWrapper.cs
- PropertyExpression.cs
- SingleConverter.cs
- CaseCqlBlock.cs
- TimeSpanValidator.cs
- ScrollBarRenderer.cs
- JsonXmlDataContract.cs
- XmlKeywords.cs
- ElementFactory.cs
- StreamUpdate.cs
- InfoCardRSAPKCS1KeyExchangeDeformatter.cs
- FacetValues.cs
- TableStyle.cs
- WebFaultException.cs
- CodeTypeDelegate.cs
- Expressions.cs
- QueryReaderSettings.cs
- TraceContext.cs
- SolidBrush.cs
- X509RawDataKeyIdentifierClause.cs
- CodeGeneratorAttribute.cs
- XmlQualifiedName.cs
- AdapterDictionary.cs
- TogglePatternIdentifiers.cs
- GroupBox.cs
- DtdParser.cs
- AliasGenerator.cs
- DeviceContexts.cs
- Hex.cs
- PrivateFontCollection.cs
- PrintDialogException.cs
- MimeMultiPart.cs
- Types.cs
- RectangleF.cs
- GreenMethods.cs
- ProxyManager.cs
- ElementHost.cs
- DashStyle.cs
- translator.cs
- IUnknownConstantAttribute.cs
- MDIWindowDialog.cs
- TimersDescriptionAttribute.cs
- SignatureResourcePool.cs
- AnnotationObservableCollection.cs
- DataPager.cs
- TableRow.cs
- StyleXamlTreeBuilder.cs
- TextRunProperties.cs
- Crc32.cs
- ConstrainedDataObject.cs
- oledbconnectionstring.cs
- TCPListener.cs
- DurationConverter.cs
- GenericWebPart.cs
- ApplicationProxyInternal.cs
- HashStream.cs
- XmlDataImplementation.cs
- TimeIntervalCollection.cs
- BuildDependencySet.cs
- XmlTextEncoder.cs
- HtmlShim.cs
- SHA1Cng.cs
- XmlExtensionFunction.cs
- Int16Storage.cs
- TransactionBridgeSection.cs
- DataGrid.cs
- SoapIncludeAttribute.cs
- FormatterServicesNoSerializableCheck.cs
- ObjectDataSourceDisposingEventArgs.cs
- XmlNamespaceMappingCollection.cs
- FillErrorEventArgs.cs
- BaseCodeDomTreeGenerator.cs
- ParamArrayAttribute.cs
- X509ImageLogo.cs
- ColorTypeConverter.cs
- CapiNative.cs
- XmlDomTextWriter.cs
- StringFormat.cs
- XmlILModule.cs
- ImmComposition.cs
- StringCollectionMarkupSerializer.cs
- SqlTypeConverter.cs
- RectConverter.cs
- ListViewTableRow.cs
- XsltFunctions.cs
- StringDictionaryWithComparer.cs
- Rfc2898DeriveBytes.cs
- EventlogProvider.cs
- PeerNearMe.cs
- Debug.cs
- Button.cs