Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / CompMod / System / CodeDOM / CodeDefaultValueExpression.cs / 1 / CodeDefaultValueExpression.cs
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 CodeDefaultValueExpression : CodeExpression { private CodeTypeReference type; public CodeDefaultValueExpression() { } public CodeDefaultValueExpression(CodeTypeReference type) { this.type = type; } public CodeTypeReference Type { get { if( type == null) { type = new CodeTypeReference(""); } return type; } set { type = 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; [ ClassInterface(ClassInterfaceType.AutoDispatch), ComVisible(true), Serializable, ] public class CodeDefaultValueExpression : CodeExpression { private CodeTypeReference type; public CodeDefaultValueExpression() { } public CodeDefaultValueExpression(CodeTypeReference type) { this.type = type; } public CodeTypeReference Type { get { if( type == null) { type = new CodeTypeReference(""); } return type; } set { type = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- PreviewPageInfo.cs
- InputMethodStateTypeInfo.cs
- NonDualMessageSecurityOverHttp.cs
- HttpResponseHeader.cs
- MissingSatelliteAssemblyException.cs
- CollectionTypeElement.cs
- KeyTime.cs
- TextContainer.cs
- SqlRecordBuffer.cs
- Color.cs
- _CacheStreams.cs
- PersistenceException.cs
- AffineTransform3D.cs
- documentsequencetextpointer.cs
- MessageContractImporter.cs
- DataServiceHostWrapper.cs
- SoapServerMethod.cs
- Message.cs
- ComplexType.cs
- DataRelationCollection.cs
- ThrowHelper.cs
- XmlAttributeAttribute.cs
- HtmlElementEventArgs.cs
- PageContentCollection.cs
- ForceCopyBuildProvider.cs
- Attributes.cs
- WriteTimeStream.cs
- ListViewPagedDataSource.cs
- DocumentPageViewAutomationPeer.cs
- ProgressiveCrcCalculatingStream.cs
- DBNull.cs
- SafeNativeMethods.cs
- StylusTip.cs
- Panel.cs
- AxWrapperGen.cs
- MetadataItemCollectionFactory.cs
- InvalidOperationException.cs
- HttpValueCollection.cs
- NullRuntimeConfig.cs
- SplitterCancelEvent.cs
- CryptoProvider.cs
- MessageBox.cs
- BackgroundWorker.cs
- CodeTypeDeclarationCollection.cs
- WindowsListViewSubItem.cs
- Query.cs
- XslCompiledTransform.cs
- DocumentGrid.cs
- TabItemAutomationPeer.cs
- ScriptReferenceEventArgs.cs
- EntityParameterCollection.cs
- TransformerInfo.cs
- BasePropertyDescriptor.cs
- SqlDataRecord.cs
- WriteableBitmap.cs
- SecurityRuntime.cs
- COM2Enum.cs
- RequestUriProcessor.cs
- DocumentGrid.cs
- NonPrimarySelectionGlyph.cs
- TimeoutException.cs
- CustomError.cs
- SafeRsaProviderHandle.cs
- PrintDialogException.cs
- MethodBuilderInstantiation.cs
- ExpressionNode.cs
- HtmlButton.cs
- SourceLineInfo.cs
- ConfigurationPropertyAttribute.cs
- XsltInput.cs
- Button.cs
- WebBrowserNavigatedEventHandler.cs
- ExpressionList.cs
- GeneralTransformGroup.cs
- Pkcs7Recipient.cs
- GroupStyle.cs
- XomlSerializationHelpers.cs
- ShapingWorkspace.cs
- Object.cs
- TearOffProxy.cs
- WeakRefEnumerator.cs
- TraceRecord.cs
- ConfigurationHelpers.cs
- XmlNodeWriter.cs
- PopupEventArgs.cs
- WaitForChangedResult.cs
- CursorConverter.cs
- MessageAction.cs
- ObjectIDGenerator.cs
- StrokeCollection2.cs
- NameValueConfigurationElement.cs
- MSAANativeProvider.cs
- CustomTypeDescriptor.cs
- QueueProcessor.cs
- LicenseContext.cs
- GenerateHelper.cs
- _UriSyntax.cs
- ScriptResourceAttribute.cs
- WindowVisualStateTracker.cs
- EntityCollection.cs