コード例 #1
0
 public void SetValue(ref SerializedObjectView container, TElementValue value) => throw new InvalidOperationException("Property is ReadOnly");
コード例 #2
0
 public TElementValue GetValue(ref SerializedObjectView container) => m_Value;