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
- HybridDictionary.cs
- Array.cs
- ListViewDataItem.cs
- WCFBuildProvider.cs
- Ref.cs
- CreateParams.cs
- SecurityException.cs
- OleDbCommand.cs
- TextSelection.cs
- WindowsFormsHostAutomationPeer.cs
- LayoutEditorPart.cs
- ErrorLog.cs
- DES.cs
- KeyValueConfigurationCollection.cs
- CompositeActivityValidator.cs
- HtmlContainerControl.cs
- Utility.cs
- TransformGroup.cs
- TemplatedControlDesigner.cs
- TextTreeFixupNode.cs
- Grid.cs
- EntityWithChangeTrackerStrategy.cs
- StylusCaptureWithinProperty.cs
- Transform.cs
- TextCharacters.cs
- ToolStripPanelDesigner.cs
- DBSqlParserTable.cs
- AdornerHitTestResult.cs
- DataServiceStreamProviderWrapper.cs
- UdpAnnouncementEndpoint.cs
- RenderCapability.cs
- Propagator.JoinPropagator.cs
- DataServices.cs
- UidPropertyAttribute.cs
- LinkUtilities.cs
- CloseCollectionAsyncResult.cs
- Exceptions.cs
- DataGridViewAdvancedBorderStyle.cs
- PieceNameHelper.cs
- X509AsymmetricSecurityKey.cs
- WindowsPrincipal.cs
- RoleService.cs
- AutomationProperty.cs
- CornerRadiusConverter.cs
- LeafCellTreeNode.cs
- InternalConfigEventArgs.cs
- DataSourceControlBuilder.cs
- EdmItemCollection.cs
- UserNamePasswordValidator.cs
- XmlILOptimizerVisitor.cs
- IisTraceListener.cs
- HttpHandlerAction.cs
- ValueQuery.cs
- ExtendedPropertyDescriptor.cs
- DataGridViewComboBoxColumn.cs
- _SslSessionsCache.cs
- NativeMethods.cs
- InvalidAsynchronousStateException.cs
- BitmapEffectDrawing.cs
- TypeCacheManager.cs
- ObjectStateEntryDbDataRecord.cs
- SoapFault.cs
- MultiPropertyDescriptorGridEntry.cs
- Int32RectConverter.cs
- CacheHelper.cs
- GlobalProxySelection.cs
- WebEventCodes.cs
- SiteMapNodeItemEventArgs.cs
- ContainsRowNumberChecker.cs
- WorkflowViewService.cs
- XmlSchemaSequence.cs
- RunWorkerCompletedEventArgs.cs
- LinqDataSource.cs
- DBNull.cs
- CodeDefaultValueExpression.cs
- DataGridViewTopRowAccessibleObject.cs
- StrokeSerializer.cs
- ActivationArguments.cs
- AsymmetricAlgorithm.cs
- NativeRecognizer.cs
- WebPartZoneBase.cs
- BuildResult.cs
- AccessText.cs
- PropertyRecord.cs
- InputElement.cs
- EndpointConfigContainer.cs
- ToolstripProfessionalRenderer.cs
- ProfileWorkflowElement.cs
- VBIdentifierName.cs
- CharacterBufferReference.cs
- XmlSchemaParticle.cs
- serverconfig.cs
- SizeF.cs
- SemanticResolver.cs
- XmlDataImplementation.cs
- Misc.cs
- UriSection.cs
- CultureMapper.cs
- PresentationSource.cs
- Section.cs