Wire.SerializerSession.ShouldWriteTypeManifest C# (CSharp) Метод

ShouldWriteTypeManifest() публичный Метод

public ShouldWriteTypeManifest ( Type type, ushort &index ) : bool
type System.Type
index ushort
Результат bool
        public bool ShouldWriteTypeManifest(Type type, out ushort index)
        {
            return !TryGetValue(type, out index);
        }