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 / CodeSnippetExpression.cs / 1 / CodeSnippetExpression.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 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. /// ///// 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 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
- XmlSchemaGroup.cs
- DiscardableAttribute.cs
- RedirectionProxy.cs
- XmlILModule.cs
- WebControlsSection.cs
- FixedNode.cs
- SafeBitVector32.cs
- ShaperBuffers.cs
- PageThemeParser.cs
- IndicFontClient.cs
- Logging.cs
- XmlWriterSettings.cs
- SafeRightsManagementHandle.cs
- TreeSet.cs
- WindowsScrollBar.cs
- XmlNodeWriter.cs
- COM2ExtendedTypeConverter.cs
- ProxySimple.cs
- Geometry.cs
- Resources.Designer.cs
- UnmanagedMemoryStream.cs
- ConsoleEntryPoint.cs
- FormViewPagerRow.cs
- DrawingContextDrawingContextWalker.cs
- Animatable.cs
- TextFormatterContext.cs
- QueryOutputWriter.cs
- ListMarkerSourceInfo.cs
- CombinedGeometry.cs
- Vector.cs
- SpeechEvent.cs
- ProbeMatchesMessageCD1.cs
- Cursors.cs
- SqlCacheDependency.cs
- TdsParserStateObject.cs
- Stacktrace.cs
- GetKeyedHashRequest.cs
- ProviderConnectionPointCollection.cs
- CheckBoxRenderer.cs
- ToolStripPanelCell.cs
- CodeSubDirectory.cs
- XmlSerializerVersionAttribute.cs
- UrlAuthFailedErrorFormatter.cs
- DbConnectionOptions.cs
- VariantWrapper.cs
- ConvertersCollection.cs
- FontStretchConverter.cs
- ModifyActivitiesPropertyDescriptor.cs
- XamlFxTrace.cs
- RecordManager.cs
- DataGridViewCellPaintingEventArgs.cs
- FastPropertyAccessor.cs
- DependencyPropertyChangedEventArgs.cs
- EntityTransaction.cs
- QueryOpeningEnumerator.cs
- Icon.cs
- XComponentModel.cs
- QilTernary.cs
- FullTrustAssembly.cs
- DataGridViewColumnDesigner.cs
- TextCollapsingProperties.cs
- ResolveCriteriaApril2005.cs
- SystemIPInterfaceProperties.cs
- WindowsAltTab.cs
- WebPartDisplayModeCollection.cs
- ScrollProviderWrapper.cs
- HtmlInputImage.cs
- SecurityException.cs
- ProfileManager.cs
- AppSettingsReader.cs
- InputQueue.cs
- QuaternionRotation3D.cs
- LoadRetryAsyncResult.cs
- DataGridViewTextBoxCell.cs
- WebException.cs
- FactoryRecord.cs
- SchemeSettingElement.cs
- Wildcard.cs
- WebFormsRootDesigner.cs
- DataServiceContext.cs
- precedingsibling.cs
- arabicshape.cs
- RegexWorker.cs
- ApplicationServiceHelper.cs
- Size.cs
- Expressions.cs
- WebPartMenu.cs
- AdornerLayer.cs
- TemplateParser.cs
- MessageVersion.cs
- NamespaceInfo.cs
- StaticContext.cs
- lengthconverter.cs
- CommittableTransaction.cs
- PropertyChangedEventArgs.cs
- ActivityExecutorDelegateInfo.cs
- ListViewGroup.cs
- RegionInfo.cs
- SafePointer.cs
- mediapermission.cs