Show / Hide Table of Contents

Class ExternalVersionControlExtensions

Inheritance
System.Object
ExternalVersionControlExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AssetRipper.SourceGenerated.Extensions
Assembly: AssetRipper.SourceGenerated.Extensions.dll
Syntax
public static class ExternalVersionControlExtensions

Methods

| Improve this Doc View Source

ConvertToString(ExternalVersionControl)

Declaration
public static string ConvertToString(this ExternalVersionControl support)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Enums.ExternalVersionControl support
Returns
Type Description
System.String
| Improve this Doc View Source

FromStringExact(String)

Declaration
public static ExternalVersionControl FromStringExact(string str)
Parameters
Type Name Description
System.String str
Returns
Type Description
AssetRipper.SourceGenerated.Enums.ExternalVersionControl
| Improve this Doc View Source

ToStringExact(ExternalVersionControl)

Declaration
public static string ToStringExact(this ExternalVersionControl support)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Enums.ExternalVersionControl support
Returns
Type Description
System.String
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾