System.Collections.Hashtable.KeyMarker.GetRealObject C# (CSharp) Méthode

GetRealObject() public méthode

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