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 SourceConvertToString(ExternalVersionControl)
Declaration
public static string ConvertToString(this ExternalVersionControl support)
Parameters
Type | Name | Description |
---|---|---|
AssetRipper.SourceGenerated.Enums.ExternalVersionControl | support |
Returns
Type | Description |
---|---|
System.String |
FromStringExact(String)
Declaration
public static ExternalVersionControl FromStringExact(string str)
Parameters
Type | Name | Description |
---|---|---|
System.String | str |
Returns
Type | Description |
---|---|
AssetRipper.SourceGenerated.Enums.ExternalVersionControl |
ToStringExact(ExternalVersionControl)
Declaration
public static string ToStringExact(this ExternalVersionControl support)
Parameters
Type | Name | Description |
---|---|---|
AssetRipper.SourceGenerated.Enums.ExternalVersionControl | support |
Returns
Type | Description |
---|---|
System.String |