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
- ResXResourceReader.cs
- WorkflowRuntimeElement.cs
- SqlRetyper.cs
- CatalogPartChrome.cs
- HttpCapabilitiesSectionHandler.cs
- IdentityManager.cs
- COSERVERINFO.cs
- ValidatorCollection.cs
- ViewGenResults.cs
- TableItemStyle.cs
- QueryRelOp.cs
- Pen.cs
- WebPartZoneCollection.cs
- PEFileReader.cs
- SqlMetaData.cs
- InstanceHandleReference.cs
- HttpException.cs
- ElementMarkupObject.cs
- UnsafeCollabNativeMethods.cs
- ILGenerator.cs
- ADMembershipProvider.cs
- EpmHelper.cs
- InitializationEventAttribute.cs
- SqlStream.cs
- Win32MouseDevice.cs
- SecurityResources.cs
- SrgsNameValueTag.cs
- DataTableMappingCollection.cs
- StackBuilderSink.cs
- BaseTemplateCodeDomTreeGenerator.cs
- PersistChildrenAttribute.cs
- WebServiceEnumData.cs
- Roles.cs
- OutOfMemoryException.cs
- State.cs
- PasswordRecovery.cs
- TraceProvider.cs
- MarshalByValueComponent.cs
- MethodRental.cs
- RayHitTestParameters.cs
- MetaChildrenColumn.cs
- WebPartConnectionsCancelEventArgs.cs
- TransformerTypeCollection.cs
- TextDecoration.cs
- HtmlSelect.cs
- XmlSchema.cs
- SecurityBindingElement.cs
- DataPagerCommandEventArgs.cs
- SmiRequestExecutor.cs
- ActivityExecutionContext.cs
- InlineCollection.cs
- InheritanceAttribute.cs
- RoleServiceManager.cs
- XmlObjectSerializerContext.cs
- FutureFactory.cs
- SiteMapPath.cs
- OneOf.cs
- HwndProxyElementProvider.cs
- HandleRef.cs
- Lease.cs
- KeyGestureConverter.cs
- XmlByteStreamWriter.cs
- RewritingProcessor.cs
- Point.cs
- HttpClientCertificate.cs
- DelegateBodyWriter.cs
- ResourcePermissionBase.cs
- LogReserveAndAppendState.cs
- XmlSchemaSimpleTypeUnion.cs
- ArrangedElement.cs
- WindowsClientElement.cs
- ProjectionCamera.cs
- AutomationElementCollection.cs
- ZipIOCentralDirectoryFileHeader.cs
- HMACRIPEMD160.cs
- SymmetricAlgorithm.cs
- XmlDataLoader.cs
- ConditionalDesigner.cs
- RelationshipNavigation.cs
- ConnectionPoolManager.cs
- ListBoxChrome.cs
- ToolTipAutomationPeer.cs
- CompiledELinqQueryState.cs
- HttpInputStream.cs
- SelectionRangeConverter.cs
- AstTree.cs
- StyleXamlTreeBuilder.cs
- XPathChildIterator.cs
- StringToken.cs
- LocalizationComments.cs
- StylusEventArgs.cs
- AuthenticatingEventArgs.cs
- UpdateTracker.cs
- JavaScriptString.cs
- HttpHeaderCollection.cs
- PropertyOverridesDialog.cs
- ConnectionPointCookie.cs
- MouseActionConverter.cs
- Material.cs
- XslTransform.cs