Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CompMod / System / CodeDOM / CodeSnippetStatement.cs / 1305376 / CodeSnippetStatement.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 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. /// ///// // //----------------------------------------------------------------------------- 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 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
- MatrixCamera.cs
- TextBox.cs
- TimeSpanSecondsOrInfiniteConverter.cs
- GenerateDerivedKeyRequest.cs
- WorkflowWebService.cs
- TimersDescriptionAttribute.cs
- PassportIdentity.cs
- HtmlShimManager.cs
- IPHostEntry.cs
- ComponentChangedEvent.cs
- ValidationResult.cs
- ReadOnlyHierarchicalDataSourceView.cs
- InternalPolicyElement.cs
- StreamGeometry.cs
- storagemappingitemcollection.viewdictionary.cs
- JsonFormatGeneratorStatics.cs
- FileDataSourceCache.cs
- GradientBrush.cs
- GridViewColumnCollectionChangedEventArgs.cs
- UIElement.cs
- OutputCacheSection.cs
- CaseInsensitiveOrdinalStringComparer.cs
- SecurityChannelListener.cs
- CalendarDataBindingHandler.cs
- SpellerError.cs
- MatrixTransform.cs
- ExecutionContext.cs
- QuaternionAnimation.cs
- DelayedRegex.cs
- MaterialCollection.cs
- SafeEventLogWriteHandle.cs
- SequentialUshortCollection.cs
- SecurityException.cs
- DialogResultConverter.cs
- CodeArgumentReferenceExpression.cs
- SqlMethodAttribute.cs
- ColumnWidthChangedEvent.cs
- DesignerHelpers.cs
- IdentityValidationException.cs
- SqlDependencyUtils.cs
- _ChunkParse.cs
- WebPartsPersonalization.cs
- AppDomainGrammarProxy.cs
- WebScriptClientGenerator.cs
- TextElement.cs
- ScrollProperties.cs
- UnaryQueryOperator.cs
- DataSpaceManager.cs
- OdbcDataReader.cs
- IdentitySection.cs
- TableDetailsRow.cs
- CellPartitioner.cs
- SelectionItemProviderWrapper.cs
- BrushConverter.cs
- COMException.cs
- MediaCommands.cs
- QilParameter.cs
- StylusButtonCollection.cs
- TypeElement.cs
- WebColorConverter.cs
- CharacterMetricsDictionary.cs
- RoutedEventArgs.cs
- AdapterDictionary.cs
- QuarticEase.cs
- DataBoundLiteralControl.cs
- EditingCoordinator.cs
- PerformanceCounterLib.cs
- CaseCqlBlock.cs
- OdbcConnectionHandle.cs
- XPathAxisIterator.cs
- ColumnTypeConverter.cs
- TypeResolvingOptions.cs
- LogicalExpr.cs
- ContainerCodeDomSerializer.cs
- DetailsViewDeleteEventArgs.cs
- WebPartConnectionCollection.cs
- EFDataModelProvider.cs
- CustomWebEventKey.cs
- SuspendDesigner.cs
- TypeInitializationException.cs
- DefaultObjectMappingItemCollection.cs
- TypeDescriptorFilterService.cs
- CodeExpressionCollection.cs
- hresults.cs
- PartitionedDataSource.cs
- AstTree.cs
- BitmapEffectDrawing.cs
- CultureInfoConverter.cs
- SchemaInfo.cs
- TransformPatternIdentifiers.cs
- JsonReaderDelegator.cs
- WebPermission.cs
- SendKeys.cs
- MouseWheelEventArgs.cs
- SchemaSetCompiler.cs
- TypeHelpers.cs
- NativeMethods.cs
- BufferedGraphicsContext.cs
- DelegateTypeInfo.cs
- CalendarAutomationPeer.cs