C# Class System.Runtime.Serialization.Formatters.Binary.SerStack

显示文件 Open project: dotnet/corefx Class Usage Examples

Private Methods

Method Description
IncreaseCapacity ( ) : void
IsEmpty ( ) : bool
Peek ( ) : object
PeekPeek ( ) : object
Pop ( ) : object
Push ( object obj ) : void
SerStack ( string stackId ) : System.Collections.Concurrent