Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- Bezier.cs
- LocalServiceSecuritySettingsElement.cs
- QilNode.cs
- PlainXmlWriter.cs
- EventMap.cs
- RuntimeConfig.cs
- CompiledQuery.cs
- XslNumber.cs
- TreeViewDesigner.cs
- AttributeSetAction.cs
- SpellerStatusTable.cs
- TabletDevice.cs
- SharedPerformanceCounter.cs
- ListViewInsertEventArgs.cs
- ParseChildrenAsPropertiesAttribute.cs
- WebPartConnectionsEventArgs.cs
- ScrollData.cs
- UIHelper.cs
- ErrorWrapper.cs
- NotCondition.cs
- CodeDOMProvider.cs
- TdsParserSafeHandles.cs
- XmlSerializerAssemblyAttribute.cs
- DefaultMemberAttribute.cs
- StringPropertyBuilder.cs
- PaperSize.cs
- StaticDataManager.cs
- ResourceDisplayNameAttribute.cs
- ServiceDescriptionReflector.cs
- Stylesheet.cs
- NotImplementedException.cs
- WSSecurityOneDotOneSendSecurityHeader.cs
- SoapFormatExtensions.cs
- TrackingAnnotationCollection.cs
- MetadataUtil.cs
- StrokeDescriptor.cs
- IndicShape.cs
- RegexWriter.cs
- PropertySegmentSerializationProvider.cs
- TabControlToolboxItem.cs
- __Error.cs
- SeekStoryboard.cs
- SafeEventLogReadHandle.cs
- InputScope.cs
- PointLight.cs
- BrowserDefinitionCollection.cs
- PopOutPanel.cs
- MetadataReference.cs
- ResolveNextArgumentWorkItem.cs
- XmlSchemaExporter.cs
- Int32CAMarshaler.cs
- Vector3DAnimation.cs
- SqlException.cs
- SafeRightsManagementPubHandle.cs
- Base64Decoder.cs
- DynamicMetaObjectBinder.cs
- VersionedStream.cs
- AutomationAttributeInfo.cs
- StylusEditingBehavior.cs
- PartialClassGenerationTask.cs
- RefType.cs
- DateTimeFormat.cs
- Main.cs
- NodeInfo.cs
- WindowsStatic.cs
- Rect.cs
- WorkflowQueuingService.cs
- InkCanvasSelectionAdorner.cs
- _TransmitFileOverlappedAsyncResult.cs
- ListViewInsertedEventArgs.cs
- Rotation3DKeyFrameCollection.cs
- ExpandableObjectConverter.cs
- OleDbConnectionInternal.cs
- storepermission.cs
- TagPrefixInfo.cs
- HMACRIPEMD160.cs
- UnicodeEncoding.cs
- DataTableTypeConverter.cs
- XPathParser.cs
- HiddenFieldPageStatePersister.cs
- TextSelection.cs
- OracleDateTime.cs
- TreeNodeConverter.cs
- QilGeneratorEnv.cs
- RawStylusActions.cs
- SafeNativeMethods.cs
- CompareValidator.cs
- StylusPointProperty.cs
- ThemeableAttribute.cs
- MessageDescription.cs
- DataGridColumnHeaderItemAutomationPeer.cs
- RouteUrlExpressionBuilder.cs
- WbmpConverter.cs
- MsmqHostedTransportManager.cs
- MarkedHighlightComponent.cs
- XmlAttributeCache.cs
- ImageMapEventArgs.cs
- WinFormsUtils.cs
- WebServiceClientProxyGenerator.cs
- RuntimeHandles.cs