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
- UIElement.cs
- TargetInvocationException.cs
- PolyBezierSegment.cs
- ProfileEventArgs.cs
- AssemblyBuilderData.cs
- IDQuery.cs
- RandomDelayQueuedSendsAsyncResult.cs
- Attributes.cs
- SendKeys.cs
- BrowserTree.cs
- RowToParametersTransformer.cs
- ProfileEventArgs.cs
- HelpProvider.cs
- ToolStripPanelDesigner.cs
- ProtocolViolationException.cs
- XamlPointCollectionSerializer.cs
- Internal.cs
- HttpModuleAction.cs
- PageCatalogPart.cs
- CharacterBuffer.cs
- DataKey.cs
- CodeTypeReferenceCollection.cs
- StylusDownEventArgs.cs
- XmlHelper.cs
- QilLoop.cs
- SmiSettersStream.cs
- GlobalAllocSafeHandle.cs
- IisTraceListener.cs
- DirtyTextRange.cs
- GeneralTransform2DTo3DTo2D.cs
- SoapRpcMethodAttribute.cs
- View.cs
- LayoutUtils.cs
- ExpressionsCollectionConverter.cs
- BlockingCollection.cs
- XmlSchemaAttributeGroup.cs
- XmlName.cs
- TableLayout.cs
- ImageList.cs
- ToolStripContentPanelRenderEventArgs.cs
- SafeNativeMethods.cs
- TypeElement.cs
- HttpFormatExtensions.cs
- NamespaceListProperty.cs
- SchemaNotation.cs
- URIFormatException.cs
- FamilyMap.cs
- Environment.cs
- Column.cs
- ValidationErrorInfo.cs
- TreeViewItemAutomationPeer.cs
- InputProcessorProfilesLoader.cs
- OleDbRowUpdatingEvent.cs
- WinFormsSecurity.cs
- OdbcHandle.cs
- ContextConfiguration.cs
- LabelDesigner.cs
- SiblingIterators.cs
- Base64Decoder.cs
- UiaCoreProviderApi.cs
- CompiledELinqQueryState.cs
- SecureUICommand.cs
- WebServiceData.cs
- PathSegment.cs
- ArrayList.cs
- DataSourceControlBuilder.cs
- ClickablePoint.cs
- MergeLocalizationDirectives.cs
- ContextMenuAutomationPeer.cs
- XmlILStorageConverter.cs
- SerialPort.cs
- AssociationTypeEmitter.cs
- HtmlElement.cs
- MetadataSerializer.cs
- AutoCompleteStringCollection.cs
- TripleDESCryptoServiceProvider.cs
- WebUtil.cs
- GeneratedCodeAttribute.cs
- CalendarAutoFormatDialog.cs
- DbConnectionPoolGroupProviderInfo.cs
- RawUIStateInputReport.cs
- HandlerWithFactory.cs
- ColumnBinding.cs
- CompilationLock.cs
- ComponentCache.cs
- PropertyValueUIItem.cs
- ObjectQueryState.cs
- WebPartZoneCollection.cs
- InstanceDescriptor.cs
- Axis.cs
- SoapFault.cs
- PageBreakRecord.cs
- TemplatedWizardStep.cs
- SubMenuStyle.cs
- DataTrigger.cs
- BaseCodeDomTreeGenerator.cs
- CodeChecksumPragma.cs
- TimeSpanSecondsOrInfiniteConverter.cs
- SizeAnimationClockResource.cs
- MailMessageEventArgs.cs