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
- AnnotationObservableCollection.cs
- OleDbRowUpdatedEvent.cs
- PropertyBuilder.cs
- DataControlFieldCollection.cs
- TableChangeProcessor.cs
- MailDefinition.cs
- AuthStoreRoleProvider.cs
- FaultImportOptions.cs
- PaginationProgressEventArgs.cs
- DbMetaDataCollectionNames.cs
- CatalogPart.cs
- VerificationAttribute.cs
- CopyOnWriteList.cs
- TextEditorTyping.cs
- ObjectStateManager.cs
- EntityContainerAssociationSet.cs
- Module.cs
- ObservableCollectionDefaultValueFactory.cs
- Processor.cs
- StringInfo.cs
- DocComment.cs
- Utils.cs
- RectAnimation.cs
- Hex.cs
- Selector.cs
- PeerCollaborationPermission.cs
- ListBindingConverter.cs
- TypeExtension.cs
- EntityCommandCompilationException.cs
- DbRetry.cs
- QueueProcessor.cs
- SegmentInfo.cs
- UnsafeCollabNativeMethods.cs
- ManagedWndProcTracker.cs
- DictionaryBase.cs
- XmlElementList.cs
- SqlPersistenceWorkflowInstanceDescription.cs
- CodeGotoStatement.cs
- GlyphInfoList.cs
- Parameter.cs
- ToolStripButton.cs
- ProxyWebPartConnectionCollection.cs
- BasicAsyncResult.cs
- PagedDataSource.cs
- FixedHighlight.cs
- FilteredAttributeCollection.cs
- SynchronizationContext.cs
- ObservableCollection.cs
- EntitySqlQueryState.cs
- FormatException.cs
- FontSource.cs
- FontCacheUtil.cs
- storepermission.cs
- FileDetails.cs
- cache.cs
- RegexCharClass.cs
- XmlSchemaImport.cs
- TransformCollection.cs
- DataIdProcessor.cs
- SerializableAuthorizationContext.cs
- StreamWriter.cs
- WebBrowserProgressChangedEventHandler.cs
- HostingEnvironment.cs
- CounterSampleCalculator.cs
- CurrencyWrapper.cs
- WebServiceMethodData.cs
- TablePattern.cs
- WebPartUserCapability.cs
- NumericExpr.cs
- DeploymentSectionCache.cs
- ClientCultureInfo.cs
- MobileUITypeEditor.cs
- MULTI_QI.cs
- ObjectDataSourceView.cs
- FormView.cs
- RawKeyboardInputReport.cs
- SqlRemoveConstantOrderBy.cs
- SplayTreeNode.cs
- HitTestParameters3D.cs
- InsufficientMemoryException.cs
- XmlAttributes.cs
- Model3DGroup.cs
- WebPartEventArgs.cs
- SecurityRuntime.cs
- ConfigXmlComment.cs
- ZeroOpNode.cs
- PerformanceCounter.cs
- GenericAuthenticationEventArgs.cs
- ComponentResourceKeyConverter.cs
- ProxyGenerationError.cs
- DataColumnCollection.cs
- PageBuildProvider.cs
- WmlPhoneCallAdapter.cs
- ZoneIdentityPermission.cs
- SettingsPropertyValueCollection.cs
- WebPartHeaderCloseVerb.cs
- ListItem.cs
- DocumentXPathNavigator.cs
- SchemaTableOptionalColumn.cs
- __Filters.cs