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; ////// [ 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
- _NestedMultipleAsyncResult.cs
- VisualTarget.cs
- DecoderFallback.cs
- LinkDescriptor.cs
- LogRestartAreaEnumerator.cs
- FreezableOperations.cs
- ColorTranslator.cs
- TrustManager.cs
- RandomNumberGenerator.cs
- XPathSingletonIterator.cs
- MouseEventArgs.cs
- CodeTypeOfExpression.cs
- WindowsImpersonationContext.cs
- EntityDataSourceWrapperCollection.cs
- UnknownBitmapEncoder.cs
- SoapHeader.cs
- FrameworkObject.cs
- ChildrenQuery.cs
- DeferredTextReference.cs
- EventDescriptor.cs
- HandledMouseEvent.cs
- MobilePage.cs
- StandardOleMarshalObject.cs
- DataControlPagerLinkButton.cs
- PropertyToken.cs
- RMEnrollmentPage2.cs
- ListViewItem.cs
- WebPartHeaderCloseVerb.cs
- CodeStatementCollection.cs
- OracleParameter.cs
- WorkflowOwnershipException.cs
- UserCancellationException.cs
- CodeDomComponentSerializationService.cs
- invalidudtexception.cs
- StringFunctions.cs
- ListViewTableCell.cs
- LabelAutomationPeer.cs
- Blend.cs
- EntityWithKeyStrategy.cs
- Guid.cs
- BehaviorEditorPart.cs
- TextBoxLine.cs
- TargetConverter.cs
- errorpatternmatcher.cs
- SelfIssuedTokenFactoryCredential.cs
- XmlSchemaAll.cs
- DBSqlParser.cs
- IdentityReference.cs
- ToolBarButtonClickEvent.cs
- HttpListener.cs
- DataRowCollection.cs
- RemotingSurrogateSelector.cs
- ListView.cs
- xmlfixedPageInfo.cs
- EntityDescriptor.cs
- BindingCollection.cs
- MediaCommands.cs
- XmlILOptimizerVisitor.cs
- RootBrowserWindowProxy.cs
- UpdateCommand.cs
- HttpAsyncResult.cs
- XPathNavigatorReader.cs
- BindingMAnagerBase.cs
- XmlDocumentFragment.cs
- WebPartConnectionsConnectVerb.cs
- TabControlEvent.cs
- WebPartDisplayModeEventArgs.cs
- TemplateAction.cs
- NameValueConfigurationCollection.cs
- View.cs
- AnonymousIdentificationModule.cs
- ConfigsHelper.cs
- RectValueSerializer.cs
- ClientTargetCollection.cs
- ProfilePropertySettings.cs
- ToolStripRenderer.cs
- TextWriter.cs
- ZipPackagePart.cs
- HttpConfigurationContext.cs
- MessageQueuePermissionEntryCollection.cs
- WindowsPen.cs
- ConfigPathUtility.cs
- OleDbStruct.cs
- PropertyInfoSet.cs
- ServiceBusyException.cs
- LinqDataSourceValidationException.cs
- WebPartEditorCancelVerb.cs
- DataSourceSelectArguments.cs
- DoWorkEventArgs.cs
- MULTI_QI.cs
- ErrorFormatterPage.cs
- TargetException.cs
- ColorTransform.cs
- ReferenceConverter.cs
- NamedPipeTransportManager.cs
- FileDialog_Vista_Interop.cs
- NotImplementedException.cs
- ServiceInfo.cs
- SecureUICommand.cs
- StorageFunctionMapping.cs