Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- DesignerFrame.cs
- BaseDataList.cs
- VScrollProperties.cs
- Int16KeyFrameCollection.cs
- ConfigurationValidatorAttribute.cs
- XPathException.cs
- PropertyInfoSet.cs
- DrawItemEvent.cs
- ManagementObjectCollection.cs
- SQLConvert.cs
- DataGridViewHitTestInfo.cs
- TextRangeEditLists.cs
- CalendarDataBindingHandler.cs
- CapabilitiesSection.cs
- PackagePart.cs
- XPathCompiler.cs
- ItemCheckEvent.cs
- XmlUtil.cs
- LocatorPart.cs
- WaitHandle.cs
- OutputScopeManager.cs
- UniqueConstraint.cs
- InputReport.cs
- basemetadatamappingvisitor.cs
- ScopelessEnumAttribute.cs
- Imaging.cs
- BrowsableAttribute.cs
- AudioFormatConverter.cs
- IssuedTokenParametersEndpointAddressElement.cs
- InputScope.cs
- VectorAnimation.cs
- ExpressionBindings.cs
- AttachedAnnotationChangedEventArgs.cs
- SynchronizedInputAdaptor.cs
- MultiByteCodec.cs
- Constants.cs
- HtmlContainerControl.cs
- EnumCodeDomSerializer.cs
- Italic.cs
- XPathSingletonIterator.cs
- LinkedList.cs
- SecurityPermission.cs
- XPathNodeIterator.cs
- ProtectedConfiguration.cs
- _ListenerAsyncResult.cs
- Menu.cs
- FormViewUpdatedEventArgs.cs
- TextRunProperties.cs
- UnsafeNativeMethods.cs
- ConnectionStringsExpressionEditor.cs
- XamlSerializer.cs
- XPathConvert.cs
- GridView.cs
- NoPersistProperty.cs
- DesignColumn.cs
- PageRouteHandler.cs
- EntityClientCacheKey.cs
- JobDuplex.cs
- WebPartConnectionsCloseVerb.cs
- ColorContext.cs
- AnchorEditor.cs
- TdsParserStateObject.cs
- TypedDatasetGenerator.cs
- cryptoapiTransform.cs
- ExtentCqlBlock.cs
- ViewManagerAttribute.cs
- DataGridRowDetailsEventArgs.cs
- TemplateControl.cs
- WindowVisualStateTracker.cs
- Exception.cs
- CompilerErrorCollection.cs
- Figure.cs
- DefaultAutoFieldGenerator.cs
- CacheSection.cs
- TextBoxAutomationPeer.cs
- DeviceFiltersSection.cs
- XmlElementAttributes.cs
- DetailsViewDeleteEventArgs.cs
- AppendHelper.cs
- TranslateTransform.cs
- NavigationService.cs
- SafeRightsManagementQueryHandle.cs
- FixedBufferAttribute.cs
- LogSwitch.cs
- MemberAccessException.cs
- Module.cs
- HtmlInputFile.cs
- Splitter.cs
- ProxyGenerationError.cs
- ObjectDataSource.cs
- EdgeModeValidation.cs
- ExeConfigurationFileMap.cs
- SByte.cs
- WmlPageAdapter.cs
- SecurityValidationBehavior.cs
- AccessControlEntry.cs
- Color.cs
- PartitionResolver.cs
- StringOutput.cs
- BulletChrome.cs