System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo.PutObjectInfo C# (CSharp) Méthode

PutObjectInfo() private static méthode

private static PutObjectInfo ( SerObjectInfoInit serObjectInfoInit, WriteObjectInfo objectInfo ) : void
serObjectInfoInit SerObjectInfoInit
objectInfo WriteObjectInfo
Résultat void
        private static void PutObjectInfo(SerObjectInfoInit serObjectInfoInit, WriteObjectInfo objectInfo) =>
            serObjectInfoInit._oiPool.Push(objectInfo);
    }

Usage Example

 internal void ObjectEnd()
 {
     WriteObjectInfo.PutObjectInfo(this.serObjectInfoInit, this);
 }