System.Runtime.Remoting.Channels.ChannelDataStore.InternalShallowCopy C# (CSharp) Method

InternalShallowCopy() private method

private InternalShallowCopy ( ) : ChannelDataStore
return ChannelDataStore
        internal ChannelDataStore InternalShallowCopy()
        {
            return new ChannelDataStore(_channelURIs, _extraData);
        }