Skip to content

Commit fb6481b

Browse files
committed
Internalize Column ctor
1 parent cbc96e7 commit fb6481b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.ML.Data/Data/SchemaDefinition.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ public sealed class Column
229229

230230
internal Type ReturnType => Generator?.GetMethodInfo().GetParameters().LastOrDefault().ParameterType.GetElementType();
231231

232-
public Column(string memberName, DataViewType columnType,
232+
internal Column(string memberName, DataViewType columnType,
233233
string columnName = null)
234234
{
235235
Contracts.CheckNonEmpty(memberName, nameof(memberName));

0 commit comments

Comments
 (0)