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
- AssociationSet.cs
- DataGridViewCellConverter.cs
- StringSorter.cs
- Repeater.cs
- AspCompat.cs
- StatusBar.cs
- HttpRuntime.cs
- Parser.cs
- CommunicationException.cs
- InstanceCollisionException.cs
- SAPICategories.cs
- objectresult_tresulttype.cs
- Effect.cs
- EmbossBitmapEffect.cs
- SqlXml.cs
- ExpressionParser.cs
- MSAANativeProvider.cs
- QuotaExceededException.cs
- ScaleTransform3D.cs
- FilteredDataSetHelper.cs
- DbXmlEnabledProviderManifest.cs
- CheckBox.cs
- Html32TextWriter.cs
- selecteditemcollection.cs
- ErrorView.xaml.cs
- CorrelationToken.cs
- MiniConstructorInfo.cs
- BuildManager.cs
- OutputCacheSection.cs
- WeakReferenceEnumerator.cs
- SafeCoTaskMem.cs
- BoundPropertyEntry.cs
- FormattedText.cs
- MetadataFile.cs
- PathFigure.cs
- EntityDataReader.cs
- SpecialNameAttribute.cs
- DesignerEventService.cs
- Viewport3DVisual.cs
- ParallelTimeline.cs
- SqlDataSourceView.cs
- TypeLoadException.cs
- SizeLimitedCache.cs
- ScriptManager.cs
- PeerObject.cs
- MasterPageBuildProvider.cs
- StateRuntime.cs
- OAVariantLib.cs
- CompareInfo.cs
- CategoryAttribute.cs
- DbSourceParameterCollection.cs
- DataStreamFromComStream.cs
- Stopwatch.cs
- CodeIterationStatement.cs
- DescendantBaseQuery.cs
- PageAdapter.cs
- TextSelectionProcessor.cs
- HijriCalendar.cs
- sqlinternaltransaction.cs
- SeekStoryboard.cs
- CapacityStreamGeometryContext.cs
- ToolStripProfessionalLowResolutionRenderer.cs
- ApplicationException.cs
- CqlBlock.cs
- TabletDeviceInfo.cs
- EdmRelationshipRoleAttribute.cs
- TableCellCollection.cs
- ViewGenerator.cs
- WebPartVerbsEventArgs.cs
- HttpApplication.cs
- DecimalConverter.cs
- Exceptions.cs
- Model3D.cs
- WindowShowOrOpenTracker.cs
- Int16Animation.cs
- XmlComment.cs
- PhysicalFontFamily.cs
- FaultHandlingFilter.cs
- SingleConverter.cs
- DbReferenceCollection.cs
- MenuItemStyleCollectionEditor.cs
- HostedAspNetEnvironment.cs
- CaseInsensitiveComparer.cs
- OAVariantLib.cs
- OleDbParameter.cs
- DataExpression.cs
- TimeSpan.cs
- PropertyChangedEventArgs.cs
- AddInPipelineAttributes.cs
- ImmutableDispatchRuntime.cs
- DataBoundLiteralControl.cs
- TickBar.cs
- AppSettingsExpressionBuilder.cs
- HealthMonitoringSectionHelper.cs
- Thumb.cs
- GlyphRunDrawing.cs
- BufferedWebEventProvider.cs
- Aggregates.cs
- DatatypeImplementation.cs
- SelfIssuedAuthAsymmetricKey.cs