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
- DbConnectionClosed.cs
- NetPeerTcpBindingElement.cs
- CodeIdentifier.cs
- IntSecurity.cs
- SerializableAttribute.cs
- Context.cs
- AutomationEvent.cs
- PerspectiveCamera.cs
- QuaternionRotation3D.cs
- DataGridAddNewRow.cs
- ObservableCollection.cs
- XPathEmptyIterator.cs
- Grid.cs
- SplitterPanel.cs
- DataMisalignedException.cs
- EarlyBoundInfo.cs
- RegexWorker.cs
- HttpClientCertificate.cs
- ExpressionsCollectionEditor.cs
- HebrewCalendar.cs
- XmlDeclaration.cs
- __TransparentProxy.cs
- ElementNotEnabledException.cs
- HandlerBase.cs
- FormsAuthenticationUser.cs
- SqlUtils.cs
- PropertyFilterAttribute.cs
- ConstructorBuilder.cs
- PassportAuthenticationModule.cs
- srgsitem.cs
- DesignerSerializationManager.cs
- MenuScrollingVisibilityConverter.cs
- CompiledQuery.cs
- SignatureResourcePool.cs
- Exceptions.cs
- TextParaLineResult.cs
- Literal.cs
- BindToObject.cs
- SecurityIdentifierConverter.cs
- ColorMatrix.cs
- SourceFileBuildProvider.cs
- NamedObject.cs
- EntityModelBuildProvider.cs
- ListMarkerLine.cs
- _FtpControlStream.cs
- FileAuthorizationModule.cs
- BamlBinaryReader.cs
- MDIWindowDialog.cs
- Accessible.cs
- MimeMultiPart.cs
- TimeSpan.cs
- MailHeaderInfo.cs
- SqlDataRecord.cs
- ReadWriteObjectLock.cs
- AutomationIdentifierGuids.cs
- StdValidatorsAndConverters.cs
- CompositeDataBoundControl.cs
- ConfigurationProviderException.cs
- CodeIdentifier.cs
- ProxyHelper.cs
- Opcode.cs
- MatrixKeyFrameCollection.cs
- Tablet.cs
- XPathAncestorQuery.cs
- SchemaMapping.cs
- WebPartVerb.cs
- HostExecutionContextManager.cs
- WebControlAdapter.cs
- PageRanges.cs
- MemoryStream.cs
- SqlCacheDependencyDatabaseCollection.cs
- WindowsButton.cs
- NavigatorOutput.cs
- RepeaterItem.cs
- ToolboxItemCollection.cs
- DataGridViewCellParsingEventArgs.cs
- MenuItemStyle.cs
- TokenizerHelper.cs
- OleAutBinder.cs
- SqlDataSourceStatusEventArgs.cs
- StylusTouchDevice.cs
- SqlXml.cs
- DocobjHost.cs
- ProcessModuleCollection.cs
- ProxyFragment.cs
- SettingsPropertyIsReadOnlyException.cs
- SHA512CryptoServiceProvider.cs
- FlagsAttribute.cs
- HMACMD5.cs
- PagesChangedEventArgs.cs
- TcpPortSharing.cs
- Win32KeyboardDevice.cs
- PreProcessInputEventArgs.cs
- KnownTypes.cs
- IntegerValidator.cs
- CqlQuery.cs
- RegexWorker.cs
- SqlDependency.cs
- BitmapEffectGroup.cs
- DockPatternIdentifiers.cs