Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / CompMod / System / CodeDOM / CodeSnippetStatement.cs / 1 / CodeSnippetStatement.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 CodeSnippetStatement : CodeStatement { private string value; ////// Represents a snippet statement. /// ////// public CodeSnippetStatement() { } ////// Initializes a new instance of ///. /// /// public CodeSnippetStatement(string value) { Value = value; } ////// Initializes a new instance of ///using the specified snippet /// of code. /// /// 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 statement. /// ///// 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 CodeSnippetStatement : CodeStatement { private string value; ////// Represents a snippet statement. /// ////// public CodeSnippetStatement() { } ////// Initializes a new instance of ///. /// /// public CodeSnippetStatement(string value) { Value = value; } ////// Initializes a new instance of ///using the specified snippet /// of code. /// /// 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 statement. /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- RelOps.cs
- HwndProxyElementProvider.cs
- UpDownEvent.cs
- HwndHost.cs
- MessageBuffer.cs
- ColumnHeaderConverter.cs
- CodeLinePragma.cs
- BitmapMetadataEnumerator.cs
- EntityDataSourceEntityTypeFilterItem.cs
- DataServiceClientException.cs
- ConfigUtil.cs
- PagesChangedEventArgs.cs
- NonVisualControlAttribute.cs
- ArrayTypeMismatchException.cs
- XhtmlTextWriter.cs
- HttpGetProtocolImporter.cs
- HtmlInputRadioButton.cs
- HeaderedItemsControl.cs
- HttpHandlerAction.cs
- SubclassTypeValidator.cs
- Group.cs
- IndexerNameAttribute.cs
- GifBitmapDecoder.cs
- ResponseBodyWriter.cs
- EmbeddedObject.cs
- BitmapEncoder.cs
- returneventsaver.cs
- CharacterBuffer.cs
- DataGridViewButtonCell.cs
- TrackBarDesigner.cs
- SqlConnectionPoolGroupProviderInfo.cs
- DesignerForm.cs
- DataStreamFromComStream.cs
- OleDbDataAdapter.cs
- CanonicalizationDriver.cs
- ReachDocumentPageSerializerAsync.cs
- EntityReference.cs
- ByteStreamBufferedMessageData.cs
- DependencyPropertyKey.cs
- KeyboardNavigation.cs
- BatchStream.cs
- OleDbConnectionInternal.cs
- StructuredTypeEmitter.cs
- FamilyMap.cs
- FontEmbeddingManager.cs
- HwndStylusInputProvider.cs
- TextRangeAdaptor.cs
- TextParagraphCache.cs
- Schedule.cs
- ObjectDataSourceFilteringEventArgs.cs
- JsonDeserializer.cs
- InvalidateEvent.cs
- SystemIPGlobalProperties.cs
- PlanCompilerUtil.cs
- x509utils.cs
- documentsequencetextcontainer.cs
- ColorConverter.cs
- SemaphoreSecurity.cs
- FlowDocumentScrollViewerAutomationPeer.cs
- FormViewUpdatedEventArgs.cs
- LoginView.cs
- RecognizerStateChangedEventArgs.cs
- BrowserCapabilitiesCompiler.cs
- FontResourceCache.cs
- XmlAggregates.cs
- HostProtectionException.cs
- XamlClipboardData.cs
- DataGridViewRowContextMenuStripNeededEventArgs.cs
- FilterableAttribute.cs
- SpeechSynthesizer.cs
- TextTrailingWordEllipsis.cs
- VectorAnimation.cs
- EventLogPermissionAttribute.cs
- ListBoxItemAutomationPeer.cs
- ContextQuery.cs
- LocalizationComments.cs
- NamespaceList.cs
- EnlistmentTraceIdentifier.cs
- Part.cs
- localization.cs
- FieldNameLookup.cs
- ButtonRenderer.cs
- SqlConnectionString.cs
- ModifierKeysConverter.cs
- RectangleGeometry.cs
- Buffer.cs
- MessageQueueException.cs
- SponsorHelper.cs
- PreservationFileWriter.cs
- SecurityContextSecurityTokenParameters.cs
- WaitForChangedResult.cs
- SessionParameter.cs
- PeerResolver.cs
- ParameterModifier.cs
- TabItemAutomationPeer.cs
- AssemblyAttributes.cs
- Clock.cs
- Behavior.cs
- SchemaObjectWriter.cs
- ProfileEventArgs.cs