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);
        }