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
- DataGridViewCellCancelEventArgs.cs
- XmlObjectSerializerReadContextComplex.cs
- DesignerTextBoxAdapter.cs
- UriTemplate.cs
- MetadataItemCollectionFactory.cs
- MailMessageEventArgs.cs
- TextRangeAdaptor.cs
- FastEncoder.cs
- TypeLibConverter.cs
- QilGeneratorEnv.cs
- EntityCommandExecutionException.cs
- Interop.cs
- DesignerContextDescriptor.cs
- ReachDocumentPageSerializerAsync.cs
- TableCell.cs
- AttachedPropertyInfo.cs
- WindowsTitleBar.cs
- Pkcs7Recipient.cs
- Msec.cs
- LongValidatorAttribute.cs
- Action.cs
- TdsRecordBufferSetter.cs
- ScaleTransform3D.cs
- AxHostDesigner.cs
- SafeTimerHandle.cs
- Input.cs
- FloaterParagraph.cs
- NetworkStream.cs
- Maps.cs
- RepeatBehaviorConverter.cs
- ScrollChrome.cs
- ListMarkerSourceInfo.cs
- MediaElement.cs
- Ipv6Element.cs
- SafeNativeMethods.cs
- ExternalDataExchangeService.cs
- ZipIOExtraField.cs
- BamlLocalizer.cs
- ExceptionAggregator.cs
- LabelLiteral.cs
- Control.cs
- BeginSelectCardRequest.cs
- AuthenticatedStream.cs
- IISMapPath.cs
- FontDialog.cs
- SQLRoleProvider.cs
- HtmlInputImage.cs
- PreservationFileWriter.cs
- XmlAnyElementAttribute.cs
- EmissiveMaterial.cs
- PolicyException.cs
- XmlNamespaceMappingCollection.cs
- NotifyIcon.cs
- Path.cs
- ResourceKey.cs
- AuthorizationRule.cs
- TokenizerHelper.cs
- RegularExpressionValidator.cs
- TrackingAnnotationCollection.cs
- AssemblyFilter.cs
- ReflectEventDescriptor.cs
- PersistenceException.cs
- DiscoveryMessageSequence.cs
- BufferedOutputStream.cs
- QuarticEase.cs
- XmlReaderSettings.cs
- HttpDebugHandler.cs
- MultipartContentParser.cs
- TextPointerBase.cs
- HttpHandlerActionCollection.cs
- ThreadStaticAttribute.cs
- VideoDrawing.cs
- VirtualizingStackPanel.cs
- ListItemViewAttribute.cs
- ComponentRenameEvent.cs
- XmlSchemaGroupRef.cs
- UnsafeNativeMethods.cs
- BlurBitmapEffect.cs
- BufferedWebEventProvider.cs
- PointAnimation.cs
- BinHexEncoding.cs
- Simplifier.cs
- RelationshipType.cs
- PenThreadWorker.cs
- XmlSchemaRedefine.cs
- UrlPath.cs
- ConfigurationStrings.cs
- StrokeNodeOperations2.cs
- MemberDomainMap.cs
- _LocalDataStore.cs
- StylusEditingBehavior.cs
- OdbcHandle.cs
- MessageSmuggler.cs
- BindingExpressionUncommonField.cs
- BreakRecordTable.cs
- EpmContentSerializerBase.cs
- MimeMultiPart.cs
- PerfCounterSection.cs
- OuterGlowBitmapEffect.cs
- MultitargetingHelpers.cs