Show / Hide Table of Contents

Class TilesetInspectorComparison.PreviouslyMatchedComparisonResult<Value>

Inheritance
System.Object
TilesetInspectorComparison.PreviouslyMatchedComparisonResult<Value>
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: CarbideFunction.Wildtile.Editor
Syntax
public class PreviouslyMatchedComparisonResult<Value>
Type Parameters
Name Description
Value

Fields

invalidComponentsOnConnected

Declaration
public List<Value> invalidComponentsOnConnected
Field Value
Type Description
System.Collections.Generic.List<Value>

invalidComponentsOnCurrent

Declaration
public List<Value> invalidComponentsOnCurrent
Field Value
Type Description
System.Collections.Generic.List<Value>

invalidPriorMatchedComponents

Declaration
public List<KeyValuePair<Value, Value>> invalidPriorMatchedComponents
Field Value
Type Description
System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<Value, Value>>

validComponents

Declaration
public List<KeyValuePair<Value, Value>> validComponents
Field Value
Type Description
System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<Value, Value>>

Properties

IsCompletelyValid

Declaration
public bool IsCompletelyValid { get; }
Property Value
Type Description
System.Boolean
In This Article
Generated by DocFX Version: 3.2.1 - click to show/hide other versions