Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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; } } } }
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- XmlRawWriter.cs
- HyperLinkColumn.cs
- EntityCollection.cs
- CodeSnippetCompileUnit.cs
- TraceHandlerErrorFormatter.cs
- AnonymousIdentificationSection.cs
- NavigateEvent.cs
- FilteredAttributeCollection.cs
- ModuleConfigurationInfo.cs
- PieceNameHelper.cs
- SafeMemoryMappedViewHandle.cs
- SessionState.cs
- Compiler.cs
- State.cs
- StringAnimationUsingKeyFrames.cs
- KeyTime.cs
- MediaTimeline.cs
- PaginationProgressEventArgs.cs
- DocumentViewer.cs
- RegisteredDisposeScript.cs
- ParameterToken.cs
- Cell.cs
- TextServicesCompartment.cs
- FlowLayoutSettings.cs
- AttachmentCollection.cs
- EnumMember.cs
- documentsequencetextpointer.cs
- SqlXml.cs
- COAUTHINFO.cs
- TreeNodeCollection.cs
- EventlogProvider.cs
- SqlRetyper.cs
- StringUtil.cs
- SQLStringStorage.cs
- CompilerWrapper.cs
- SettingsContext.cs
- FullTextBreakpoint.cs
- BaseParser.cs
- DataObjectMethodAttribute.cs
- ToolboxSnapDragDropEventArgs.cs
- HandlerFactoryWrapper.cs
- ListControl.cs
- XmlSchemaImport.cs
- TreeViewBindingsEditorForm.cs
- DataGridViewDataConnection.cs
- ClientBuildManager.cs
- ObjectSpanRewriter.cs
- DatePicker.cs
- CoTaskMemUnicodeSafeHandle.cs
- InternalPermissions.cs
- SamlAudienceRestrictionCondition.cs
- ListView.cs
- ComplexLine.cs
- GB18030Encoding.cs
- FunctionUpdateCommand.cs
- EdmComplexPropertyAttribute.cs
- SchemaElementDecl.cs
- NameNode.cs
- AdapterDictionary.cs
- ClientSettingsSection.cs
- AdornedElementPlaceholder.cs
- WebConfigurationManager.cs
- Int32Animation.cs
- SimpleHandlerFactory.cs
- DynamicMetaObjectBinder.cs
- AccessDataSourceView.cs
- NameTable.cs
- KeyGestureConverter.cs
- OdbcCommandBuilder.cs
- IDispatchConstantAttribute.cs
- ClrPerspective.cs
- PtsCache.cs
- PrinterSettings.cs
- SchemaAttDef.cs
- ObjectViewEntityCollectionData.cs
- GraphicsPath.cs
- FixedSOMTextRun.cs
- MasterPageParser.cs
- MapPathBasedVirtualPathProvider.cs
- XmlSchemaSimpleTypeRestriction.cs
- DiscoveryClientDuplexChannel.cs
- ParameterCollection.cs
- Stack.cs
- NetworkInformationPermission.cs
- CodeTypeReference.cs
- LinqDataSourceDeleteEventArgs.cs
- InvalidateEvent.cs
- WasNotInstalledException.cs
- PageStatePersister.cs
- PrivateFontCollection.cs
- ResourcePool.cs
- Mutex.cs
- DataAccessException.cs
- CalloutQueueItem.cs
- VariantWrapper.cs
- IgnorePropertiesAttribute.cs
- RequestQueue.cs
- GeneratedContractType.cs
- SQLBinaryStorage.cs
- StagingAreaInputItem.cs