System.Collections.Hashtable.KeyMarker.GetRealObject C# (CSharp) Method

GetRealObject() public method

public GetRealObject ( StreamingContext context ) : object
context System.Runtime.Serialization.StreamingContext
return object
			public object GetRealObject (StreamingContext context)
			{
				return KeyMarker.Removed;
			}
#endif
Hashtable.KeyMarker