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 / CodeTypeOfExpression.cs / 1 / CodeTypeOfExpression.cs
//------------------------------------------------------------------------------ //// 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 CodeTypeOfExpression : CodeExpression { private CodeTypeReference type; ////// Represents a TypeOf expression. /// ////// public CodeTypeOfExpression() { } ////// Initializes a new instance of ///. /// /// public CodeTypeOfExpression(CodeTypeReference type) { Type = type; } ////// Initializes a new instance of ///. /// /// public CodeTypeOfExpression(string type) { Type = new CodeTypeReference(type); } ///[To be supplied.] ////// public CodeTypeOfExpression(Type type) { Type = new CodeTypeReference(type); } ///[To be supplied.] ////// 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. //------------------------------------------------------------------------------ ///// Gets or sets the data type. /// ///// 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 CodeTypeOfExpression : CodeExpression { private CodeTypeReference type; ////// Represents a TypeOf expression. /// ////// public CodeTypeOfExpression() { } ////// Initializes a new instance of ///. /// /// public CodeTypeOfExpression(CodeTypeReference type) { Type = type; } ////// Initializes a new instance of ///. /// /// public CodeTypeOfExpression(string type) { Type = new CodeTypeReference(type); } ///[To be supplied.] ////// public CodeTypeOfExpression(Type type) { Type = new CodeTypeReference(type); } ///[To be supplied.] ////// 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./// Gets or sets the data type. /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- StorageScalarPropertyMapping.cs
- _NegotiateClient.cs
- ObjectStateFormatter.cs
- Block.cs
- SortDescription.cs
- PlaceHolder.cs
- AngleUtil.cs
- QilCloneVisitor.cs
- TextElementCollectionHelper.cs
- TextClipboardData.cs
- XmlDataSource.cs
- XmlSchemaSimpleTypeUnion.cs
- ReflectTypeDescriptionProvider.cs
- DescendantBaseQuery.cs
- AutoSizeToolBoxItem.cs
- TableLayout.cs
- WeakReferenceKey.cs
- TemplateInstanceAttribute.cs
- DbConnectionInternal.cs
- Label.cs
- TextDecorationLocationValidation.cs
- HtmlInputImage.cs
- ToolStripPanelRenderEventArgs.cs
- MailHeaderInfo.cs
- DesignerMetadata.cs
- xamlnodes.cs
- SmiEventSink.cs
- RootAction.cs
- DbConnectionPoolIdentity.cs
- propertytag.cs
- PersonalizationProvider.cs
- Html32TextWriter.cs
- TrackBar.cs
- MembershipSection.cs
- TypeDescriptionProviderAttribute.cs
- SafePipeHandle.cs
- XmlConverter.cs
- SecureUICommand.cs
- QilReplaceVisitor.cs
- NavigationFailedEventArgs.cs
- glyphs.cs
- IssuedTokenParametersElement.cs
- DetailsViewDeleteEventArgs.cs
- _Win32.cs
- UpdateCommand.cs
- XmlNamespaceManager.cs
- MatrixCamera.cs
- BaseDataListPage.cs
- FormsAuthenticationEventArgs.cs
- DictionarySectionHandler.cs
- AttachmentService.cs
- PEFileReader.cs
- BinaryUtilClasses.cs
- SystemBrushes.cs
- HtmlInputCheckBox.cs
- SqlProvider.cs
- ArraySet.cs
- CacheEntry.cs
- XmlUtilWriter.cs
- BulletedList.cs
- BaseDataBoundControlDesigner.cs
- TextRenderer.cs
- OleDbDataAdapter.cs
- RSACryptoServiceProvider.cs
- CheckBoxAutomationPeer.cs
- BezierSegment.cs
- StandardMenuStripVerb.cs
- Matrix3D.cs
- FormViewInsertEventArgs.cs
- CharStorage.cs
- JapaneseLunisolarCalendar.cs
- LingerOption.cs
- NamedPipeDuplicateContext.cs
- WsdlInspector.cs
- followingquery.cs
- TextParagraphCache.cs
- DataGridColumnCollection.cs
- XmlCompatibilityReader.cs
- SqlComparer.cs
- BitmapDecoder.cs
- TransportSecurityBindingElement.cs
- CompilerState.cs
- PersonalizableTypeEntry.cs
- SubMenuStyleCollection.cs
- XPathNode.cs
- TreeViewImageIndexConverter.cs
- SqlNodeAnnotation.cs
- HighContrastHelper.cs
- XmlFormatReaderGenerator.cs
- DSASignatureFormatter.cs
- ControlPaint.cs
- DesignerView.xaml.cs
- MD5CryptoServiceProvider.cs
- DoubleAnimationUsingKeyFrames.cs
- NetworkInterface.cs
- FlowDocument.cs
- BinaryParser.cs
- GlyphRunDrawing.cs
- _OverlappedAsyncResult.cs
- ProtocolElementCollection.cs