System.Collections.Hashtable.KeyMarker.GetRealObject C# (CSharp) 메소드

GetRealObject() 공개 메소드

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