Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- RijndaelManaged.cs
- TextRangeAdaptor.cs
- externdll.cs
- xml.cs
- GetImportedCardRequest.cs
- MessageDroppedTraceRecord.cs
- DesignerVerbCollection.cs
- SHA256.cs
- PreProcessInputEventArgs.cs
- SQLByteStorage.cs
- EncoderNLS.cs
- infer.cs
- NonClientArea.cs
- Attributes.cs
- ReadOnlyMetadataCollection.cs
- BmpBitmapEncoder.cs
- XmlConverter.cs
- FontFamily.cs
- RegistryPermission.cs
- SystemColors.cs
- filewebresponse.cs
- WebPartConnectionsCloseVerb.cs
- Int16.cs
- ProcessHost.cs
- Content.cs
- XmlDigitalSignatureProcessor.cs
- Part.cs
- PackageFilter.cs
- SqlDataSourceEnumerator.cs
- XmlCharType.cs
- altserialization.cs
- CustomErrorCollection.cs
- CodeDirectiveCollection.cs
- AxisAngleRotation3D.cs
- Utils.cs
- SpecularMaterial.cs
- Int32Converter.cs
- HwndStylusInputProvider.cs
- SchemaSetCompiler.cs
- CacheOutputQuery.cs
- RemotingConfigParser.cs
- CacheMemory.cs
- IntegerCollectionEditor.cs
- DefaultValueConverter.cs
- ExtendedPropertyDescriptor.cs
- CompressEmulationStream.cs
- DecimalConstantAttribute.cs
- ErrorHandler.cs
- SHA512CryptoServiceProvider.cs
- ResourcePool.cs
- BindingExpression.cs
- SiteMembershipCondition.cs
- PageThemeParser.cs
- TargetParameterCountException.cs
- XmlSerializerFormatAttribute.cs
- DbConnectionPoolGroupProviderInfo.cs
- ProviderBase.cs
- HostSecurityManager.cs
- SQLDoubleStorage.cs
- UpdateRecord.cs
- Misc.cs
- SafePointer.cs
- ApplyTemplatesAction.cs
- PropertyBuilder.cs
- DataViewSettingCollection.cs
- DefaultObjectMappingItemCollection.cs
- Switch.cs
- AttachedPropertyBrowsableForTypeAttribute.cs
- ResourceCodeDomSerializer.cs
- CodeNamespaceImport.cs
- SmiTypedGetterSetter.cs
- RegisteredExpandoAttribute.cs
- XmlSchemaSimpleTypeRestriction.cs
- ObjectListCommandCollection.cs
- GroupItem.cs
- LineBreak.cs
- HttpCapabilitiesBase.cs
- ScriptManagerProxy.cs
- XPathNavigatorKeyComparer.cs
- DataRowView.cs
- PriorityItem.cs
- QuestionEventArgs.cs
- ScrollEventArgs.cs
- SharedPerformanceCounter.cs
- WindowsSpinner.cs
- TraceHandler.cs
- TraceFilter.cs
- ServiceContractListItem.cs
- EntitySetBase.cs
- ObjectQueryExecutionPlan.cs
- ShapingWorkspace.cs
- WpfKnownTypeInvoker.cs
- CodeExpressionCollection.cs
- updateconfighost.cs
- DataListCommandEventArgs.cs
- CalendarDateRange.cs
- WebFaultClientMessageInspector.cs
- SchemaImporterExtensionsSection.cs
- StreamedWorkflowDefinitionContext.cs
- ImageMapEventArgs.cs