Implemented interface member:
property
ClrTypeName
System.Runtime.Serialization.IDataNode.ClrTypeName
2 references to ClrTypeName
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\ExtensionDataObject.cs (2)
186if (ClrTypeName != null) 187element.AddAttribute(Globals.SerPrefix, Globals.SerializationNamespace, Globals.ClrTypeLocalName, ClrTypeName);