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
- CustomBinding.cs
- FileUtil.cs
- StorageTypeMapping.cs
- OutOfMemoryException.cs
- ColorContext.cs
- ButtonChrome.cs
- DataGridTemplateColumn.cs
- ElementProxy.cs
- SettingsAttributes.cs
- StylusPlugInCollection.cs
- XPathScanner.cs
- PasswordTextContainer.cs
- GridViewEditEventArgs.cs
- CompiledQueryCacheKey.cs
- TypeContext.cs
- _NegoStream.cs
- ToolboxControl.cs
- CompositionAdorner.cs
- SystemDiagnosticsSection.cs
- RequestReplyCorrelator.cs
- TdsParser.cs
- EventArgs.cs
- ContainerControl.cs
- LineBreakRecord.cs
- DriveInfo.cs
- ElementMarkupObject.cs
- Composition.cs
- OptimalBreakSession.cs
- ProcessStartInfo.cs
- SiteMapHierarchicalDataSourceView.cs
- CodeCompiler.cs
- MasterPageCodeDomTreeGenerator.cs
- BatchParser.cs
- EntityDataSourceMemberPath.cs
- ProtocolsConfigurationEntry.cs
- InProcStateClientManager.cs
- HtmlElementErrorEventArgs.cs
- GlyphRun.cs
- WebPartConnectionsConfigureVerb.cs
- LocalClientSecuritySettings.cs
- PortCache.cs
- AutoResizedEvent.cs
- Serializer.cs
- PropertyKey.cs
- TransactedReceiveScope.cs
- DragStartedEventArgs.cs
- WebPartVerb.cs
- PackageStore.cs
- UnsafeNativeMethods.cs
- FontInfo.cs
- PopOutPanel.cs
- TextDecorationLocationValidation.cs
- UInt64.cs
- TimelineCollection.cs
- HostedController.cs
- BaseValidator.cs
- TimeSpanValidator.cs
- OleDbConnectionPoolGroupProviderInfo.cs
- CodeAccessPermission.cs
- RequestNavigateEventArgs.cs
- WindowsListViewGroupSubsetLink.cs
- OptimalTextSource.cs
- AlternationConverter.cs
- EnumValAlphaComparer.cs
- OrderPreservingMergeHelper.cs
- UIElement.cs
- View.cs
- XslException.cs
- XmlDataCollection.cs
- EdmPropertyAttribute.cs
- CompatibleIComparer.cs
- DictionaryEntry.cs
- SqlMethods.cs
- SafeHandle.cs
- AsyncOperation.cs
- TextBlock.cs
- ObjectItemNoOpAssemblyLoader.cs
- cookieexception.cs
- DataControlFieldCell.cs
- InputEventArgs.cs
- CaseInsensitiveComparer.cs
- CalendarDateRangeChangingEventArgs.cs
- AsyncPostBackErrorEventArgs.cs
- XPathCompileException.cs
- ListControlConvertEventArgs.cs
- ZipIOExtraFieldZip64Element.cs
- DataGridPageChangedEventArgs.cs
- ChannelServices.cs
- ScriptIgnoreAttribute.cs
- UnicodeEncoding.cs
- StringArrayEditor.cs
- BlurEffect.cs
- arclist.cs
- AmbientLight.cs
- SimpleHandlerBuildProvider.cs
- ReflectionUtil.cs
- DataGridDefaultColumnWidthTypeConverter.cs
- DefaultBinder.cs
- OrderedHashRepartitionStream.cs
- ContentControl.cs