Show / Hide Table of Contents

Struct Range

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: UnityEngine.SocialPlatforms
Assembly: UnityEngine.dll
Syntax
public struct Range

Constructors

| Improve this Doc View Source

Range(Int32, Int32)

Declaration
public Range(int fromValue, int valueCount)
Parameters
Type Name Description
Int32 fromValue
Int32 valueCount

Fields

| Improve this Doc View Source

count

Declaration
public int count
Field Value
Type Description
Int32
| Improve this Doc View Source

from

Declaration
public int from
Field Value
Type Description
Int32

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX