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
- ComplexTypeEmitter.cs
- MailAddress.cs
- CodeRemoveEventStatement.cs
- Stack.cs
- PingReply.cs
- ExpressionList.cs
- TableItemStyle.cs
- OdbcConnectionFactory.cs
- WebAdminConfigurationHelper.cs
- WebPartMenu.cs
- WpfKnownType.cs
- FunctionUpdateCommand.cs
- Crypto.cs
- InvariantComparer.cs
- Assert.cs
- InputReferenceExpression.cs
- AnnotationHelper.cs
- ConnectionsZone.cs
- RawUIStateInputReport.cs
- Int64AnimationBase.cs
- AssemblyCollection.cs
- DataPointer.cs
- ObjectListComponentEditor.cs
- TraceRecord.cs
- DataList.cs
- PathFigure.cs
- mda.cs
- OleDbParameter.cs
- AccessText.cs
- HttpProcessUtility.cs
- StaticFileHandler.cs
- control.ime.cs
- ModelTypeConverter.cs
- XmlWrappingReader.cs
- InvokePattern.cs
- ReadOnlyHierarchicalDataSource.cs
- InvokePatternIdentifiers.cs
- GregorianCalendarHelper.cs
- XhtmlConformanceSection.cs
- ZoomPercentageConverter.cs
- IndentedTextWriter.cs
- SafeFileMappingHandle.cs
- Condition.cs
- RijndaelCryptoServiceProvider.cs
- DynamicValidatorEventArgs.cs
- DataBoundLiteralControl.cs
- altserialization.cs
- BinaryUtilClasses.cs
- SystemNetHelpers.cs
- ResolveDuplexCD1AsyncResult.cs
- Stream.cs
- DataGridTableCollection.cs
- WebPartTransformerCollection.cs
- SslStream.cs
- Common.cs
- HostedBindingBehavior.cs
- KerberosReceiverSecurityToken.cs
- MonthChangedEventArgs.cs
- CheckBoxDesigner.cs
- IEnumerable.cs
- UIPermission.cs
- codemethodreferenceexpression.cs
- UshortList2.cs
- FileRecordSequence.cs
- _ConnectOverlappedAsyncResult.cs
- ComponentEvent.cs
- PointCollection.cs
- SyndicationSerializer.cs
- AsyncInvokeContext.cs
- SimpleLine.cs
- FlatButtonAppearance.cs
- XmlMembersMapping.cs
- XmlBinaryReaderSession.cs
- XmlDomTextWriter.cs
- CheckBox.cs
- SqlRowUpdatedEvent.cs
- Stylus.cs
- WindowsGraphicsCacheManager.cs
- CharacterBufferReference.cs
- WebMessageFormatHelper.cs
- BinarySerializer.cs
- XmlSignificantWhitespace.cs
- FileSystemWatcher.cs
- XmlWriterTraceListener.cs
- ConfigurationValues.cs
- SqlTransaction.cs
- MasterPageBuildProvider.cs
- AudioDeviceOut.cs
- DefaultAsyncDataDispatcher.cs
- SoundPlayerAction.cs
- UrlPropertyAttribute.cs
- EventInfo.cs
- StringUtil.cs
- FunctionImportMapping.cs
- SystemKeyConverter.cs
- DiscoveryService.cs
- DbRetry.cs
- DecoderNLS.cs
- DataColumnChangeEvent.cs
- WaitHandleCannotBeOpenedException.cs