Brunet.Security.UserRevocationMessage.CopyTo C# (CSharp) 메소드

CopyTo() 공개 메소드

public CopyTo ( byte dst, int offset ) : int
dst byte
offset int
리턴 int
    public int CopyTo(byte[] dst, int offset)
    {
      return _data.CopyTo(dst, offset);
    }
UserRevocationMessage