Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CompMod / System / CodeDOM / CodeSnippetExpression.cs / 1305376 / CodeSnippetExpression.cs
//------------------------------------------------------------------------------ //// // //----------------------------------------------------------------------------- namespace System.CodeDom { using System.Diagnostics; using System; using Microsoft.Win32; using System.Collections; using System.Runtime.InteropServices; ///[....] // Copyright (c) Microsoft Corporation. All rights reserved. ///// [ ClassInterface(ClassInterfaceType.AutoDispatch), ComVisible(true), Serializable, ] public class CodeSnippetExpression : CodeExpression { private string value; ////// Represents a snippet expression. /// ////// public CodeSnippetExpression() { } ////// Initializes a new instance of ///. /// /// public CodeSnippetExpression(string value) { Value = value; } ////// Initializes a new instance of ///using the specified snippet /// expression. /// /// public string Value { get { return (value == null) ? string.Empty : value; } set { this.value = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ ///// Gets or sets the snippet expression. /// ///// // //----------------------------------------------------------------------------- namespace System.CodeDom { using System.Diagnostics; using System; using Microsoft.Win32; using System.Collections; using System.Runtime.InteropServices; ///[....] // Copyright (c) Microsoft Corporation. All rights reserved. ///// [ ClassInterface(ClassInterfaceType.AutoDispatch), ComVisible(true), Serializable, ] public class CodeSnippetExpression : CodeExpression { private string value; ////// Represents a snippet expression. /// ////// public CodeSnippetExpression() { } ////// Initializes a new instance of ///. /// /// public CodeSnippetExpression(string value) { Value = value; } ////// Initializes a new instance of ///using the specified snippet /// expression. /// /// public string Value { get { return (value == null) ? string.Empty : value; } set { this.value = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007./// Gets or sets the snippet expression. /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- QuerySelectOp.cs
- XmlQualifiedNameTest.cs
- ImportedNamespaceContextItem.cs
- DataGridPagingPage.cs
- DynamicFilter.cs
- GZipUtils.cs
- TextTrailingWordEllipsis.cs
- GuidTagList.cs
- designeractionlistschangedeventargs.cs
- DateBoldEvent.cs
- TokenizerHelper.cs
- RowToFieldTransformer.cs
- ToolStripOverflowButton.cs
- AspNetCompatibilityRequirementsAttribute.cs
- FixedTextSelectionProcessor.cs
- DivideByZeroException.cs
- HtmlGenericControl.cs
- WebBrowserSiteBase.cs
- ItemsPanelTemplate.cs
- XmlnsDictionary.cs
- MouseEvent.cs
- DeclarationUpdate.cs
- MappingItemCollection.cs
- PolicyException.cs
- AbstractExpressions.cs
- IPPacketInformation.cs
- EntityType.cs
- Int16.cs
- ScrollViewerAutomationPeer.cs
- PrimitiveXmlSerializers.cs
- DataListCommandEventArgs.cs
- DataSourceXmlSerializer.cs
- PerformanceCounterManager.cs
- MailHeaderInfo.cs
- PropertyItemInternal.cs
- WindowShowOrOpenTracker.cs
- RemoteWebConfigurationHost.cs
- SafeFileMapViewHandle.cs
- DetailsViewDeletedEventArgs.cs
- SharedDp.cs
- PathStreamGeometryContext.cs
- Int32Rect.cs
- SqlXml.cs
- PropertyDescriptor.cs
- DrawingBrush.cs
- PagePropertiesChangingEventArgs.cs
- TextBoxBase.cs
- TreeViewAutomationPeer.cs
- HtmlTableCellCollection.cs
- NativeMethods.cs
- VisualStateChangedEventArgs.cs
- ApplicationBuildProvider.cs
- TextModifier.cs
- DocumentSequenceHighlightLayer.cs
- CheckableControlBaseAdapter.cs
- CodeDOMProvider.cs
- Visitor.cs
- SponsorHelper.cs
- TextLineBreak.cs
- XmlnsPrefixAttribute.cs
- ToolStripDropDownItemDesigner.cs
- TreeViewCancelEvent.cs
- ComponentManagerBroker.cs
- GridItem.cs
- ObjectItemLoadingSessionData.cs
- Cursors.cs
- FixedSchema.cs
- ExpressionLexer.cs
- BaseCodePageEncoding.cs
- OuterGlowBitmapEffect.cs
- AttributeExtensions.cs
- FileIOPermission.cs
- AppSettingsExpressionBuilder.cs
- ListCommandEventArgs.cs
- DataPagerFieldCommandEventArgs.cs
- StoreItemCollection.Loader.cs
- EventListener.cs
- ToolStripOverflow.cs
- XsltFunctions.cs
- XmlQueryOutput.cs
- PropertyEntry.cs
- TemplateBuilder.cs
- DataProtection.cs
- BinaryFormatterWriter.cs
- Stylesheet.cs
- DuplicateContext.cs
- SymmetricAlgorithm.cs
- SqlDesignerDataSourceView.cs
- ProgressBarAutomationPeer.cs
- ExpressionReplacer.cs
- SetterBase.cs
- ConfigurationException.cs
- Profiler.cs
- BuildProviderUtils.cs
- DbConnectionPoolGroup.cs
- Stackframe.cs
- TextSelectionProcessor.cs
- ServiceDescription.cs
- QilExpression.cs
- CqlGenerator.cs