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; ////// [ 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. //------------------------------------------------------------------------------ //[To be supplied.] ///// 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; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DictionaryBase.cs
- CodeTypeDeclaration.cs
- IdnElement.cs
- WebRequestModuleElement.cs
- XamlClipboardData.cs
- DesignerAttributeInfo.cs
- OracleConnectionStringBuilder.cs
- ControlPropertyNameConverter.cs
- DbModificationClause.cs
- ErrorProvider.cs
- BamlTreeMap.cs
- FixedTextSelectionProcessor.cs
- ConsoleCancelEventArgs.cs
- GridViewSortEventArgs.cs
- DataControlImageButton.cs
- BitmapSource.cs
- DependentList.cs
- WebServiceTypeData.cs
- AccessedThroughPropertyAttribute.cs
- PageFunction.cs
- RSACryptoServiceProvider.cs
- NameObjectCollectionBase.cs
- SymLanguageVendor.cs
- RemotingConfiguration.cs
- ISAPIApplicationHost.cs
- TraceUtils.cs
- ApplicationManager.cs
- Run.cs
- XmlSchemaSet.cs
- Label.cs
- EdmProperty.cs
- CommentGlyph.cs
- TextElementCollection.cs
- NameValuePermission.cs
- AdornerLayer.cs
- Int32CollectionValueSerializer.cs
- ScriptResourceHandler.cs
- KeyValueInternalCollection.cs
- ExpressionLexer.cs
- QueueProcessor.cs
- IriParsingElement.cs
- ICspAsymmetricAlgorithm.cs
- FieldTemplateFactory.cs
- ProfileSettingsCollection.cs
- LinkLabelLinkClickedEvent.cs
- Relationship.cs
- StrokeNode.cs
- SamlSubject.cs
- Registry.cs
- IntSecurity.cs
- ColorMatrix.cs
- PolicyException.cs
- RectAnimation.cs
- BamlWriter.cs
- EntityDataSourceDesigner.cs
- BitmapPalette.cs
- MsmqOutputMessage.cs
- FunctionDetailsReader.cs
- DeviceContext2.cs
- UnsafeNativeMethods.cs
- ClientRolePrincipal.cs
- TdsParameterSetter.cs
- _Events.cs
- __TransparentProxy.cs
- EnumerableValidator.cs
- XamlRtfConverter.cs
- TextView.cs
- SizeConverter.cs
- FrameworkContentElement.cs
- ActivityWithResultConverter.cs
- HttpStaticObjectsCollectionWrapper.cs
- CommentEmitter.cs
- ArgIterator.cs
- MeasureItemEvent.cs
- XPathQilFactory.cs
- HostedElements.cs
- TreeViewImageIndexConverter.cs
- CodeCatchClauseCollection.cs
- RemotingConfigParser.cs
- FormsAuthenticationCredentials.cs
- ConcurrentBag.cs
- ExpressionBuilderContext.cs
- PropertyEntry.cs
- ITreeGenerator.cs
- TabletDeviceInfo.cs
- OutputCacheProfile.cs
- ThreadAbortException.cs
- _LocalDataStore.cs
- ResXResourceReader.cs
- ImageClickEventArgs.cs
- UpdateProgress.cs
- BorderSidesEditor.cs
- BaseDataBoundControl.cs
- InputScope.cs
- MarkupExtensionParser.cs
- IdentityModelDictionary.cs
- ExpressionQuoter.cs
- MultipartContentParser.cs
- NetStream.cs
- CustomAssemblyResolver.cs