コード例 #1
0
                public override int GetHashCode()
                {
                    int hash = 1;

                    if (Code != 0)
                    {
                        hash ^= Code.GetHashCode();
                    }
                    if (Message.Length != 0)
                    {
                        hash ^= Message.GetHashCode();
                    }
                    hash ^= errors_.GetHashCode();
                    if (Status_ != global::Google.Rpc.Code.Ok)
                    {
                        hash ^= Status_.GetHashCode();
                    }
                    hash ^= details_.GetHashCode();
                    if (_unknownFields != null)
                    {
                        hash ^= _unknownFields.GetHashCode();
                    }
                    return(hash);
                }
コード例 #2
0
ファイル: VikingProcessor.cs プロジェクト: shaneasd/ConEdit
 public IEnumerable <NextNodeOption> ProcessNode(Status_ node)
 {
     throw new NotImplementedException();
 }