Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / WCF / Serialization / System / Runtime / Serialization / TypeInformation.cs / 1305376 / TypeInformation.cs
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------- namespace System.Runtime.Serialization { sealed class TypeInformation { string fullTypeName; string assemblyString; internal TypeInformation(string fullTypeName, string assemblyString) { this.fullTypeName = fullTypeName; this.assemblyString = assemblyString; } internal string FullTypeName { get { return this.fullTypeName; } } internal string AssemblyString { get { return this.assemblyString; } } } } // 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
- EntityParameter.cs
- EventHandlersDesigner.cs
- DataContractJsonSerializer.cs
- DataServiceConfiguration.cs
- AnnotationStore.cs
- StylusDevice.cs
- Environment.cs
- TransactionManager.cs
- HttpRequest.cs
- OleDbError.cs
- DeferredSelectedIndexReference.cs
- MenuItem.cs
- SelectedDatesCollection.cs
- SafeReversePInvokeHandle.cs
- StdValidatorsAndConverters.cs
- ResetableIterator.cs
- TimeSpanValidatorAttribute.cs
- WizardPanelChangingEventArgs.cs
- RemotingService.cs
- HtmlPhoneCallAdapter.cs
- EvidenceTypeDescriptor.cs
- WebPartConnectionCollection.cs
- ValidationEventArgs.cs
- AnimationClock.cs
- ValueTable.cs
- RepeatInfo.cs
- SHA512.cs
- DEREncoding.cs
- BulletedList.cs
- IPHostEntry.cs
- TextPointerBase.cs
- TitleStyle.cs
- ControlUtil.cs
- DefaultMemberAttribute.cs
- Expr.cs
- TextBoxAutomationPeer.cs
- InfoCardProofToken.cs
- CssTextWriter.cs
- XmlMemberMapping.cs
- QilXmlReader.cs
- InternalCache.cs
- SessionStateContainer.cs
- PageRanges.cs
- controlskin.cs
- DataGridTablesFactory.cs
- SQLGuid.cs
- CodeAccessSecurityEngine.cs
- EntityKey.cs
- SafeRightsManagementPubHandle.cs
- DbReferenceCollection.cs
- FormViewDeletedEventArgs.cs
- PrinterSettings.cs
- ItemsPanelTemplate.cs
- ImageFormatConverter.cs
- ReflectionPermission.cs
- Simplifier.cs
- ClonableStack.cs
- SecureEnvironment.cs
- PipelineModuleStepContainer.cs
- httpstaticobjectscollection.cs
- XmlAttributeProperties.cs
- WebPartDescription.cs
- ContainerControlDesigner.cs
- TreePrinter.cs
- LineSegment.cs
- TextBoxAutomationPeer.cs
- NotImplementedException.cs
- ExpressionBuilder.cs
- MessageDispatch.cs
- LayoutTable.cs
- SpanIndex.cs
- Documentation.cs
- ToolStripGripRenderEventArgs.cs
- ConstraintCollection.cs
- Stylus.cs
- CodeDomDesignerLoader.cs
- ValidateNames.cs
- ProfilePropertySettings.cs
- GC.cs
- PeerToPeerException.cs
- FlagsAttribute.cs
- TypeConverter.cs
- InkCanvasSelectionAdorner.cs
- PenContexts.cs
- ViewManager.cs
- ValidationEventArgs.cs
- QueryStringParameter.cs
- PlaceHolder.cs
- StickyNoteAnnotations.cs
- XmlDataSourceNodeDescriptor.cs
- XmlEncodedRawTextWriter.cs
- CodeStatement.cs
- HtmlInputPassword.cs
- InstanceDataCollection.cs
- BaseCollection.cs
- MetadataException.cs
- NoResizeSelectionBorderGlyph.cs
- UnsafeNativeMethods.cs
- HttpProfileGroupBase.cs
- ConnectionManager.cs