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
- HttpRuntimeSection.cs
- LogExtentCollection.cs
- _FixedSizeReader.cs
- SecurityAlgorithmSuiteConverter.cs
- JpegBitmapEncoder.cs
- AttributeSetAction.cs
- ImageDrawing.cs
- ObjectReferenceStack.cs
- ConditionCollection.cs
- Subtree.cs
- AsyncOperationManager.cs
- SqlParameterCollection.cs
- HtmlForm.cs
- RefreshPropertiesAttribute.cs
- DefaultParameterValueAttribute.cs
- _WebProxyDataBuilder.cs
- ValidationSummary.cs
- SqlException.cs
- Int64AnimationBase.cs
- Label.cs
- SafeTimerHandle.cs
- Domain.cs
- NegotiateStream.cs
- FlatButtonAppearance.cs
- DataGridViewCellStyleConverter.cs
- ProviderMetadata.cs
- TypeListConverter.cs
- ExpressionPrefixAttribute.cs
- XmlILModule.cs
- XPathAncestorIterator.cs
- WinFormsUtils.cs
- ItemsControl.cs
- ProviderConnectionPoint.cs
- _RequestCacheProtocol.cs
- xmlfixedPageInfo.cs
- RawStylusInput.cs
- ScrollViewerAutomationPeer.cs
- GraphicsContext.cs
- SQLBytes.cs
- SRDisplayNameAttribute.cs
- XmlDataLoader.cs
- BulletedList.cs
- DivideByZeroException.cs
- PageAsyncTask.cs
- GlobalizationAssembly.cs
- HitTestWithGeometryDrawingContextWalker.cs
- DataGridViewRowCancelEventArgs.cs
- hresults.cs
- LogicalMethodInfo.cs
- Utils.cs
- TypeReference.cs
- ShutDownListener.cs
- SQLInt16Storage.cs
- ReadOnlyHierarchicalDataSourceView.cs
- QilGenerator.cs
- MarkupCompilePass2.cs
- ListBoxChrome.cs
- StyleModeStack.cs
- DefaultClaimSet.cs
- WebPartCatalogAddVerb.cs
- Drawing.cs
- TrackingRecord.cs
- XmlDataDocument.cs
- SynchronizedDispatch.cs
- SettingsPropertyCollection.cs
- AnnouncementInnerClient11.cs
- ColumnCollection.cs
- FamilyMap.cs
- ShimAsPublicXamlType.cs
- TPLETWProvider.cs
- MasterPageCodeDomTreeGenerator.cs
- TemplateKeyConverter.cs
- GenericWebPart.cs
- PrimitiveCodeDomSerializer.cs
- DataGridTableCollection.cs
- CTreeGenerator.cs
- EntityDataSourceChangingEventArgs.cs
- LinkTarget.cs
- EmptyControlCollection.cs
- Filter.cs
- SQLBinaryStorage.cs
- newinstructionaction.cs
- NoPersistHandle.cs
- XmlBinaryWriter.cs
- Propagator.Evaluator.cs
- TreeViewDesigner.cs
- Int32Converter.cs
- FormatException.cs
- Stacktrace.cs
- DeadCharTextComposition.cs
- MultiSelectRootGridEntry.cs
- MediaSystem.cs
- NavigateEvent.cs
- ManagementInstaller.cs
- Crypto.cs
- FunctionImportMapping.cs
- LockRecursionException.cs
- HiddenFieldPageStatePersister.cs
- EmptyArray.cs
- CheckBoxFlatAdapter.cs