C# (CSharp) System.ComponentModel.Design.Serialization ContextStack.Append - 4 Beispiele gefunden. Dies sind die am besten bewerteten C# (CSharp) Beispiele für die System.ComponentModel.Design.Serialization.ContextStack.Append, die aus Open Source-Projekten extrahiert wurden. Sie können Beispiele bewerten, um die Qualität der Beispiele zu verbessern.
Appends an object to the end of the stack, rather than pushing it onto the top of the stack. This method allows a serializer to communicate with other serializers by adding contextual data that does not have to be popped in order. There is no way to remove an object that was appended to the end of the stack without popping all other objects.