Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- WorkflowShape.cs
- TemplateApplicationHelper.cs
- BitmapMetadata.cs
- ReservationNotFoundException.cs
- Vars.cs
- BamlStream.cs
- PathSegment.cs
- DataRecordInternal.cs
- AuthorizationRule.cs
- DataSourceGeneratorException.cs
- SiteMapProvider.cs
- SelectQueryOperator.cs
- FixedPageAutomationPeer.cs
- EasingFunctionBase.cs
- Drawing.cs
- CompositeDataBoundControl.cs
- PageAsyncTask.cs
- SQLInt64Storage.cs
- EntityDataSourceDesignerHelper.cs
- InputScope.cs
- SmtpReplyReader.cs
- FunctionImportElement.cs
- ColorEditor.cs
- ConfigurationManagerInternal.cs
- RelationshipEndCollection.cs
- PolicyException.cs
- ApplicationFileCodeDomTreeGenerator.cs
- PipelineModuleStepContainer.cs
- MemberMaps.cs
- SqlDependency.cs
- GcHandle.cs
- PropertyPathConverter.cs
- LoginStatusDesigner.cs
- DrawingDrawingContext.cs
- WriteTimeStream.cs
- TargetControlTypeCache.cs
- FamilyCollection.cs
- TabPage.cs
- MenuItem.cs
- MulticastDelegate.cs
- WindowsComboBox.cs
- CodeCatchClause.cs
- RecordManager.cs
- WpfXamlType.cs
- objectquery_tresulttype.cs
- InstanceKeyCollisionException.cs
- BitmapScalingModeValidation.cs
- DataGridComponentEditor.cs
- CheckedPointers.cs
- IndexOutOfRangeException.cs
- IImplicitResourceProvider.cs
- Image.cs
- CultureTableRecord.cs
- Point3DCollection.cs
- ListViewSelectEventArgs.cs
- XmlHierarchyData.cs
- Deserializer.cs
- DataServiceEntityAttribute.cs
- XmlEntityReference.cs
- DoWorkEventArgs.cs
- PageTheme.cs
- DataGridTextBox.cs
- SwitchAttribute.cs
- DataServiceQuery.cs
- LineServicesRun.cs
- TreeViewImageKeyConverter.cs
- SpecularMaterial.cs
- TimeSpanSecondsOrInfiniteConverter.cs
- CommonRemoteMemoryBlock.cs
- DataBoundLiteralControl.cs
- TypeResolvingOptionsAttribute.cs
- AnimationTimeline.cs
- XamlUtilities.cs
- StateDesigner.LayoutSelectionGlyph.cs
- ServicesExceptionNotHandledEventArgs.cs
- ReferenceService.cs
- StrokeIntersection.cs
- ModelToObjectValueConverter.cs
- EventSetterHandlerConverter.cs
- Vector3DKeyFrameCollection.cs
- MsmqDiagnostics.cs
- AuthenticatingEventArgs.cs
- IntSecurity.cs
- CodeCatchClause.cs
- Rules.cs
- ISAPIWorkerRequest.cs
- PersistenceTypeAttribute.cs
- WebPartZone.cs
- LinqDataSourceEditData.cs
- RequestBringIntoViewEventArgs.cs
- CacheChildrenQuery.cs
- NaturalLanguageHyphenator.cs
- Border.cs
- Semaphore.cs
- ProvideValueServiceProvider.cs
- XmlSchemaSimpleTypeList.cs
- XPathBinder.cs
- CachedPathData.cs
- FlowLayout.cs
- KeyInfo.cs