Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / clr / src / BCL / System / StringFreezingAttribute.cs / 1305376 / StringFreezingAttribute.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================ ** ** File: StringFreezingAttribute.cs ** ** ** Purpose: Custom attribute to indicate that strings should be frozen ** ** ===========================================================*/ namespace System.Runtime.CompilerServices { [Serializable] [AttributeUsage(AttributeTargets.Assembly, Inherited = false)] public sealed class StringFreezingAttribute : Attribute { public StringFreezingAttribute() { } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================ ** ** File: StringFreezingAttribute.cs ** ** ** Purpose: Custom attribute to indicate that strings should be frozen ** ** ===========================================================*/ namespace System.Runtime.CompilerServices { [Serializable] [AttributeUsage(AttributeTargets.Assembly, Inherited = false)] public sealed class StringFreezingAttribute : Attribute { public StringFreezingAttribute() { } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- EntityDataSourceSelectedEventArgs.cs
- HierarchicalDataTemplate.cs
- PresentationSource.cs
- UpdateTranslator.cs
- PropertyConverter.cs
- VisualStyleInformation.cs
- OleDbPropertySetGuid.cs
- StaticFileHandler.cs
- DataSourceSerializationException.cs
- PathFigure.cs
- ResolvedKeyFrameEntry.cs
- HTTPNotFoundHandler.cs
- DesignerDataSourceView.cs
- TableCell.cs
- ClientRuntimeConfig.cs
- TextLine.cs
- EntityCollection.cs
- BitmapEffectrendercontext.cs
- HMAC.cs
- listitem.cs
- OdbcConnection.cs
- Module.cs
- RtfControlWordInfo.cs
- FlowDocumentPageViewerAutomationPeer.cs
- XpsFilter.cs
- WebPartManagerDesigner.cs
- XmlSchemaAll.cs
- ToolStripItemRenderEventArgs.cs
- SelectionProcessor.cs
- MetadataLocation.cs
- NameSpaceExtractor.cs
- InternalRelationshipCollection.cs
- NotificationContext.cs
- Root.cs
- DecimalAnimation.cs
- SQLGuidStorage.cs
- UserMapPath.cs
- PropertyManager.cs
- EnlistmentState.cs
- SamlSecurityToken.cs
- SqlBuilder.cs
- StateRuntime.cs
- UpdatePanelTriggerCollection.cs
- PersistenceMetadataNamespace.cs
- CheckBoxField.cs
- ForeignKeyFactory.cs
- TryCatch.cs
- PathSegmentCollection.cs
- GrammarBuilderBase.cs
- InvokeGenerator.cs
- TextDecorations.cs
- PagerSettings.cs
- xmlfixedPageInfo.cs
- VariableExpressionConverter.cs
- UdpTransportBindingElement.cs
- PropertyChangedEventArgs.cs
- RectangleGeometry.cs
- Stopwatch.cs
- SmtpDigestAuthenticationModule.cs
- ListenerServiceInstallComponent.cs
- RightsManagementInformation.cs
- SymbolTable.cs
- OdbcHandle.cs
- AccessedThroughPropertyAttribute.cs
- ListControl.cs
- DataGridCellsPresenter.cs
- SslStream.cs
- MDIControlStrip.cs
- HashHelpers.cs
- KeyboardNavigation.cs
- PenThread.cs
- JpegBitmapEncoder.cs
- WorkflowPageSetupDialog.cs
- Label.cs
- OledbConnectionStringbuilder.cs
- GlobalProxySelection.cs
- ServiceRouteHandler.cs
- DataGridItem.cs
- UIElementCollection.cs
- StringToken.cs
- InvokeAction.cs
- NetSectionGroup.cs
- XsltArgumentList.cs
- TraceHandler.cs
- XmlElementCollection.cs
- InputLanguageCollection.cs
- WpfPayload.cs
- WebServiceFault.cs
- HelpInfo.cs
- ZipIOExtraFieldZip64Element.cs
- CreateUserWizardDesigner.cs
- CachedPathData.cs
- ListenerChannelContext.cs
- SqlCharStream.cs
- WebPartVerb.cs
- WindowsBrush.cs
- UIElement.cs
- ParameterModifier.cs
- XmlNamespaceDeclarationsAttribute.cs
- DataBindingHandlerAttribute.cs