Home
last modified time | relevance | path

Searched refs:IsReadOnly (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Collections/
DReadOnlyDictionary.cs112 public bool IsReadOnly property in Google.Protobuf.Collections.ReadOnlyDictionary
DMapField.cs341 public bool IsReadOnly { get { return false; } } property in Google.Protobuf.Collections.MapField
691 public bool IsReadOnly { get { return true; } } property in Google.Protobuf.Collections.MapField.MapView
DRepeatedField.cs289 public bool IsReadOnly => false; field in Google.Protobuf.Collections.RepeatedField
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/Collections/
DMapFieldTest.cs456 Assert.IsTrue(keys.IsReadOnly); in ViewsAreReadOnly()