Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CompMod / System / CodeDOM / CodeSnippetCompileUnit.cs / 1305376 / CodeSnippetCompileUnit.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 CodeSnippetCompileUnit : CodeCompileUnit { private string value; private CodeLinePragma linePragma; public CodeSnippetCompileUnit() { } public CodeSnippetCompileUnit(string value) { Value = value; } ////// Represents a snippet block of code. /// ////// public string Value { get { return (value == null) ? string.Empty : value; } set { this.value = value; } } ////// Gets or sets /// the snippet /// text of the code block to represent. /// ////// public CodeLinePragma LinePragma { get { return linePragma; } set { linePragma = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ ///// The line the code block starts on. /// ///// // //----------------------------------------------------------------------------- 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 CodeSnippetCompileUnit : CodeCompileUnit { private string value; private CodeLinePragma linePragma; public CodeSnippetCompileUnit() { } public CodeSnippetCompileUnit(string value) { Value = value; } ////// Represents a snippet block of code. /// ////// public string Value { get { return (value == null) ? string.Empty : value; } set { this.value = value; } } ////// Gets or sets /// the snippet /// text of the code block to represent. /// ////// public CodeLinePragma LinePragma { get { return linePragma; } set { linePragma = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007./// The line the code block starts on. /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DiagnosticsConfiguration.cs
- OutputCacheSettingsSection.cs
- PersistenceParticipant.cs
- FormViewCommandEventArgs.cs
- PartialTrustHelpers.cs
- NextPreviousPagerField.cs
- FrameworkName.cs
- FontStyleConverter.cs
- base64Transforms.cs
- SqlExpressionNullability.cs
- SafeSecurityHandles.cs
- NumberFormatter.cs
- CellRelation.cs
- WindowsAuthenticationEventArgs.cs
- EventSinkHelperWriter.cs
- PackagePartCollection.cs
- TableItemProviderWrapper.cs
- Misc.cs
- DataControlImageButton.cs
- ImageSourceValueSerializer.cs
- DataServiceClientException.cs
- ADRole.cs
- OutputCacheSection.cs
- RegexParser.cs
- MetadataItemEmitter.cs
- SqlBuilder.cs
- GridViewColumnCollection.cs
- OverflowException.cs
- PropertyDescriptor.cs
- ProfileSection.cs
- SkewTransform.cs
- DataViewSettingCollection.cs
- mediaeventshelper.cs
- FormViewRow.cs
- ToolStripOverflowButton.cs
- AuthenticationModuleElementCollection.cs
- ColorMatrix.cs
- ListViewSelectEventArgs.cs
- GenericXmlSecurityToken.cs
- StringArrayConverter.cs
- EntitySqlQueryBuilder.cs
- TableLayoutSettingsTypeConverter.cs
- ServiceManager.cs
- AssemblyNameProxy.cs
- ReferencedType.cs
- XmlSchemaSimpleContentRestriction.cs
- HandlerFactoryWrapper.cs
- RequestQueryParser.cs
- PassportAuthentication.cs
- OutputCacheSettings.cs
- OperationAbortedException.cs
- ZipIOExtraFieldPaddingElement.cs
- IApplicationTrustManager.cs
- BidOverLoads.cs
- UnsafeNativeMethodsCLR.cs
- LineMetrics.cs
- Point3DCollectionValueSerializer.cs
- ColorEditor.cs
- DBSqlParserTableCollection.cs
- X509Extension.cs
- Attributes.cs
- HealthMonitoringSectionHelper.cs
- ColorConverter.cs
- Debug.cs
- Delay.cs
- WriteableBitmap.cs
- SQLInt64.cs
- TextElementEnumerator.cs
- CopyCodeAction.cs
- StructuredTypeEmitter.cs
- DataGridViewRowConverter.cs
- HttpRequestTraceRecord.cs
- StreamWithDictionary.cs
- CatalogZone.cs
- Memoizer.cs
- Transform.cs
- ConnectionOrientedTransportBindingElement.cs
- EventDescriptorCollection.cs
- MediaPlayerState.cs
- Control.cs
- RunClient.cs
- FixedDSBuilder.cs
- PermissionSet.cs
- SqlInternalConnectionSmi.cs
- WriteableBitmap.cs
- SimpleTableProvider.cs
- CompiledIdentityConstraint.cs
- DataDocumentXPathNavigator.cs
- AggregateNode.cs
- DbParameterCollectionHelper.cs
- EntityTypeEmitter.cs
- NonVisualControlAttribute.cs
- WinInet.cs
- WmlLinkAdapter.cs
- UIPropertyMetadata.cs
- RoutedEventArgs.cs
- SupportingTokenParameters.cs
- CapabilitiesUse.cs
- WebPartsPersonalization.cs
- XPathException.cs