Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- GridViewSortEventArgs.cs
- WebPartExportVerb.cs
- Keyboard.cs
- StringComparer.cs
- TextDecorationCollection.cs
- PathData.cs
- ProfileSettingsCollection.cs
- GridViewRowEventArgs.cs
- EventBuilder.cs
- TreeViewImageIndexConverter.cs
- InstalledFontCollection.cs
- SchemaTableColumn.cs
- MarkedHighlightComponent.cs
- basevalidator.cs
- XamlTemplateSerializer.cs
- serverconfig.cs
- AvTraceFormat.cs
- OleDbTransaction.cs
- TableLayoutStyle.cs
- EntityDataSourceSelectedEventArgs.cs
- TypeDescriptor.cs
- KoreanLunisolarCalendar.cs
- GridViewCancelEditEventArgs.cs
- StringCollection.cs
- _TLSstream.cs
- BrowserCapabilitiesCompiler.cs
- OdbcConnection.cs
- AbstractDataSvcMapFileLoader.cs
- BinaryObjectReader.cs
- TempFiles.cs
- ComponentEditorForm.cs
- Int32CollectionValueSerializer.cs
- DataGridViewCellStateChangedEventArgs.cs
- SQLByteStorage.cs
- SpeechEvent.cs
- HwndKeyboardInputProvider.cs
- MappingException.cs
- TreeChangeInfo.cs
- ValidationError.cs
- HtmlTitle.cs
- ScrollPatternIdentifiers.cs
- ModelTreeEnumerator.cs
- HMAC.cs
- MultiDataTrigger.cs
- SpeechSeg.cs
- ClientScriptManager.cs
- DataGridViewTopRowAccessibleObject.cs
- URLAttribute.cs
- WebBrowsableAttribute.cs
- ArraySubsetEnumerator.cs
- HandlerMappingMemo.cs
- RewritingSimplifier.cs
- XmlCharCheckingWriter.cs
- XPathPatternBuilder.cs
- TimeoutValidationAttribute.cs
- GraphicsState.cs
- X509SecurityToken.cs
- CallbackHandler.cs
- TableProviderWrapper.cs
- DocumentScope.cs
- DataGridViewRowHeightInfoPushedEventArgs.cs
- DocComment.cs
- Message.cs
- HostingPreferredMapPath.cs
- IIS7WorkerRequest.cs
- TrustSection.cs
- DesignerActionPropertyItem.cs
- OdbcEnvironmentHandle.cs
- ExternalDataExchangeService.cs
- SimpleType.cs
- TokenBasedSetEnumerator.cs
- UriExt.cs
- IssuanceLicense.cs
- SqlServer2KCompatibilityAnnotation.cs
- ToolStripDropDownItem.cs
- PropertyChangeTracker.cs
- EventMappingSettingsCollection.cs
- LinearKeyFrames.cs
- GridLength.cs
- SynchronizationLockException.cs
- XmlILOptimizerVisitor.cs
- IgnoreDeviceFilterElement.cs
- OLEDB_Util.cs
- OleStrCAMarshaler.cs
- SkewTransform.cs
- Adorner.cs
- ExpandCollapseProviderWrapper.cs
- ContractMapping.cs
- RegexGroupCollection.cs
- BrowserDefinition.cs
- UshortList2.cs
- IPGlobalProperties.cs
- DbConnectionOptions.cs
- DynamicPropertyHolder.cs
- ServiceCredentialsSecurityTokenManager.cs
- ConstraintEnumerator.cs
- SiteIdentityPermission.cs
- DataGridViewCellErrorTextNeededEventArgs.cs
- InputDevice.cs
- MsmqInputMessage.cs